From ab896c6d5faa206ca23df371fc1c17b8a1666007 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 6 Dec 2001 02:20:36 +0000 Subject: 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 --- makeinclude.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'makeinclude.in') 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 $". # -- cgit v1.2.3