Added .fl to .exe rule...
git-svn-id: file:///fltk/svn/fltk/trunk@44 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
994243bfdd
commit
2f72d490c7
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# "$Id: Makefile,v 1.9 1998/10/21 18:15:03 mike Exp $"
|
# "$Id: Makefile,v 1.10 1998/10/21 20:10:23 mike Exp $"
|
||||||
#
|
#
|
||||||
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
|
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
|
||||||
#
|
#
|
||||||
@ -59,6 +59,11 @@ $(ALL): ../lib/$(LIBNAME)
|
|||||||
@echo $@:
|
@echo $@:
|
||||||
@../fluid/fluid -c $<
|
@../fluid/fluid -c $<
|
||||||
|
|
||||||
|
.fl:
|
||||||
|
@echo $@:
|
||||||
|
@../fluid/fluid -c $<
|
||||||
|
@$(CXX) -I.. $(CXXFLAGS) $@.C -L../lib -lfltk $(LDLIBS) -o $@
|
||||||
|
|
||||||
# Programs needing the OpenGL libraries:
|
# Programs needing the OpenGL libraries:
|
||||||
cube: cube.C
|
cube: cube.C
|
||||||
@echo $@:
|
@echo $@:
|
||||||
@ -106,5 +111,5 @@ clean:
|
|||||||
-@ rm -f $(ALL) jpeg_image *.o core *~
|
-@ rm -f $(ALL) jpeg_image *.o core *~
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of "$Id: Makefile,v 1.9 1998/10/21 18:15:03 mike Exp $".
|
# End of "$Id: Makefile,v 1.10 1998/10/21 20:10:23 mike Exp $".
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user