#### Makefile.am ## 3DLDF-1.2.0.0/ANIMATNS/Makefile.am #### Created by Laurence D. Finston (LDF) So Mai 8 17:32:18 CEST 2005. # $Id: Makefile.am,v 1.10 2007/07/18 13:00:43 lfinsto1 Exp $ #### * (1) Copyright and License. #### 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 3 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 #### c/o Free Software Foundation, Inc. #### 51 Franklin St, Fifth Floor #### Boston, MA 02110-1301 #### USA #### lfinsto1@gwdg.de #### s246794@stud.uni-goettingen.de ## * (1) EXTRA_DIST = ChangeLog 00README animctrl.web \ loader.web parser.web scanner.web thrdutls.web \ ./TTEST_0/ChangeLog \ ./TTEST_0/birth_1.ldf ./TTEST_0/birth_1.m1v.gz \ ./TTEST_0/encode.Params ./TTEST_0/generate.el \ ./TITLES/encode.Params \ ./TITLES/scroll_1.ldf ./TITLES/scroll_1.tex \ ./TITLES/titles_1.ldf ./TITLES/titles_1.tex \ ./TITLES/titles_2.ldf ./TITLES/titles_2.tex \ ./TITLES/ChangeLog \ ./WAVEFRMS/convert.el ./WAVEFRMS/encode.Params \ ./WAVEFRMS/update_file ./WAVEFRMS/wave_0.txt \ ./WAVEFRMS/wave_2.ldf .PHONY : run run: animctrl animctrl animctrl: thrdutls.o animctrl.o -rm -f -r animctrl @echo "Linking animctrl" g++ -o animctrl -g -pthread animctrl.o thrdutls.o thrdutls.o: thrdutls.c g++ -c -o thrdutls.o -g thrdutls.c animctrl.o: thrdutls.c animctrl.c g++ -c -o animctrl.o -g animctrl.c animctrl.c: animctrl.web ctangle animctrl.web thrdutls.c: thrdutls.web ctangle thrdutls.web