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

Contents of /3dldf/Group/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.19 - (show annotations) (download)
Tue Jul 3 15:52:30 2007 UTC (17 years, 2 months ago) by lfinsto1
Branch: MAIN
Changes since 1.18: +7 -6 lines
Updated version of the GNU General Public License (GPL)
and my postal address.

1 ## Makefile.am
2 # Created by Laurence Finston.
3
4 # $Id: Makefile.am,v 1.28 2007/07/03 14:02:41 lfinsto1 Exp $
5
6 #### 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
9 #### 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 3 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 #### c/o Free Software Foundation, Inc.
47 #### 51 Franklin St, Fifth Floor
48 #### Boston, MA 02110-1301
49 #### USA
50
51 #### lfinsto1@gwdg.de
52 #### s246794@stud.uni-goettingen.de
53
54
55 CWEBDIR := CWEB
56 DOCDIR := DOC
57 TEXINFODIR := TEXINFO
58 TEXIPPDIR := TEXIPP
59 ANIMATNSDIR := ANIMATNS
60 FLIPBOOKDIR := FLIPBOOK
61
62 export CWEBDIR
63 export DOCDIR
64 export TEXINFODIR
65 export TEXIPPDIR
66 export ANIMATNSDIR
67 export FLIPBOOKDIR
68
69 vpath %.web $(CWEBDIR)
70 vpath %.h $(CWEBDIR)
71 vpath %.c $(CWEBDIR)
72 vpath %.o $(CWEBDIR)
73
74
75 EXTRA_DIST = 00NEWS 00README ChangeLog \
76 ./GRAPHPAP/00README ./GRAPHPAP/din_a3_1.png \
77 ./GRAPHPAP/graph.ldf ./GRAPHPAP/graph.tex ./GRAPHPAP/run_graph \
78 ./GRAPHPAP/vidpap.mp ./GRAPHPAP/vidpap.tex \
79 ./GRAPHPAP/x_z_1.png
80
81 .DELETE_ON_ERROR :
82
83 SUBDIRS = $(CWEBDIR) $(DOCDIR) $(ANIMATNSDIR) $(FLIPBOOKDIR)
84
85
86 .PHONY: dummy
87 dummy:
88 echo "distdir = $(distdir)"
89 $(MAKE) dummy -C $(CWEBDIR)
90
91
92 .PHONY: info
93 info:
94 @echo "info in 3DLDF-<Version>/Makefile.am."
95 $(MAKE) info -C $(CWEBDIR)
96
97
98 .PHONY: info-recursive
99 info-recursive:
100 @echo "info-recursive in 3DLDF-<Version>/Makefile.am."
101 $(MAKE) info-recursive -C $(CWEBDIR)
102
103
104 .PHONY : 3dldf
105 3dldf :
106 $(MAKE) 3dldf -C $(CWEBDIR)
107
108
109
110 .PHONY : ps
111 ps :
112 @echo Running \"make ps\" in $(CWEBDIR)
113 $(MAKE) ps -C $(CWEBDIR)
114
115
116 .PHONY : 3DLDFput.mp
117 3DLDFput.mp:
118 @echo Running \"make 3DLDFput.mp\" in $(CWEBDIR)
119 $(MAKE) 3DLDFput.mp -C $(CWEBDIR)
120
121 .PHONY : ldf
122 ldf : 3DLDFput.mp
123 @echo Running \"make ldf\" in $(CWEBDIR)
124 $(MAKE) ldf -C $(CWEBDIR)
125
126 .PHONY : 3
127 3 :
128 @echo Running \"make 3\" in $(CWEBDIR)
129 $(MAKE) 3 -C $(CWEBDIR)
130
131 .PHONY : mp
132 mp :
133 @echo Running \"make mp\" in $(CWEBDIR)
134 $(MAKE) mp -C $(CWEBDIR)
135
136
137 .PHONY : run
138 run:
139 @echo Running \"make run\" in $(CWEBDIR)
140 $(MAKE) run -C $(CWEBDIR)
141
142 .PHONY : purge
143 purge:
144 $(MAKE) purge -C $(CWEBDIR)
145 @echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)."
146 -rm -f $(distdir).tar.gz
147
148 TAGS :
149 $(MAKE) TAGS -C $(CWEBDIR)
150
151 ## Local Variables:
152 ## mode:Makefile
153 ## End:

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