/[3dldf]/3dldf/Group/ANIMATNS/Makefile.am
ViewVC logotype

Contents of /3dldf/Group/ANIMATNS/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Wed Aug 24 17:15:23 2005 UTC (19 years, 2 months ago) by lfinsto1
Branch: MAIN
Changes since 1.6: +2 -2 lines
`Group/CWEB/conveps.web' seems to work properly now.  I had a bit of
difficulty getting rid of the anti-aliasing which was changing the
colors of some pixels.  Got rid of the redundant and outdated
`Group/ANIMATNS/conveps.web' file.

Modified Files:
	Group/ANIMATNS/ChangeLog Group/ANIMATNS/Makefile.am
	Group/ANIMATNS/LOGS/Makefile.am.log Group/CWEB/3DLDFtex.tex
	Group/CWEB/ChangeLog Group/CWEB/conveps.web
	Group/CWEB/sample0.ldf Group/CWEB/LOGS/3DLDFtex.tex.log
	Group/CWEB/LOGS/conveps.web.log
	Group/CWEB/LOGS/sample0.ldf.log
	Group/SNAPSHOTS/3DLDFsnp.tar.gz
	Group/SNAPSHOTS/3DLDFsnp.tar.gz.sig

1 #### Makefile.am
2 ## 3DLDF-1.2.0.0/ANIMATNS/Makefile.am
3
4 #### Created by Laurence D. Finston (LDF) So Mai 8 17:32:18 CEST 2005.
5
6 #### * (1) Copyright and License.
7
8 #### This file is part of GNU 3DLDF, a package for three-dimensional drawing.
9 #### Copyright (C) 2003, 2004, 2005 The Free Software Foundation
10
11 #### GNU 3DLDF is free software; you can redistribute it and/or modify
12 #### it under the terms of the GNU General Public License as published by
13 #### the Free Software Foundation; either version 2 of the License, or
14 #### (at your option) any later version.
15
16 #### GNU 3DLDF is distributed in the hope that it will be useful,
17 #### but WITHOUT ANY WARRANTY; without even the implied warranty of
18 #### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 #### GNU General Public License for more details.
20
21 #### You should have received a copy of the GNU General Public License
22 #### along with GNU 3DLDF; if not, write to the Free Software
23 #### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24
25 #### GNU 3DLDF is a GNU package.
26 #### It is part of the GNU Project of the
27 #### Free Software Foundation
28 #### and is published under the GNU General Public License.
29 #### See the website http://www.gnu.org
30 #### for more information.
31 #### GNU 3DLDF is available for downloading from
32 #### http://www.gnu.org/software/3dldf/LDF.html.
33 #### It is also available from
34 #### http://www.dante.de/software/ctan/, the Dante www-server
35 #### and from http://wwwuser.gwdg.de/~lfinsto1,
36 #### the author's website.
37
38 #### Please send bug reports to bug-3dldf@gnu.org
39 #### The mailing list help-3dldf@gnu.org is available for people to
40 #### ask other users for help.
41 #### The mailing list info-3dldf@gnu.org is for sending
42 #### announcements to users. To subscribe to these mailing lists, send an
43 #### email with ``subscribe <email-address>'' as the subject.
44
45 #### The author can be contacted at:
46
47 #### Laurence D. Finston
48 #### Kreuzbergring 41
49 #### D-37075 Goettingen
50 #### Germany
51
52 #### lfinsto1@gwdg.de
53 #### s246794@stud.uni-goettingen.de
54
55
56
57 # $Id: Makefile.am,v 1.12 2005/08/24 11:35:24 lfinsto1 Exp $
58
59 EXTRA_DIST = ChangeLog 00README animctrl.web \
60 loader.web parser.web scanner.web thrdutls.web \
61 ./TTEST_0/ChangeLog \
62 ./TTEST_0/birth_1.ldf ./TTEST_0/birth_1.m1v.gz \
63 ./TTEST_0/encode.Params ./TTEST_0/generate.el \
64 ./TITLES/encode.Params \
65 ./TITLES/scroll_1.ldf ./TITLES/scroll_1.tex \
66 ./TITLES/titles_1.ldf ./TITLES/titles_1.tex \
67 ./TITLES/titles_2.ldf ./TITLES/titles_2.tex \
68 ./TITLES/ChangeLog
69
70 .PHONY : run
71
72 run: animctrl
73 animctrl
74
75
76 animctrl: thrdutls.o animctrl.o
77 -rm -f -r animctrl
78 @echo "Linking animctrl"
79 g++ -o animctrl -g -pthread animctrl.o thrdutls.o
80
81 thrdutls.o: thrdutls.c
82 g++ -c -o thrdutls.o -g thrdutls.c
83
84 animctrl.o: thrdutls.c animctrl.c
85 g++ -c -o animctrl.o -g animctrl.c
86
87 animctrl.c: animctrl.web
88 ctangle animctrl.web
89
90 thrdutls.c: thrdutls.web
91 ctangle thrdutls.web
92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26