## Makefile.am # Created by Laurence Finston. # $Id: Makefile.am,v 1.18 2007/02/02 20:09:25 lfinsto1 Exp $ #### This file is part of GNU 3DLDF, a package for three-dimensional drawing. #### Copyright (C) 2003, 2004, 2005, 2006, 2007 The Free Software Foundation #### GNU 3DLDF is free software; you can redistribute it and/or modify #### it under the terms of the GNU General Public License as published by #### the Free Software Foundation; either version 2 of the License, or #### (at your option) any later version. #### GNU 3DLDF 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 General Public License for more details. #### You should have received a copy of the GNU General Public License #### along with GNU 3DLDF; if not, write to the Free Software #### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #### GNU 3DLDF is a GNU package. #### It is part of the GNU Project of the #### Free Software Foundation #### and is published under the GNU General Public License. #### See the website http://www.gnu.org #### for more information. #### GNU 3DLDF is available for downloading from #### http://www.gnu.org/software/3dldf/LDF.html. #### It is also available from #### http://www.dante.de/software/ctan/, the Dante www-server #### and from http://wwwuser.gwdg.de/~lfinsto1, #### the author's website. #### Please send bug reports to lfinsto1@@gwdg.de #### The mailing list help-3dldf@gnu.org is available for people to #### ask other users for help. #### The mailing list info-3dldf@gnu.org is for sending #### announcements to users. To subscribe to these mailing lists, send an #### email with "subscribe " as the subject. #### The author can be contacted at: #### Laurence D. Finston #### Kreuzbergring 41 #### D-37075 Goettingen #### Germany #### lfinsto1@gwdg.de #### s246794@stud.uni-goettingen.de CWEBDIR := CWEB DOCDIR := DOC TEXINFODIR := TEXINFO TEXIPPDIR := TEXIPP ANIMATNSDIR := ANIMATNS FLIPBOOKDIR := FLIPBOOK export CWEBDIR export DOCDIR export TEXINFODIR export TEXIPPDIR export ANIMATNSDIR export FLIPBOOKDIR vpath %.web $(CWEBDIR) vpath %.h $(CWEBDIR) vpath %.c $(CWEBDIR) vpath %.o $(CWEBDIR) EXTRA_DIST = 00NEWS 00README ChangeLog \ ./GRAPHPAP/00README ./GRAPHPAP/din_a3_1.png \ ./GRAPHPAP/graph.ldf ./GRAPHPAP/graph.tex ./GRAPHPAP/run_graph \ ./GRAPHPAP/vidpap.mp ./GRAPHPAP/vidpap.tex \ ./GRAPHPAP/x_z_1.png .DELETE_ON_ERROR : SUBDIRS = $(CWEBDIR) $(DOCDIR) $(ANIMATNSDIR) $(FLIPBOOKDIR) .PHONY: dummy dummy: echo "distdir = $(distdir)" $(MAKE) dummy -C $(CWEBDIR) .PHONY: info info: @echo "info in 3DLDF-/Makefile.am." $(MAKE) info -C $(CWEBDIR) .PHONY: info-recursive info-recursive: @echo "info-recursive in 3DLDF-/Makefile.am." $(MAKE) info-recursive -C $(CWEBDIR) .PHONY : 3dldf 3dldf : $(MAKE) 3dldf -C $(CWEBDIR) .PHONY : ps ps : @echo Running \"make ps\" in $(CWEBDIR) $(MAKE) ps -C $(CWEBDIR) .PHONY : 3DLDFput.mp 3DLDFput.mp: @echo Running \"make 3DLDFput.mp\" in $(CWEBDIR) $(MAKE) 3DLDFput.mp -C $(CWEBDIR) .PHONY : ldf ldf : 3DLDFput.mp @echo Running \"make ldf\" in $(CWEBDIR) $(MAKE) ldf -C $(CWEBDIR) .PHONY : 3 3 : @echo Running \"make 3\" in $(CWEBDIR) $(MAKE) 3 -C $(CWEBDIR) .PHONY : mp mp : @echo Running \"make mp\" in $(CWEBDIR) $(MAKE) mp -C $(CWEBDIR) .PHONY : run run: @echo Running \"make run\" in $(CWEBDIR) $(MAKE) run -C $(CWEBDIR) .PHONY : purge purge: $(MAKE) purge -C $(CWEBDIR) @echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)." -rm -f $(distdir).tar.gz TAGS : $(MAKE) TAGS -C $(CWEBDIR) ## Local Variables: ## mode:Makefile ## End: