diff --git a/Makefile b/Makefile index 7240341..6267750 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,10 @@ SUBDIRS=lib nonlib FL timeline mixer session-manager sequencer -all: .config +all: lib/.built .config + +lib/.built: + @ make -C lib .config: configure ./configure diff --git a/lib/Makefile b/lib/Makefile index 2da753e..f832e50 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,6 +5,7 @@ SRCS:= $(wildcard ntk/src/*.cxx ntk/FL/*.H) $(SRCS): ntk/config.h @ echo Building NTK $(MAKE) -C ntk + @ touch .built $(OBJS): $(SRCS) diff --git a/scripts/Makefile b/scripts/Makefile index c6e0657..ac2b9aa 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -62,7 +62,7 @@ INCLUDES += $(FLTK_CFLAGS) # INCLUDES += -// CFLAGS += $(FLTK_CFLAGS) +# CFLAGS += $(FLTK_CFLAGS) # include FL/makefile.inc include makefile.inc