mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# "$Id: Makefile,v 1.10.2.6.2.4 2001/11/18 12:48:38 easysw Exp $"
|
||||
# "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $"
|
||||
#
|
||||
# Fluid makefile for the Fast Light Tool Kit (FLTK).
|
||||
# FLUID makefile for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
# Copyright 1998-2001 by Bill Spitzak and others.
|
||||
#
|
||||
@@ -72,7 +72,7 @@ install: $(PROGRAM)
|
||||
chmod 755 $(bindir)/$(PROGRAM)
|
||||
|
||||
uninstall:
|
||||
-rm -f $(bindir)/$(PROGRAM)
|
||||
rm -f $(bindir)/$(PROGRAM)
|
||||
|
||||
#
|
||||
# Note: The rebuild target can only be used if you have the original .fl
|
||||
@@ -86,5 +86,5 @@ rebuild:
|
||||
./fluid -c widget_panel.fl
|
||||
|
||||
#
|
||||
# End of "$Id: Makefile,v 1.10.2.6.2.4 2001/11/18 12:48:38 easysw Exp $".
|
||||
# End of "$Id: Makefile,v 1.10.2.6.2.5 2001/11/19 21:25:35 easysw Exp $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user