diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 20:10:23 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-21 20:10:23 +0000 |
| commit | 2f72d490c77846fe90f066637a4fdcfce26d5228 (patch) | |
| tree | 5e9fa033584ead6d559bb94ff980b2a2e4aa5dd5 /test | |
| parent | 994243bfddaf3b9c3d2f629356bfdb45731525de (diff) | |
Added .fl to .exe rule...
git-svn-id: file:///fltk/svn/fltk/trunk@44 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 8beadef98..cd331f1e3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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). # @@ -59,6 +59,11 @@ $(ALL): ../lib/$(LIBNAME) @echo $@: @../fluid/fluid -c $< +.fl: + @echo $@: + @../fluid/fluid -c $< + @$(CXX) -I.. $(CXXFLAGS) $@.C -L../lib -lfltk $(LDLIBS) -o $@ + # Programs needing the OpenGL libraries: cube: cube.C @echo $@: @@ -106,5 +111,5 @@ clean: -@ 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 $". # |
