non/lib/Makefile

25 lines
486 B
Makefile
Raw Normal View History

OBJS:= fltk/lib/libfltk.a fltk/lib/libfltk_images.a
2012-03-10 06:53:44 +01:00
SRCS:= fltk/src/*.cpp fltk/FL/*.H
2012-03-10 06:53:44 +01:00
$(SRCS): fltk/config.h
@ echo Building FLTK
cd fltk && make
$(OBJS): fltk/config.h $(SRCS)
@ echo Building FLTK
cd fltk && make
fltk/config.h: Makefile
2012-03-10 06:53:44 +01:00
@ echo Configuring FLTK
cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --disable-xdbe --enable-xinerama
config: $(OBJS)
clean:
all: $(OBJS)
2012-03-10 06:53:44 +01:00
@ echo Building FLTK
cd fltk && make