Update FLTK.
This commit is contained in:
parent
ce6a7f3ec3
commit
a988b18062
11
lib/Makefile
11
lib/Makefile
|
@ -1,11 +1,18 @@
|
||||||
|
|
||||||
|
|
||||||
OBJS:= fltk/lib/libfltk.a fltk/lib/libfltk_images.a
|
OBJS:= fltk/lib/libfltk.a fltk/lib/libfltk_images.a
|
||||||
|
SRCS:= fltk/src/*.cpp fltk/FL/*.H
|
||||||
|
|
||||||
$(OBJS): fltk/config.h
|
$(SRCS): fltk/config.h
|
||||||
|
@ echo Building FLTK
|
||||||
|
cd fltk && make
|
||||||
|
|
||||||
|
$(OBJS): fltk/config.h $(SRCS)
|
||||||
|
@ echo Building FLTK
|
||||||
cd fltk && make
|
cd fltk && make
|
||||||
|
|
||||||
fltk/config.h:
|
fltk/config.h:
|
||||||
|
@ echo Configuring FLTK
|
||||||
cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --enable-xdbe --enable-xinerama
|
cd fltk && ./configure --prefix=/dev/null --disable-shared --disable-gl --enable-threads --enable-xft --enable-xdbe --enable-xinerama
|
||||||
|
|
||||||
config: $(OBJS)
|
config: $(OBJS)
|
||||||
|
@ -13,3 +20,5 @@ config: $(OBJS)
|
||||||
clean:
|
clean:
|
||||||
|
|
||||||
all: $(OBJS)
|
all: $(OBJS)
|
||||||
|
@ echo Building FLTK
|
||||||
|
cd fltk && make
|
||||||
|
|
2
lib/fltk
2
lib/fltk
|
@ -1 +1 @@
|
||||||
Subproject commit d1bf407e970fcd205098338d644b60a91cc87c88
|
Subproject commit 3b35024d52673fcde15432872e25c9af36e23cd3
|
Loading…
Reference in New Issue