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 /fluid | |
| 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 'fluid')
| -rw-r--r-- | fluid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/Makefile b/fluid/Makefile index 08b509658..37f28766c 100644 --- a/fluid/Makefile +++ b/fluid/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $" +# "$Id: Makefile,v 1.10.2.6.2.6 2001/12/06 02:20:36 matthiaswm Exp $" # # FLUID makefile for the Fast Light Tool Kit (FLTK). # @@ -53,6 +53,7 @@ $(PROGRAM) : $(OBJECTS) ../lib/$(LIBNAME) echo Linking $@... $(CXX) $(LDFLAGS) -o $(PROGRAM) $(OBJECTS) $(LINKFLTK) $(LDLIBS) \ $(IMAGELIBS) + $(POSTBUILD) clean : -@ rm -f *.o $(PROGRAM) $(CLEAN) core *~ makedepend @@ -86,5 +87,5 @@ rebuild: ./fluid -c widget_panel.fl # -# End of "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $". +# End of "$Id: Makefile,v 1.10.2.6.2.6 2001/12/06 02:20:36 matthiaswm Exp $". # |
