mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
New fltk-config script for 1.1.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: Makefile,v 1.12.2.6.2.4 2001/08/02 20:09:25 easysw Exp $"
|
||||
# "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $"
|
||||
#
|
||||
# Top-level makefile for the Fast Light Tool Kit (FLTK).
|
||||
#
|
||||
@@ -38,6 +38,10 @@ install: makeinclude
|
||||
(cd $$dir; $(MAKE) $(MFLAGS) install) || break;\
|
||||
done
|
||||
(cd documentation; $(MAKE) $(MFLAGS) install)
|
||||
-mkdir -p $(bindir)
|
||||
rm -f $(bindir)/fltk-config
|
||||
-cp fltk-config $(bindir)
|
||||
-chmod +x $(bindir)/fltk-config
|
||||
|
||||
depend: makeinclude
|
||||
@for dir in $(DIRS); do\
|
||||
@@ -67,5 +71,5 @@ configure: configure.in
|
||||
autoconf
|
||||
|
||||
#
|
||||
# End of "$Id: Makefile,v 1.12.2.6.2.4 2001/08/02 20:09:25 easysw Exp $".
|
||||
# End of "$Id: Makefile,v 1.12.2.6.2.5 2001/09/29 15:57:32 easysw Exp $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user