diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-18 12:48:38 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-18 12:48:38 +0000 |
| commit | 8b5a03d3a2a9927609d41127fd6d639fe961a46f (patch) | |
| tree | 02cd767ff039c36bdadb95ba3bfeacb4552d2669 /makeinclude.in | |
| parent | f21f8f8993e11d5561c434d118a7477363f4eb96 (diff) | |
More CygWin stuff, and a fix for WIN32 with the new fl_beep() function.
Add a new "migration" appendix to the FLTK manual.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1695 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/makeinclude.in b/makeinclude.in index a2801fce3..ba6219151 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.5 2001/11/17 15:55:36 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.6 2001/11/18 12:48:38 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -67,6 +67,9 @@ IMAGELIBS =@IMAGELIBS@ # Do we build the OpenGL demos? GLDEMOS =@GLDEMOS@ +# The extension to use for executables... +EXEEXT =@EXEEXT@ + # Man page extensions... CAT1EXT =@CAT1EXT@ CAT3EXT =@CAT3EXT@ @@ -75,9 +78,9 @@ CAT3EXT =@CAT3EXT@ .SILENT: # Build commands and filename extensions... -.SUFFIXES: .0 .1 .3 .c .cxx .h .fl .man .o .z +.SUFFIXES: .0 .1 .3 .c .cxx .h .fl .man .o .z $(EXEEXT) -.cxx: +$(EXEEXT).cxx: echo Compiling and linking $@... $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ @@ -102,5 +105,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.5 2001/11/17 15:55:36 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.6 2001/11/18 12:48:38 easysw Exp $". # |
