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

Contents of /3dldf/Group/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.21 - (show annotations) (download)
Mon Dec 29 16:30:31 2008 UTC (15 years, 8 months ago) by lfinsto1
Branch: MAIN
Changes since 1.20: +4 -12 lines
Update copyright notices.

1 ## Makefile.am
2 # Created by Laurence Finston.
3
4 # $Id: Makefile.am,v 1.3 2008/12/29 16:22:27 lfinsto2 Exp $
5
6 #### This file is part of GNU 3DLDF, a package for three-dimensional drawing.
7 #### Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 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
60 export CWEBDIR
61 export DOCDIR
62 export TEXINFODIR
63 export TEXIPPDIR
64
65 vpath %.web $(CWEBDIR)
66 vpath %.h $(CWEBDIR)
67 vpath %.c $(CWEBDIR)
68 vpath %.o $(CWEBDIR)
69
70
71 EXTRA_DIST = 00NEWS 00README ChangeLog
72
73 .DELETE_ON_ERROR :
74
75 SUBDIRS = $(CWEBDIR) $(DOCDIR)
76
77
78 .PHONY: dummy
79 dummy:
80 echo "distdir = $(distdir)"
81 $(MAKE) dummy -C $(CWEBDIR)
82
83
84 .PHONY: info
85 info:
86 @echo "info in 3DLDF-<Version>/Makefile.am."
87 $(MAKE) info -C $(CWEBDIR)
88
89
90 .PHONY: info-recursive
91 info-recursive:
92 @echo "info-recursive in 3DLDF-<Version>/Makefile.am."
93 $(MAKE) info-recursive -C $(CWEBDIR)
94
95
96 .PHONY : 3dldf
97 3dldf :
98 $(MAKE) 3dldf -C $(CWEBDIR)
99
100
101
102 .PHONY : ps
103 ps :
104 @echo Running \"make ps\" in $(CWEBDIR)
105 $(MAKE) ps -C $(CWEBDIR)
106
107
108 .PHONY : 3DLDFput.mp
109 3DLDFput.mp:
110 @echo Running \"make 3DLDFput.mp\" in $(CWEBDIR)
111 $(MAKE) 3DLDFput.mp -C $(CWEBDIR)
112
113 .PHONY : ldf
114 ldf : 3DLDFput.mp
115 @echo Running \"make ldf\" in $(CWEBDIR)
116 $(MAKE) ldf -C $(CWEBDIR)
117
118 .PHONY : 3
119 3 :
120 @echo Running \"make 3\" in $(CWEBDIR)
121 $(MAKE) 3 -C $(CWEBDIR)
122
123 .PHONY : mp
124 mp :
125 @echo Running \"make mp\" in $(CWEBDIR)
126 $(MAKE) mp -C $(CWEBDIR)
127
128
129 .PHONY : run
130 run:
131 @echo Running \"make run\" in $(CWEBDIR)
132 $(MAKE) run -C $(CWEBDIR)
133
134 .PHONY : purge
135 purge:
136 $(MAKE) purge -C $(CWEBDIR)
137 @echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)."
138 -rm -f $(distdir).tar.gz
139
140 TAGS :
141 $(MAKE) TAGS -C $(CWEBDIR)
142
143 ## Local Variables:
144 ## mode:Makefile
145 ## End:

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