1998-12-29 17:18:27 +03:00
|
|
|
#
|
2005-02-25 00:55:12 +03:00
|
|
|
# "$Id$"
|
1998-12-29 17:18:27 +03:00
|
|
|
#
|
|
|
|
# Documentation makefile for the Fast Light Tool Kit (FLTK).
|
|
|
|
#
|
2010-11-29 00:22:55 +03:00
|
|
|
# Copyright 1998-2010 by Bill Spitzak and others.
|
1998-12-29 17:18:27 +03: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.
|
|
|
|
#
|
2005-04-16 04:13:17 +04:00
|
|
|
# Please report all bugs and problems on the following page:
|
|
|
|
#
|
|
|
|
# http://www.fltk.org/str.php
|
1998-12-29 17:18:27 +03:00
|
|
|
#
|
|
|
|
|
2000-06-06 01:21:24 +04:00
|
|
|
# Get configuration stuff...
|
|
|
|
include ../makeinclude
|
|
|
|
|
2008-10-17 16:42:28 +04:00
|
|
|
SRC_DOCDIR = ./src
|
1999-01-13 19:25:17 +03:00
|
|
|
|
2001-11-27 05:09:45 +03:00
|
|
|
# These are the HTML "source" files...
|
2008-10-15 21:35:39 +04:00
|
|
|
HTMLFILES = \
|
2008-10-17 16:42:28 +04:00
|
|
|
$(SRC_DOCDIR)/index.dox \
|
|
|
|
$(SRC_DOCDIR)/preface.dox \
|
|
|
|
$(SRC_DOCDIR)/intro.dox \
|
|
|
|
$(SRC_DOCDIR)/basics.dox \
|
|
|
|
$(SRC_DOCDIR)/common.dox \
|
|
|
|
$(SRC_DOCDIR)/editor.dox \
|
2009-03-26 02:12:48 +03:00
|
|
|
$(SRC_DOCDIR)/drawing.dox \
|
2008-10-17 16:42:28 +04:00
|
|
|
$(SRC_DOCDIR)/events.dox \
|
|
|
|
$(SRC_DOCDIR)/subclassing.dox \
|
|
|
|
$(SRC_DOCDIR)/opengl.dox \
|
|
|
|
$(SRC_DOCDIR)/fluid.dox \
|
|
|
|
$(SRC_DOCDIR)/advanced.dox \
|
|
|
|
$(SRC_DOCDIR)/unicode.dox \
|
|
|
|
$(SRC_DOCDIR)/enumerations.dox \
|
|
|
|
$(SRC_DOCDIR)/glut.dox \
|
|
|
|
$(SRC_DOCDIR)/forms.dox \
|
|
|
|
$(SRC_DOCDIR)/osissues.dox \
|
|
|
|
$(SRC_DOCDIR)/migration_1_1.dox \
|
|
|
|
$(SRC_DOCDIR)/migration_1_3.dox \
|
|
|
|
$(SRC_DOCDIR)/development.dox \
|
|
|
|
$(SRC_DOCDIR)/license.dox \
|
|
|
|
$(SRC_DOCDIR)/examples.dox
|
2002-04-28 20:41:17 +04:00
|
|
|
|
|
|
|
IMAGEFILES = \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/FL200.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Check_Button.png \
|
2010-12-06 05:47:27 +03:00
|
|
|
$(SRC_DOCDIR)/Fl_File_Chooser.jpg \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/Fl_File_Input.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Help_Dialog.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Light_Button.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Return_Button.png \
|
2010-12-21 20:07:14 +03:00
|
|
|
$(SRC_DOCDIR)/Fl_Native_File_Chooser.png \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/Fl_Roller.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Round_Button.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Scroll.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Tile.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Value_Input.png \
|
|
|
|
$(SRC_DOCDIR)/Fl_Value_Output.png \
|
|
|
|
$(SRC_DOCDIR)/adjuster1.png \
|
|
|
|
$(SRC_DOCDIR)/boxtypes.png \
|
|
|
|
$(SRC_DOCDIR)/buttons.png \
|
|
|
|
$(SRC_DOCDIR)/charts.png \
|
|
|
|
$(SRC_DOCDIR)/choice.png \
|
|
|
|
$(SRC_DOCDIR)/clock.png \
|
|
|
|
$(SRC_DOCDIR)/counter.png \
|
|
|
|
$(SRC_DOCDIR)/cubeview.png \
|
|
|
|
$(SRC_DOCDIR)/dial.png \
|
|
|
|
$(SRC_DOCDIR)/editor-replace.png \
|
|
|
|
$(SRC_DOCDIR)/editor.png \
|
|
|
|
$(SRC_DOCDIR)/fl_alert.png \
|
|
|
|
$(SRC_DOCDIR)/fl_ask.png \
|
|
|
|
$(SRC_DOCDIR)/fl_choice.png \
|
2008-10-17 16:42:28 +04:00
|
|
|
$(SRC_DOCDIR)/fl_color_chooser.jpg \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/fl_input.png \
|
|
|
|
$(SRC_DOCDIR)/fl_message.png \
|
|
|
|
$(SRC_DOCDIR)/fl_password.png \
|
|
|
|
$(SRC_DOCDIR)/fl_show_colormap.png \
|
|
|
|
$(SRC_DOCDIR)/fluid-catgets.png \
|
|
|
|
$(SRC_DOCDIR)/fluid-gettext.png \
|
|
|
|
$(SRC_DOCDIR)/fluid-org.png \
|
|
|
|
$(SRC_DOCDIR)/fluid1.png \
|
|
|
|
$(SRC_DOCDIR)/fluid2.png \
|
|
|
|
$(SRC_DOCDIR)/fluid3-cxx.png \
|
|
|
|
$(SRC_DOCDIR)/fluid3-gui.png \
|
|
|
|
$(SRC_DOCDIR)/fluid3-style.png \
|
|
|
|
$(SRC_DOCDIR)/fluid4.png \
|
|
|
|
$(SRC_DOCDIR)/fluid_prefs.png \
|
|
|
|
$(SRC_DOCDIR)/fluid_widget_cxx.png \
|
|
|
|
$(SRC_DOCDIR)/fluid_widget_gui.png \
|
|
|
|
$(SRC_DOCDIR)/fluid_widget_style.png \
|
|
|
|
$(SRC_DOCDIR)/hello.C.png \
|
2008-10-17 16:42:28 +04:00
|
|
|
$(SRC_DOCDIR)/input_choice.jpg \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/menu.png \
|
|
|
|
$(SRC_DOCDIR)/menu_button.png \
|
|
|
|
$(SRC_DOCDIR)/menubar.png \
|
|
|
|
$(SRC_DOCDIR)/positioner.png \
|
|
|
|
$(SRC_DOCDIR)/resizebox1.png \
|
|
|
|
$(SRC_DOCDIR)/resizebox2.png \
|
|
|
|
$(SRC_DOCDIR)/round_clock.png \
|
|
|
|
$(SRC_DOCDIR)/scrollbar.png \
|
|
|
|
$(SRC_DOCDIR)/slider.png \
|
|
|
|
$(SRC_DOCDIR)/symbols.png \
|
|
|
|
$(SRC_DOCDIR)/table-as-container.png \
|
|
|
|
$(SRC_DOCDIR)/table-dimensions.png \
|
|
|
|
$(SRC_DOCDIR)/table-simple.png \
|
|
|
|
$(SRC_DOCDIR)/tabs.png \
|
|
|
|
$(SRC_DOCDIR)/text.png \
|
|
|
|
$(SRC_DOCDIR)/tiny.png \
|
2010-12-05 19:07:55 +03:00
|
|
|
$(SRC_DOCDIR)/tree-elements.png \
|
2010-12-09 04:03:59 +03:00
|
|
|
$(SRC_DOCDIR)/valuators.png \
|
|
|
|
$(SRC_DOCDIR)/value_slider.png
|
1998-12-29 17:18:27 +03:00
|
|
|
|
2008-10-17 16:42:28 +04:00
|
|
|
MANPAGES = $(SRC_DOCDIR)/fltk.$(CAT3EXT) $(SRC_DOCDIR)/fltk-config.$(CAT1EXT) \
|
|
|
|
$(SRC_DOCDIR)/fluid.$(CAT1EXT) $(SRC_DOCDIR)/blocks.$(CAT6EXT) \
|
|
|
|
$(SRC_DOCDIR)/checkers.$(CAT6EXT) $(SRC_DOCDIR)/sudoku.$(CAT6EXT)
|
2001-02-12 18:12:14 +03:00
|
|
|
|
2002-01-07 21:05:32 +03:00
|
|
|
all: $(MANPAGES)
|
1998-12-29 17:18:27 +03:00
|
|
|
|
2008-10-15 21:35:39 +04:00
|
|
|
alldocs: pdf-dist html $(MANPAGES)
|
2001-10-24 21:04:30 +04:00
|
|
|
|
1998-12-29 17:18:27 +03:00
|
|
|
clean:
|
2008-10-15 02:12:25 +04:00
|
|
|
$(RM) refman.pdf
|
|
|
|
$(RMDIR) html latex
|
2010-12-05 17:45:06 +03:00
|
|
|
$(RM) *~ *.bck *.bak *.log
|
2009-04-24 13:20:17 +04:00
|
|
|
$(RM) $(MANPAGES) $(SRC_DOCDIR)/*.0
|
1998-12-29 17:18:27 +03:00
|
|
|
|
1998-12-29 17:59:00 +03:00
|
|
|
depend:
|
|
|
|
|
2001-02-12 18:12:14 +03:00
|
|
|
install: $(MANPAGES)
|
2010-12-05 17:45:06 +03:00
|
|
|
echo "Installing documentation files in $(DESTDIR)$(docdir) ..."
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(docdir)
|
2008-10-18 00:46:27 +04:00
|
|
|
if test -f html/index.html ; then \
|
|
|
|
for file in html/* ; do \
|
2007-02-06 22:35:28 +03:00
|
|
|
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir); \
|
2008-10-18 00:46:27 +04:00
|
|
|
done \
|
|
|
|
fi
|
2010-12-05 17:45:06 +03:00
|
|
|
echo "Installing fltk.pdf in $(DESTDIR)$(docdir) ..."
|
|
|
|
$(INSTALL_DATA) fltk.pdf $(DESTDIR)$(docdir)
|
|
|
|
echo "Installing man pages in $(DESTDIR)$(mandir) ..."
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat1
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fluid.$(CAT1EXT) $(DESTDIR)$(mandir)/cat1
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fltk-config.$(CAT1EXT) $(DESTDIR)$(mandir)/cat1
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat3
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fltk.$(CAT3EXT) $(DESTDIR)$(mandir)/cat3
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/man1
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fluid.man $(DESTDIR)$(mandir)/man1/fluid.1
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fltk-config.man $(DESTDIR)$(mandir)/man1/fltk-config.1
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/man3
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/fltk.man $(DESTDIR)$(mandir)/man3/fltk.3
|
2001-02-12 18:12:14 +03:00
|
|
|
|
2006-01-15 21:36:16 +03:00
|
|
|
install-linux install-osx:
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/cat6
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/blocks.$(CAT6EXT) $(DESTDIR)$(mandir)/cat6
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/checkers.$(CAT6EXT) $(DESTDIR)$(mandir)/cat6
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/sudoku.$(CAT6EXT) $(DESTDIR)$(mandir)/cat6
|
2007-02-06 22:35:28 +03:00
|
|
|
-$(INSTALL_DIR) $(DESTDIR)$(mandir)/man6
|
2008-10-17 16:42:28 +04:00
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/blocks.man $(DESTDIR)$(mandir)/man6/blocks.6
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/checkers.man $(DESTDIR)$(mandir)/man6/checkers.6
|
|
|
|
$(INSTALL_MAN) $(SRC_DOCDIR)/sudoku.man $(DESTDIR)$(mandir)/man6/sudoku.6
|
2006-01-15 21:36:16 +03:00
|
|
|
|
2001-11-20 00:25:35 +03:00
|
|
|
|
|
|
|
uninstall:
|
2004-10-19 00:22:25 +04:00
|
|
|
$(RMDIR) $(DESTDIR)$(docdir)
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat1/fluid.$(CAT1EXT)
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/man1/fluid.1
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat1/fltk-config.$(CAT1EXT)
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/man1/fltk-config.1
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat3/fltk.$(CAT3EXT)
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/man3/fltk.3
|
2001-11-20 00:25:35 +03:00
|
|
|
|
2006-01-15 21:36:16 +03:00
|
|
|
uninstall-linux uninstall-osx:
|
2006-08-25 10:58:33 +04:00
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat6/blocks.$(CAT6EXT)
|
2006-01-15 21:36:16 +03:00
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat6/checkers.$(CAT6EXT)
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/cat6/sudoku.$(CAT6EXT)
|
2006-08-25 10:58:33 +04:00
|
|
|
$(RM) $(DESTDIR)$(mandir)/man6/blocks.6
|
2006-01-15 21:36:16 +03:00
|
|
|
$(RM) $(DESTDIR)$(mandir)/man6/checkers.6
|
|
|
|
$(RM) $(DESTDIR)$(mandir)/man6/sudoku.6
|
2001-11-20 00:25:35 +03:00
|
|
|
|
2010-12-05 17:45:06 +03:00
|
|
|
# The HTML files are now generated using doxygen, and this needs
|
|
|
|
# an installed doxygen version and may take some time, so this target
|
|
|
|
# is not made by default.
|
2008-10-15 03:00:13 +04:00
|
|
|
|
|
|
|
html: html/index.html
|
|
|
|
|
2008-10-15 21:35:39 +04:00
|
|
|
html/index.html: $(HTMLFILES) $(IMAGEFILES) Doxyfile
|
2001-02-12 18:12:14 +03:00
|
|
|
echo "Generating HTML documentation..."
|
2008-10-15 02:12:25 +04:00
|
|
|
-$(RMDIR) html
|
|
|
|
-$(INSTALL_DIR) html
|
2008-10-15 19:58:04 +04:00
|
|
|
-$(DOXYDOC)
|
2010-12-05 17:45:06 +03:00
|
|
|
if test "x$(DOXYDOC)" = "x" ; then \
|
|
|
|
echo "Sorry - doxygen not found. Please install doxygen and run configure."; \
|
|
|
|
fi
|
2009-03-21 13:29:42 +03:00
|
|
|
|
|
|
|
html-dist: html
|
2010-12-05 17:45:06 +03:00
|
|
|
echo "Stripping HTML files ..."
|
2009-03-14 23:29:11 +03:00
|
|
|
./strip_tags
|
1998-12-29 17:18:27 +03:00
|
|
|
|
2009-03-21 13:29:42 +03:00
|
|
|
pdf-dist: latex/refman.pdf
|
2008-10-15 21:35:39 +04:00
|
|
|
cp -f latex/refman.pdf fltk.pdf
|
2008-10-15 03:00:13 +04:00
|
|
|
|
2008-10-15 21:35:39 +04:00
|
|
|
pdf: latex/refman.pdf
|
|
|
|
|
2010-12-09 02:53:04 +03:00
|
|
|
latex/refman.pdf: latex/refman.tex Doxybook
|
2010-12-05 17:45:06 +03:00
|
|
|
echo "Generating PDF documentation ..."
|
2008-12-03 04:02:10 +03:00
|
|
|
$(DOXYDOC) Doxybook ;\
|
2008-10-15 12:09:33 +04:00
|
|
|
(cd latex ;\
|
|
|
|
pdflatex --interaction=nonstopmode refman.tex ;\
|
|
|
|
makeindex refman.idx ;\
|
|
|
|
pdflatex --interaction=nonstopmode refman.tex ;\
|
|
|
|
latex_count=5;\
|
|
|
|
while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log \
|
|
|
|
&& [ $$latex_count -gt 0 ] ;\
|
2008-10-15 03:00:13 +04:00
|
|
|
do \
|
2010-12-05 17:45:06 +03:00
|
|
|
echo "Rerunning latex ..." ;\
|
2008-10-15 12:09:33 +04:00
|
|
|
pdflatex --interaction=nonstopmode refman.tex ;\
|
2008-10-15 03:00:13 +04:00
|
|
|
latex_count=`expr $$latex_count - 1` ;\
|
|
|
|
done ; \
|
2008-10-15 12:09:33 +04:00
|
|
|
cd ..) > pdfall.log
|
2008-10-15 03:00:13 +04:00
|
|
|
|
2010-12-09 02:53:04 +03:00
|
|
|
latex/refman.tex: Doxybook
|
1998-12-29 17:18:27 +03:00
|
|
|
|
|
|
|
#
|
2005-02-25 00:55:12 +03:00
|
|
|
# End of "$Id$".
|
1998-12-29 17:18:27 +03:00
|
|
|
#
|