aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2006-07-04 08:40:34 +0000
committerkraxel <kraxel>2006-07-04 08:40:34 +0000
commit95dea4f9392a676d9149c141cd96b62d23ae50bf (patch)
tree8fdabe3e621882aefcd5f46d0d7e825a93632d93 /GNUmakefile
parenta93557e0070da8486852907cd17dc25b956beef6 (diff)
downloadxenwatch-95dea4f9392a676d9149c141cd96b62d23ae50bf.tar.gz
cmd line options, ...
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ab7d5f4..37dfbe5 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ include mk/Variables.mk
CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"'
# build
-TARGETS := xenlog xenscreen
+TARGETS := xenlog xenscreen xenscreenrc
BUILD_GTK := xenwatch mdns-browser
BUILD_MDNS := mdns-publish-xendom
@@ -82,6 +82,9 @@ xenwatch: xenwatch.o xs_view.o xs_store.o xd_view.o xd_store.o \
mdns-browser: mdns-browser.o mdns.o apps.o apps-x11.o
mdns-publish-xendom: mdns-publish-xendom.o
+xenscreenrc: xenscreen
+ ./xenscreen -b > $@
+
include mk/Compile.mk
include mk/Maintainer.mk
-include $(depfiles)