diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-03 12:04:12 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-06-03 12:04:12 +0000 |
| commit | e4619262611cee73cc5fae97f48b40f84133c820 (patch) | |
| tree | 36d5d226f11d3cdeb12d586f0c4bb53a031c15b3 /makeinclude.in | |
| parent | b0cdb25d3cf5e3016ce14d889a357cd963ba876d (diff) | |
Moved .fl building rules to test/Makefile.
Added compiling rules to makefiles/makeinclude.*
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1160 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/makeinclude.in b/makeinclude.in index a2b6481e7..f1f2b3e48 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.2 2000/04/25 22:15:42 mike Exp $" +# "$Id: makeinclude.in,v 1.7.2.3 2000/06/03 12:04:08 mike Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -70,15 +70,6 @@ GLDLIBS =@LDFLAGS@ @LIBS@ @GLLIB@ -lX11 -lXext @X_EXTRA_LIBS@ -lm echo Compiling $@... $(CXX) -I.. $(CXXFLAGS) $< -c -.fl.cxx .fl.h: - echo Generating $<... - ../fluid/fluid -c $< - -.fl: - echo Generating, compiling, and linking $@... - ../fluid/fluid -c $< - $(CXX) -I.. $(CXXFLAGS) $@.cxx -L../lib -lfltk $(LDLIBS) -o $@ - # -# End of "$Id: makeinclude.in,v 1.7.2.2 2000/04/25 22:15:42 mike Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.3 2000/06/03 12:04:08 mike Exp $". # |
