aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-11-15 19:28:48 (GMT)
committerfluxgen <fluxgen>2003-11-15 19:28:48 (GMT)
commitab46ba755d8ce6255f7f721a5adebec9186ee18f (patch)
tree73d99e815effe99b12fd4935777756423046c1fb
parent54c8ea166245ccdb6a4918ee4050325161a1f973 (diff)
downloadfluxbox-ab46ba755d8ce6255f7f721a5adebec9186ee18f.zip
fluxbox-ab46ba755d8ce6255f7f721a5adebec9186ee18f.tar.bz2
renamed fbgm to .in
-rw-r--r--util/Makefile.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 9bb8a39..2e92c94 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -8,19 +8,28 @@ bsetroot_LDADD= ../src/FbRootWindow.o ../src/I18n.o \
8 ../src/FbAtoms.o ../src/FbTk/libFbTk.a 8 ../src/FbAtoms.o ../src/FbTk/libFbTk.a
9 9
10MAINTAINERCLEANFILES= Makefile.in 10MAINTAINERCLEANFILES= Makefile.in
11EXTRA_DIST= fbsetbg fluxbox-generate_menu startfluxbox.in 11EXTRA_DIST= fbsetbg fluxbox-generate_menu.in \
12 startfluxbox.in
12 13
13all-local: startfluxbox 14all-local: startfluxbox
14 15
15clean-local: 16clean-local:
16 rm -f startfluxbox 17 rm -f startfluxbox fluxbox-generate_menu
17 18
18bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh 19bsetroot.o: bsetroot.cc ../config.h bsetroot.hh \
20 ../src/FbRootWindow.hh ../src/FbAtoms.hh
19 21
20startfluxbox: startfluxbox.in 22startfluxbox: startfluxbox.in
21 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \ 23 @regex_cmd@ -e "s,@pkgdatadir@,$(pkgdatadir),g" \
22 -e "s,@pkgbindir@,$(bindir),g" \ 24 -e "s,@pkgbindir@,$(bindir),g" \
23 startfluxbox.in > startfluxbox 25 startfluxbox.in > startfluxbox
26 -chmod 755 startfluxbox
27
28fluxbox-generate_menu: fluxbox-generate_menu.in
29 @regex_cmd@ -e "s,@PREFIX@,$(prefix),g" \
30 fluxbox-generate_menu.in \
31 > fluxbox-generate_menu
32 -chmod 755 fluxbox-generate_menu
24 33
25../src/FbRootWindow.o: 34../src/FbRootWindow.o:
26 cd ../src && make FbRootWindow.o 35 cd ../src && make FbRootWindow.o