mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Fix "Provide --without-fluid configure option " (#725)
Add new --disable-fluid configure option.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user