diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-16 00:01:49 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-16 00:01:49 +0000 |
| commit | b41cf28662fe5734530f280cc0dbb34bbf6aa25a (patch) | |
| tree | e6afdba0c544657c7a60198d5ed984feb5edf90c /FL | |
| parent | 91c3b8231de57e381d33b154852092c04ab96f14 (diff) | |
Update "clean" targets to properly handle core files, remove backup files,
etc.
Add "install" target to test directory which installs the example programs.
Install the config.h file in the examples directory.
Make sure the example programs compile outside the FLTK source dir.
Add example programs to fltk.list.in.
Fix missing redraw() in x_cb() in FLUID...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4287 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Makefile.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/FL/Makefile.in b/FL/Makefile.in index 79dbc14f6..115834908 100644 --- a/FL/Makefile.in +++ b/FL/Makefile.in @@ -1,5 +1,5 @@ # -# "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $" +# "$Id$" # # Header makefile for the Fast Light Tool Kit (FLTK). # @@ -27,6 +27,10 @@ include ../makeinclude all: +clean: + +depend: + install: echo "Installing include files in $(DESTDIR)$(includedir)..." -$(MKDIR) -p $(DESTDIR)$(includedir) @@ -54,5 +58,5 @@ uninstall: # -# End of "$Id: Makefile.in,v 1.1.2.9 2004/10/18 20:22:21 easysw Exp $". +# End of "$Id$". # |
