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 /makeinclude.in | |
| 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 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in index 1fb3d526c..59ba9db88 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.8 2001/11/20 20:10:59 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.9 2001/11/29 21:24:49 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -80,8 +80,8 @@ CAT3EXT =@CAT3EXT@ # Build commands and filename extensions... .SUFFIXES: .0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT) -.cxx$(EXEEXT): - echo Compiling and linking $@... +.o$(EXEEXT): + echo Linking $@... $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ .c.o: @@ -105,5 +105,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.8 2001/11/20 20:10:59 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.9 2001/11/29 21:24:49 easysw Exp $". # |
