diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-13 19:17:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-01-13 19:17:36 +0000 |
| commit | 7a82535b938ba6a4dc65e19ac747068bd73bbc8b (patch) | |
| tree | ef7b7742685e0b22738dc2c04fc17888a0444fa9 /makeinclude.in | |
| parent | a33a9e34d40aaa2ce730c965078763aa449d0a9d (diff) | |
Revise configure script and makeinclude file to use OPTIM variable,
and to provide new "--with-optim=flags" option.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1929 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in index 1da183646..bbebbf154 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.14 2002/01/01 15:11:27 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.15 2002/01/13 19:17:36 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -45,8 +45,9 @@ CC =@CC@ MAKEDEPEND =@MAKEDEPEND@ # flags for C++ compiler: -CFLAGS =@CPPFLAGS@ @CFLAGS@ -CXXFLAGS =@CPPFLAGS@ @CXXFLAGS@ +OPTIM =@OPTIM@ +CFLAGS =$(OPTIM) @CFLAGS@ +CXXFLAGS =$(OPTIM) @CXXFLAGS@ # program to make the archive: LIBNAME =@LIBNAME@ @@ -112,5 +113,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.14 2002/01/01 15:11:27 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.15 2002/01/13 19:17:36 easysw Exp $". # |
