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

Annotation of /3dldf/Group/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jul 9 12:43:01 2004 UTC (20 years, 4 months ago) by lfinsto1
Branch: MAIN
Initial version CVS (Group)

1 lfinsto1 1.1 ## 3DLDF-<Version>/Makefile.am
2     # Created by Laurence Finston.
3    
4     # $Id: Makefile.am,v 1.8 2004/06/23 08:00:43 lfinsto1 Exp $
5    
6     # This file is part of 3DLDF, a package for three-dimensional drawing.
7     # Copyright (C) 2003, 2004 Laurence D. Finston.
8    
9     # 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     # 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 3DLDF; if not, write to the Free Software
21     # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22    
23     # The author can be contacted at:
24    
25     # Laurence D. Finston
26     # Kreuzbergring 41
27     # D-37075 Goettingen
28     # Germany
29    
30     # lfinsto1@gwdg.de
31     # s246794@stud.uni-goettingen.de
32    
33    
34    
35    
36     CWEBDIR := CWEB
37    
38    
39    
40    
41     vpath %.web $(CWEBDIR)
42     vpath %.h $(CWEBDIR)
43     vpath %.c $(CWEBDIR)
44     vpath %.o $(CWEBDIR)
45    
46    
47     .DELETE_ON_ERROR :
48    
49     SUBDIRS = $(CWEBDIR)
50    
51    
52     .PHONY: dummy
53     dummy:
54     echo "distdir = $(distdir)"
55     $(MAKE) dummy -C $(CWEBDIR)
56    
57    
58     .PHONY: info
59     info:
60     @echo "info in 3DLDF-<Version>/Makefile.am."
61     $(MAKE) info -C $(CWEBDIR)
62    
63    
64     .PHONY: info-recursive
65     info-recursive:
66     @echo "info-recursive in 3DLDF-<Version>/Makefile.am."
67     $(MAKE) info-recursive -C $(CWEBDIR)
68    
69    
70     .PHONY : 3dldf
71     3dldf :
72     $(MAKE) 3dldf -C $(CWEBDIR)
73    
74    
75    
76     .PHONY : ps
77     ps :
78     @echo Running \"make ps\" in $(CWEBDIR)
79     $(MAKE) ps -C $(CWEBDIR)
80    
81    
82     .PHONY : 3DLDFput.mp
83     3DLDFput.mp:
84     @echo Running \"make 3DLDFput.mp\" in $(CWEBDIR)
85     $(MAKE) 3DLDFput.mp -C $(CWEBDIR)
86    
87     .PHONY : ldf
88     ldf : 3DLDFput.mp
89     @echo Running \"make ldf\" in $(CWEBDIR)
90     $(MAKE) ldf -C $(CWEBDIR)
91    
92     .PHONY : 3
93     3 :
94     @echo Running \"make 3\" in $(CWEBDIR)
95     $(MAKE) 3 -C $(CWEBDIR)
96    
97     .PHONY : mp
98     mp :
99     @echo Running \"make mp\" in $(CWEBDIR)
100     $(MAKE) mp -C $(CWEBDIR)
101    
102    
103     .PHONY : run
104     run:
105     @echo Running \"make run\" in $(CWEBDIR)
106     $(MAKE) run -C $(CWEBDIR)
107    
108     .PHONY : purge
109     purge:
110     $(MAKE) purge -C $(CWEBDIR)
111     @echo "Deleting $(distdir).tar.gz (the tarball containing the distribution)."
112     -rm -f $(distdir).tar.gz
113    
114     TAGS :
115     $(MAKE) TAGS -C $(CWEBDIR)
116    
117     ## Local Variables:
118     ## mode:Makefile
119     ## End:

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