diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 21:50:05 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-29 21:50:05 +0000 |
| commit | 249f06e077007c96895115f849b1711bbb9bff2f (patch) | |
| tree | 079a06c597e2195fa2988e83a3839b0609838e38 /test/Makefile | |
| parent | 28ac8f1c6cebda4cd0aeebf8bd263403c1874f68 (diff) | |
Require autoconf 2.13 or newer.
Remove unnecessary .fl -> .exe rule (was commented out)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1790 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/Makefile b/test/Makefile index 2d59fc5e6..ae01d0b59 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -158,12 +158,6 @@ gldemos: $(GLALL) echo Generating $<... ../fluid/fluid -c $< -#.fl$(EXEEXT): -# echo Generating, compiling, and linking $@... -# ../fluid/fluid -c $< -# $(CXX) -I.. $(CXXFLAGS) $@.cxx $(LINKFLTK) $(LDLIBS) -o $@ - - $(ALL): ../lib/$(LIBNAME) # Programs needing special instructions... @@ -236,5 +230,5 @@ uninstall: @echo Nothing to uninstall in test directory. # -# End of "$Id: Makefile,v 1.19.2.7.2.13 2001/11/29 21:24:49 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.14 2001/11/29 21:50:05 easysw Exp $". # |
