diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 21:25:35 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-19 21:25:35 +0000 |
| commit | 84e38d4d91dbad1f7793172d70b7aa04ef846484 (patch) | |
| tree | 3cdef2b2623545199c7874d188118b587c583e07 /test | |
| parent | 13e7d7639729cc0fb9b778ecd2e45d407d45d393 (diff) | |
Move header installs to new FL/Makefile, which is generated by
configure.
Comment out symlink stuff for Cygwin, and (hopefully) soon for OSX, too.
Add uninstall targets where needed.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1707 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 4d622fb35..e65c5bf96 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.9 2001/11/19 01:06:45 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.10 2001/11/19 21:25:35 easysw Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -185,6 +185,9 @@ clean: install: @echo Nothing to install in test directory. +uninstall: + @echo Nothing to uninstall in test directory. + # -# End of "$Id: Makefile,v 1.19.2.7.2.9 2001/11/19 01:06:45 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.10 2001/11/19 21:25:35 easysw Exp $". # |
