diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2001-12-06 02:20:36 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2001-12-06 02:20:36 +0000 |
| commit | ab896c6d5faa206ca23df371fc1c17b8a1666007 (patch) | |
| tree | a4de9161fc4e7c02e633357cf6ef289ac0e00b5c /makeinclude.in | |
| parent | e07200c4e847ddff8a46ea9fdc23e17437d74c15 (diff) | |
FLTK 1.1.0 for Mac "Out Of The Box Experience": type 'make' and watch...
- updated configure.in and Makefiles to support Darwin (Mac OS X BSD
environment)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1813 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/makeinclude.in b/makeinclude.in index 59ba9db88..1dd606fd8 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.in,v 1.7.2.11.2.9 2001/11/29 21:24:49 easysw Exp $" +# "$Id: makeinclude.in,v 1.7.2.11.2.10 2001/12/06 02:20:36 matthiaswm Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @configure_input@ @@ -70,6 +70,9 @@ GLDEMOS =@GLDEMOS@ # The extension to use for executables... EXEEXT =@EXEEXT@ +# Possible steps after linking... +POSTBUILD =@POSTBUILD@ + # Man page extensions... CAT1EXT =@CAT1EXT@ CAT3EXT =@CAT3EXT@ @@ -83,6 +86,7 @@ CAT3EXT =@CAT3EXT@ .o$(EXEEXT): echo Linking $@... $(CXX) -I.. $(CXXFLAGS) $< $(LINKFLTK) $(LDLIBS) -o $@ + $(POSTBUILD) .c.o: echo Compiling $@... @@ -105,5 +109,5 @@ CAT3EXT =@CAT3EXT@ mv t.z $@ # -# End of "$Id: makeinclude.in,v 1.7.2.11.2.9 2001/11/29 21:24:49 easysw Exp $". +# End of "$Id: makeinclude.in,v 1.7.2.11.2.10 2001/12/06 02:20:36 matthiaswm Exp $". # |
