diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 21:24:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 21:24:49 +0000 |
| commit | bc925b34c3ffcc8559b26667d4a73698229d8a28 (patch) | |
| tree | 99a5c98e00a70d3cbf30a356a749bc1852c676ce /test/Makefile | |
| parent | 02d869450d28233e9509cdc1c8034cc5e8712ef1 (diff) | |
Tweek makeinclude.in so that we build from .o files instead of .cxx -> .exe
Same for .fl -> .exe in test/Makefile.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Makefile b/test/Makefile index 84b4b554f..2d59fc5e6 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.12 2001/11/24 18:07:57 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -158,10 +158,10 @@ gldemos: $(GLALL) echo Generating $<... ../fluid/fluid -c $< -.fl$(EXEEXT): - echo Generating, compiling, and linking $@... - ../fluid/fluid -c $< - $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@ +#.fl$(EXEEXT): +# echo Generating, compiling, and linking $@... +# ../fluid/fluid -c $< +# $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@ $(ALL): ../lib/$(LIBNAME) @@ -236,5 +236,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.12 2001/11/24 18:07:57 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $". # |
