summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-05-08 12:44:52 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-05-08 12:44:52 +0000
commitc56bb65a9752613a564fac18f0086053edde1ece (patch)
treeb0b128bdc64f79ce1451758526e8f4a5db7ec565 /src/Makefile
parent84bccaf8e7a50a001bf57524269f9f5e445e4e22 (diff)
Add documentation for readonly() and input_type().
Fix "make distclean" so that it removes all of the library files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2204 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index d446616dc..5edf01141 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.18.2.14.2.41 2002/04/30 21:50:16 easysw Exp $"
+# "$Id: Makefile,v 1.18.2.14.2.42 2002/05/08 12:44:52 easysw Exp $"
#
# Library makefile for the Fast Light Tool Kit (FLTK).
#
@@ -239,7 +239,11 @@ libfltk_gl_s.a: $(GLOBJECTS)
chmod +x libfltk_gl_s.a
clean :
- -@ rm -f *.o $(DSONAME) $(GLDSONAME) $(LIBRARY) $(CLEAN) libfltk.so libfltk_gl.so
+ -@ rm -f *.o $(DSONAME) $(FLDSONAME) $(GLDSONAME) \
+ ../lib/$(LIBNAME) ../lib/$(FLLIBNAME) ../lib/$(GLLIBNAME) \
+ libfltk.so libfltk_forms.so libfltk_gl.so \
+ libfltk.sl libfltk_forms.sl libfltk_gl.sl \
+ $(CLEAN)
depend: $(CPPFILES) $(FLCPPFILES) $(GLCPPFILES) $(CFILES)
makedepend -Y -I.. -f makedepend $(CPPFILES) $(GLCPPFILES) $(CFILES)
@@ -429,5 +433,5 @@ uninstall:
#
-# End of "$Id: Makefile,v 1.18.2.14.2.41 2002/04/30 21:50:16 easysw Exp $".
+# End of "$Id: Makefile,v 1.18.2.14.2.42 2002/05/08 12:44:52 easysw Exp $".
#