1998-10-20 21:06:19 +00:00
|
|
|
#
|
2004-10-18 20:22:25 +00:00
|
|
|
# "$Id: Makefile,v 1.12.2.6.2.19 2004/10/18 20:22:21 easysw Exp $"
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
|
|
|
# Top-level makefile for the Fast Light Tool Kit (FLTK).
|
|
|
|
#
|
2004-04-11 04:39:01 +00:00
|
|
|
# Copyright 1998-2004 by Bill Spitzak and others.
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
|
# USA.
|
|
|
|
#
|
2000-06-05 21:21:24 +00:00
|
|
|
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
1998-10-06 18:21:25 +00:00
|
|
|
|
2001-09-30 12:30:13 +00:00
|
|
|
include makeinclude
|
|
|
|
|
2004-07-06 00:18:49 +00:00
|
|
|
DIRS = $(IMAGEDIRS) src fluid test documentation
|
1998-10-20 21:06:19 +00:00
|
|
|
|
1998-11-05 16:04:53 +00:00
|
|
|
all: makeinclude
|
2002-07-26 14:22:02 +00:00
|
|
|
for dir in $(DIRS); do\
|
1998-10-20 21:06:19 +00:00
|
|
|
echo "=== making $$dir ===";\
|
2000-06-30 04:23:13 +00:00
|
|
|
(cd $$dir; $(MAKE) $(MFLAGS)) || break;\
|
1998-10-20 21:06:19 +00:00
|
|
|
done
|
|
|
|
|
1998-11-05 16:04:53 +00:00
|
|
|
install: makeinclude
|
2004-10-18 20:22:25 +00:00
|
|
|
-mkdir -p $(DESTDIR)$(bindir)
|
|
|
|
$(RM) $(DESTDIR)$(bindir)/fltk-config
|
|
|
|
-cp fltk-config $(DESTDIR)$(bindir)
|
|
|
|
-chmod 755 $(DESTDIR)$(bindir)/fltk-config
|
2002-07-26 14:22:02 +00:00
|
|
|
for dir in FL $(DIRS); do\
|
2002-05-01 19:35:53 +00:00
|
|
|
echo "=== installing $$dir ===";\
|
|
|
|
(cd $$dir; $(MAKE) $(MFLAGS) install) || break;\
|
|
|
|
done
|
1998-10-21 14:00:53 +00:00
|
|
|
|
2001-11-19 21:25:35 +00:00
|
|
|
uninstall: makeinclude
|
2004-10-18 20:22:25 +00:00
|
|
|
$(RM) $(DESTDIR)$(bindir)/fltk-config
|
2002-07-26 14:22:02 +00:00
|
|
|
for dir in FL $(DIRS); do\
|
2001-11-19 21:25:35 +00:00
|
|
|
echo "=== uninstalling $$dir ===";\
|
|
|
|
(cd $$dir; $(MAKE) $(MFLAGS) uninstall) || break;\
|
|
|
|
done
|
|
|
|
|
1998-11-05 16:04:53 +00:00
|
|
|
depend: makeinclude
|
2002-07-26 14:22:02 +00:00
|
|
|
for dir in $(DIRS); do\
|
1998-10-21 14:00:53 +00:00
|
|
|
echo "=== making dependencies in $$dir ===";\
|
2000-06-30 04:23:13 +00:00
|
|
|
(cd $$dir; $(MAKE) $(MFLAGS) depend) || break;\
|
1998-10-20 21:06:19 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
clean:
|
2002-07-26 14:22:02 +00:00
|
|
|
-$(RM) core *.o
|
|
|
|
for dir in $(DIRS); do\
|
1998-10-20 21:06:19 +00:00
|
|
|
echo "=== cleaning $$dir ===";\
|
2000-06-30 04:23:13 +00:00
|
|
|
(cd $$dir; $(MAKE) $(MFLAGS) clean) || break;\
|
1998-10-20 21:06:19 +00:00
|
|
|
done
|
|
|
|
|
1999-02-25 19:45:04 +00:00
|
|
|
distclean: clean
|
2002-07-30 14:07:24 +00:00
|
|
|
$(RM) config.*
|
2002-07-26 14:22:02 +00:00
|
|
|
$(RM) fltk-config fltk.list makeinclude
|
|
|
|
$(RM) FL/Makefile
|
2002-07-30 14:07:24 +00:00
|
|
|
$(RM) documentation/*.$(CAT1EXT)
|
|
|
|
$(RM) documentation/*.$(CAT3EXT)
|
|
|
|
$(RM) documentation/fltk.pdf
|
|
|
|
$(RM) documentation/fltk.ps
|
|
|
|
$(RM) -r documentation/fltk.d
|
2002-07-26 14:22:02 +00:00
|
|
|
for file in test/*.fl; do\
|
2002-09-26 01:15:33 +00:00
|
|
|
$(RM) test/`basename $file .fl`.cxx; \
|
|
|
|
$(RM) test/`basename $file .fl`.h; \
|
2002-07-26 14:22:02 +00:00
|
|
|
done
|
1999-02-25 19:45:04 +00:00
|
|
|
|
1998-11-05 16:04:53 +00:00
|
|
|
makeinclude: configure configh.in makeinclude.in
|
2001-08-01 21:24:49 +00:00
|
|
|
if test -f config.status; then \
|
2001-08-02 20:09:25 +00:00
|
|
|
./config.status --recheck; \
|
2001-08-02 18:08:36 +00:00
|
|
|
./config.status; \
|
2001-08-01 21:24:49 +00:00
|
|
|
else \
|
|
|
|
./configure; \
|
|
|
|
fi
|
2002-01-06 13:40:32 +00:00
|
|
|
touch config.h
|
1998-11-05 16:04:53 +00:00
|
|
|
|
2001-03-14 17:20:02 +00:00
|
|
|
configure: configure.in
|
|
|
|
autoconf
|
|
|
|
|
2002-01-06 13:40:32 +00:00
|
|
|
portable-dist:
|
2003-06-15 05:39:12 +00:00
|
|
|
epm -v -s fltk.xpm fltk
|
2002-01-06 13:40:32 +00:00
|
|
|
|
|
|
|
native-dist:
|
|
|
|
epm -v -f native fltk
|
|
|
|
|
|
|
|
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|
2004-10-18 20:22:25 +00:00
|
|
|
# End of "$Id: Makefile,v 1.12.2.6.2.19 2004/10/18 20:22:21 easysw Exp $".
|
1998-10-20 21:06:19 +00:00
|
|
|
#
|