summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b31cc4df8..b3c114c88 100644
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,18 @@
include makeinclude
-DIRS = $(IMAGEDIRS) $(LIBDECORDIR) src $(CAIRODIR) fluid fltk-options test documentation
+DIRS = $(IMAGEDIRS) $(LIBDECORDIR) src $(CAIRODIR) $(FLUIDDIR) fltk-options test \
+ documentation
all: makeinclude fltk-config
for dir in $(DIRS); do\
echo "=== making $$dir ===";\
(cd $$dir; $(MAKE) $(MFLAGS)) || exit 1;\
done
+ for dir in $(FLUIDDIR); do\
+ echo "=== making fluidtest ===";\
+ (cd test; $(MAKE) $(MFLAGS) allfluid);\
+ done
install: makeinclude
-mkdir -p $(DESTDIR)$(bindir)