This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Populate metaconfig branch.
[metaconfig.git] / dist-3.0at70b / lib / C / fake / Makefile
1 ########################################################################
2 # Makefile generated from Makefile.SH on ma 24 elo    06.59.48 1998
3
4 SHELL = /bin/sh
5 JMAKE = jmake
6 TOP = ../../..
7 CURRENT = lib/C/fake
8 DIR = lib/C/fake/
9 INSTALL = /p/bin/ginstall
10 INSTALLDIR = /p/bin/ginstall -d
11
12 ########################################################################
13 # Parameters set by Configure -- edit config.sh if changes are needed
14
15 CTAGS = ctags
16 MAKE = make
17 MV = /usr/bin/mv
18 PRIVLIB = /u/vieraat/vieraat/jhi/Perl/lib/dist
19 RM = /usr/bin/rm -f
20
21 ########################################################################
22 # Jmake rules for building libraries, programs, scripts, and data files
23 # $X-Id: Jmake.rules,v 3.0.1.1 1994/10/29 15:46:30 ram Exp ram $
24
25 ########################################################################
26 # Start of Jmakefile
27
28 # $X-Id: Jmakefile,v 3.0.1.1 1994/01/24 13:43:44 ram Exp ram $
29 #
30 #  Copyright (c) 1991-1993, Raphael Manfredi
31 #  
32 #  You may redistribute only under the terms of the Artistic Licence,
33 #  as specified in the README file that comes with the distribution.
34 #  You may reuse parts of this distribution only within the terms of
35 #  that same Artistic Licence; a copy of which may be found at the root
36 #  of the source tree for dist 3.0.
37 #
38 # $X-Log: Jmakefile,v $
39 # Revision 3.0.1.1  1994/01/24  13:43:44  ram
40 # patch16: created
41 #
42
43 FILES = dup2.C getopt.C rename.C scandir.C setsid.C
44
45 INSTALLFLAGS = -m 444
46
47 all::
48
49 install::
50         @for dir in $(PRIVLIB)/lib/C/fake; do \
51                 case '${MFLAGS}' in *[i]*) set +e;; esac; \
52                 (set -x; test -d $$dir || $(INSTALLDIR) $$dir); \
53         done
54
55 install:: $(FILES)
56         @case '${MFLAGS}' in *[i]*) set +e;; esac; \
57         for i in $(FILES); do \
58                 (set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(PRIVLIB)/lib/C/fake); \
59         done
60
61 deinstall::
62         @case '${MFLAGS}' in *[i]*) set +e;; esac; \
63         for i in $(FILES); do \
64                 (set -x; $(RM) $(PRIVLIB)/lib/C/fake/$$i); \
65         done
66
67 ########################################################################
68 # Common rules for all Makefiles -- do not edit
69
70 emptyrule::
71
72 clean: local_clean
73 realclean: local_realclean
74 clobber: local_clobber
75
76 local_clean::
77         $(RM) core *~ *.o
78
79 local_realclean:: local_clean
80
81 local_clobber:: local_realclean
82         $(RM) Makefile config.sh
83
84 Makefile.SH: Jmakefile
85         -@if test -f $(TOP)/.package; then \
86                 if test -f Makefile.SH; then \
87                         echo "  $(RM) Makefile.SH~; $(MV) Makefile.SH Makefile.SH~"; \
88                         $(RM) Makefile.SH~; $(MV) Makefile.SH Makefile.SH~; \
89                 fi; \
90                 echo "  $(JMAKE) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT)" ; \
91                 $(JMAKE) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT) ; \
92         else touch $@; exit 0; fi
93
94 Makefile: Makefile.SH
95         /bin/sh Makefile.SH
96
97 tags::
98         $(CTAGS) -w *.[ch]
99         $(CTAGS) -xw *.[ch] > tags
100
101 local_clobber::
102         $(RM) tags
103
104 ########################################################################
105 # Empty rules for directories with no sub-directories -- do not edit
106
107 install::
108         @echo "install in $(CURRENT) done."
109
110 deinstall::
111         @echo "deinstall in $(CURRENT) done."
112
113 install.man::
114         @echo "install.man in $(CURRENT) done."
115
116 deinstall.man::
117         @echo "deinstall.man in $(CURRENT) done."
118
119 Makefiles::
120
121 Makefiles.SH::
122