Fix "Provide --without-fluid configure option " (#725)

Add new --disable-fluid configure option.
This commit is contained in:
ManoloFLTK
2023-05-09 16:19:12 +02:00
parent ac7b55d8bb
commit fe0fcecd61
4 changed files with 37 additions and 15 deletions
+6 -1
View File
@@ -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)