1 |
lfinsto1 |
1.6 |
## Makefile.am |
2 |
lfinsto1 |
1.1 |
# Created by Laurence Finston. |
3 |
|
|
|
4 |
lfinsto1 |
1.18 |
# $Id: Makefile.am,v 1.27 2007/02/02 19:56:02 lfinsto1 Exp $ |
5 |
lfinsto1 |
1.1 |
|
6 |
lfinsto1 |
1.18 |
#### This file is part of GNU 3DLDF, a package for three-dimensional drawing. |
7 |
|
|
#### Copyright (C) 2003, 2004, 2005, 2006, 2007 The Free Software Foundation |
8 |
lfinsto1 |
1.1 |
|
9 |
lfinsto1 |
1.18 |
#### GNU 3DLDF is free software; you can redistribute it and/or modify |
10 |
|
|
#### it under the terms of the GNU General Public License as published by |
11 |
|
|
#### the Free Software Foundation; either version 2 of the License, or |
12 |
|
|
#### (at your option) any later version. |
13 |
|
|
|
14 |
|
|
#### GNU 3DLDF is distributed in the hope that it will be useful, |
15 |
|
|
#### but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 |
|
|
#### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 |
|
|
#### GNU General Public License for more details. |
18 |
|
|
|
19 |
|
|
#### You should have received a copy of the GNU General Public License |
20 |
|
|
#### along with GNU 3DLDF; if not, write to the Free Software |
21 |
|
|
#### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
22 |
|
|
|
23 |
|
|
#### GNU 3DLDF is a GNU package. |
24 |
|
|
#### It is part of the GNU Project of the |
25 |
|
|
#### Free Software Foundation |
26 |
|
|
#### and is published under the GNU General Public License. |
27 |
|
|
#### See the website http://www.gnu.org |
28 |
|
|
#### for more information. |
29 |
|
|
#### GNU 3DLDF is available for downloading from |
30 |
|
|
#### http://www.gnu.org/software/3dldf/LDF.html. |
31 |
|
|
#### It is also available from |
32 |
|
|
#### http://www.dante.de/software/ctan/, the Dante www-server |
33 |
|
|
#### and from http://wwwuser.gwdg.de/~lfinsto1, |
34 |
|
|
#### the author's website. |
35 |
|
|
|
36 |
|
|
#### Please send bug reports to lfinsto1@@gwdg.de |
37 |
|
|
#### The mailing list help-3dldf@gnu.org is available for people to |
38 |
|
|
#### ask other users for help. |
39 |
|
|
#### The mailing list info-3dldf@gnu.org is for sending |
40 |
|
|
#### announcements to users. To subscribe to these mailing lists, send an |
41 |
|
|
#### email with "subscribe <email-address>" as the subject. |
42 |
|
|
|
43 |
|
|
#### The author can be contacted at: |
44 |
|
|
|
45 |
|
|
#### Laurence D. Finston |
46 |
|
|
#### Kreuzbergring 41 |
47 |
|
|
#### D-37075 Goettingen |
48 |
|
|
#### Germany |
49 |
|
|
|
50 |
|
|
#### lfinsto1@gwdg.de |
51 |
|
|
#### s246794@stud.uni-goettingen.de |
52 |
lfinsto1 |
1.1 |
|
53 |
|
|
|
54 |
|
|
CWEBDIR := CWEB |
55 |
lfinsto1 |
1.3 |
DOCDIR := DOC |
56 |
|
|
TEXINFODIR := TEXINFO |
57 |
lfinsto1 |
1.5 |
TEXIPPDIR := TEXIPP |
58 |
lfinsto1 |
1.10 |
ANIMATNSDIR := ANIMATNS |
59 |
lfinsto1 |
1.17 |
FLIPBOOKDIR := FLIPBOOK |
60 |
lfinsto1 |
1.1 |
|
61 |
lfinsto1 |
1.3 |
export CWEBDIR |
62 |
|
|
export DOCDIR |
63 |
|
|
export TEXINFODIR |
64 |
lfinsto1 |
1.5 |
export TEXIPPDIR |
65 |
lfinsto1 |
1.10 |
export ANIMATNSDIR |
66 |
lfinsto1 |
1.17 |
export FLIPBOOKDIR |
67 |
lfinsto1 |
1.1 |
|
68 |
|
|
vpath %.web $(CWEBDIR) |
69 |
|
|
vpath %.h $(CWEBDIR) |
70 |
|
|
vpath %.c $(CWEBDIR) |
71 |
|
|
vpath %.o $(CWEBDIR) |
72 |
|
|
|
73 |
|
|
|
74 |
lfinsto1 |
1.11 |
EXTRA_DIST = 00NEWS 00README ChangeLog \ |
75 |
lfinsto1 |
1.13 |
./GRAPHPAP/00README ./GRAPHPAP/din_a3_1.png \ |
76 |
lfinsto1 |
1.14 |
./GRAPHPAP/graph.ldf ./GRAPHPAP/graph.tex ./GRAPHPAP/run_graph \ |
77 |
lfinsto1 |
1.15 |
./GRAPHPAP/vidpap.mp ./GRAPHPAP/vidpap.tex \ |
78 |
lfinsto1 |
1.17 |
./GRAPHPAP/x_z_1.png |
79 |
lfinsto1 |
1.2 |
|
80 |
lfinsto1 |
1.1 |
.DELETE_ON_ERROR : |
81 |
|
|
|
82 |
lfinsto1 |
1.17 |
SUBDIRS = $(CWEBDIR) $(DOCDIR) $(ANIMATNSDIR) $(FLIPBOOKDIR) |
83 |
lfinsto1 |
1.1 |
|
84 |
|
|
|
85 |
|
|
.PHONY: dummy |
86 |
|
|
dummy: |
87 |
|
|
echo "distdir = $(distdir)" |
88 |
|
|
$(MAKE) dummy -C $(CWEBDIR) |
89 |
|
|
|
90 |
|
|
|
91 |
|
|
.PHONY: info |
92 |
|
|
info: |
93 |
|
|
@echo "info in 3DLDF-<Version>/Makefile.am." |
94 |
|
|
$(MAKE) info -C $(CWEBDIR) |
95 |
|
|
|
96 |
|
|
|
97 |
|
|
.PHONY: info-recursive |
98 |
|
|
info-recursive: |
99 |
|
|
@echo "info-recursive in 3DLDF-<Version>/Makefile.am." |
100 |
|
|
$(MAKE) info-recursive -C $(CWEBDIR) |
101 |
|
|
|
102 |
|
|
|
103 |
|
|
.PHONY : 3dldf |
104 |
|
|
3dldf : |
105 |
|
|
$(MAKE) 3dldf -C $(CWEBDIR) |
106 |
|
|
|
107 |
|
|
|
108 |
|
|
|
109 |
|
|
.PHONY : ps |
110 |
|
|
ps : |
111 |
|
|
@echo Running \"make ps\" in $(CWEBDIR) |
112 |
|
|
$(MAKE) ps -C $(CWEBDIR) |
113 |
|
|
|
114 |
|
|
|
115 |
|
|
.PHONY : 3DLDFput.mp |
116 |
|
|
3DLDFput.mp: |
117 |
|
|
@echo Running \"make 3DLDFput.mp\" in $(CWEBDIR) |
118 |
|
|
$(MAKE) 3DLDFput.mp -C $(CWEBDIR) |
119 |
|
|
|
120 |
|
|
.PHONY : ldf |
121 |
|
|
ldf : 3DLDFput.mp |
122 |
|
|
@echo Running \"make ldf\" in $(CWEBDIR) |
123 |
|
|
$(MAKE) ldf -C $(CWEBDIR) |
124 |
|
|
|
125 |
|
|
.PHONY : 3 |
126 |
|
|
3 : |
127 |
|
|
@echo Running \"make 3\" in $(CWEBDIR) |
128 |
|
|
$(MAKE) 3 -C $(CWEBDIR) |
129 |
|
|
|
130 |
|
|
.PHONY : mp |
131 |
|
|
mp : |
132 |
|
|
@echo Running \"make mp\" in $(CWEBDIR) |
133 |
|
|
$(MAKE) mp -C $(CWEBDIR) |
134 |
|
|
|
135 |
|
|
|
136 |
|
|
.PHONY : run |
137 |
|
|
run: |
138 |
|
|
@echo Running \"make run\" in $(CWEBDIR) |
139 |
|
|
$(MAKE) run -C $(CWEBDIR) |
140 |
|
|
|
141 |
|
|
.PHONY : purge |
142 |
|
|
purge: |
143 |
|
|
$(MAKE) purge -C $(CWEBDIR) |
144 |
|
|
@echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)." |
145 |
|
|
-rm -f $(distdir).tar.gz |
146 |
|
|
|
147 |
|
|
TAGS : |
148 |
|
|
$(MAKE) TAGS -C $(CWEBDIR) |
149 |
|
|
|
150 |
|
|
## Local Variables: |
151 |
|
|
## mode:Makefile |
152 |
|
|
## End: |