Fix problem performing initial build.

pull/3/head
Jonathan Moore Liles 2012-05-22 17:57:29 -07:00
parent 6ae771b297
commit 5eb890d653
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -62,7 +62,7 @@ INCLUDES += $(FLTK_CFLAGS)
# INCLUDES +=
// CFLAGS += $(FLTK_CFLAGS)
# CFLAGS += $(FLTK_CFLAGS)
# include FL/makefile.inc
include makefile.inc