annotate man/Makefile.in @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 # Generated automatically from Makefile.in.in by configure.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 /* Makefile for man subdirectory in XEmacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 Copyright (C) 1995 Board of Trustees, University of Illinois
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 Copyright (C) 1994, 1995 Sun Microsystems.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 This file is part of XEmacs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 XEmacs is free software; you can redistribute it and/or modify it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 Free Software Foundation; either version 2, or (at your option) any
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 XEmacs is distributed in the hope that it will be useful, but WITHOUT
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 along with XEmacs; see the file COPYING. If not, write to the Free
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 /* Avoid trouble on systems where the `SHELL' variable might be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 inherited from the environment. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 SHELL = /bin/sh
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26 /* Some people use these in paths they define. We don't want their paths
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 getting changed on them. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 #undef sparc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 #undef sun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 #undef unix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31 #undef i386
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 #undef ppc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 #undef sgi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 /* ==================== Things `configure' will edit ==================== */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 CC=gcc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 CFLAGS=-bi486-linuxaout -O4 -m486 -malign-functions=2 -malign-jumps=2 -malign-loops=2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39 YACC=bison -y
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 version=19.14
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 configuration=i486-unknown-linux2.0.0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 /* ==================== Where To Install Things ==================== */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 /* The default location for installation. Everything is placed in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 subdirectories of this directory. The default values for many of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47 the variables below are expressed in terms of this one, so you may
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 not need to change them. This is set with the --prefix option to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49 `../configure'. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 prefix=/usr/local
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 /* Like `prefix', but used for architecture-specific files. This is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 set with the --exec-prefix option to `../configure'. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 exec_prefix=${prefix}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 /* Where to install Emacs and other binaries that people will want to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 run directly (like etags). This is set with the --bindir option
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 to `../configure'. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 bindir=${exec_prefix}/bin
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 /* Where to install and expect executable files to be run by Emacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 rather than directly by users, and other architecture-dependent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 data. ${archlibdir} is usually below this. This is set with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 --libdir option to `../configure'. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 libdir=${exec_prefix}/lib
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 /* Where to find the source code. This is set by the configure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 script's `--srcdir' option. However, the value of ${srcdir} in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 this makefile is not identical to what was specified with --srcdir,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 since the variable here has `/man' added at the end. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 srcdir=/m/xemacs-19.14/man
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 /* ============================= Targets ============================== */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 #define NO_SHORTNAMES
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 #define THIS_IS_YMAKEFILE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 #define NOT_C_CODE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 #include "../src/config.h"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 /* With the traditional VPATH setting, it is not possible to
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 simultaneously compile in-place and in another directory. The
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 mistaken definition is that *all* dependencies are searched for in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 the VPATH directory, rather than just the dependencies that are not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 themselves targets. Thus, if there is an up-to-date .o file in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 in-place location, it will not get recompiled in the not-in-place
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 location.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 The GNU Make `vpath' directive continues this tradition, but at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 least lets you restrict the classes of files that it applies to.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 This allows us to kludge around the problem. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 #ifdef USE_GNU_MAKE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 vpath %.c /m/xemacs-19.14/man
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 vpath %.h /m/xemacs-19.14/man
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 /* now list files that should NOT be searched in the srcdir.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 This includes any .c or .h that's built from something else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 (e.g. a .in file). */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 /* none here */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 #else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 VPATH=/m/xemacs-19.14/man
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 #ifndef C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 #define C_SWITCH_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 #ifndef C_SWITCH_SITE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 #define C_SWITCH_SITE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 #ifndef LD_SWITCH_SITE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 #define LD_SWITCH_SITE
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 #endif
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 LOADLIBES=LD_SWITCH_SITE -lgcc -lc -lgcc /usr/lib/crtn.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 CPPFLAGS=
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 ALL_CFLAGS = C_SWITCH_SITE C_SWITCH_SYSTEM -Demacs -DHAVE_CONFIG_H \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 -DHAVE_STDARG_H -DHAVE_STRING_H -DHAVE_ALLOCA_H -Dxfree=free \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CFLAGS}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 CPP_CFLAGS = C_SWITCH_SITE C_SWITCH_SYSTEM -Demacs -DHAVE_CONFIG_H \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 -DHAVE_STDARG_H -DHAVE_STRING_H -DHAVE_ALLOCA_H -Dxfree=free \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 OBJS = makeinfo.o getopt.o getopt1.o alloca.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 /* Subdirectories to make recursively. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 SUBDIR = xemacs lispref new-users-guide internals
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 /* The makefiles of the directories in $SUBDIR. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 SUBDIR_MAKEFILES = xemacs/Makefile lispref/Makefile new-users-guide/Makefile internals/Makefile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
132 .c.o:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
133 ${CC} -c ${CPP_CFLAGS} $<
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
134
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 ../info/%.info : %.texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 -./makeinfo -o $@ $<
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 srcs = ange-ftp cc-mode cl dired ediff external-widget forms gnus \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 hyperbole ilisp info internals ispell mailcrypt message mh-e \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 oo-browser pcl-cvs psgml rmail standards supercite term termcap \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
141 texinfo viper vm w3 xemacs-faq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
143 info = $(srcs:%=../info/%.info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 all : ${SUBDIR} $(info)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 .RECURSIVE: ${SUBDIR}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
149 xemacs: FRC.xemacs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
150 lispref: FRC.lispref
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
151 new-users-guide: FRC.new-users-guide
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
152 internals: FRC.internals
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
154 ${SUBDIR}: ${SUBDIR_MAKEFILES} makeinfo FRC
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
155 cd $@ && $(MAKE) all $(MFLAGS) \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
158 makeinfo: ../src/config.h $(OBJS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
159 $(CC) -o makeinfo $(OBJS)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
161 texindex: texindex.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
162 $(CC) -o texindex texindex.o
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
164 alloca.c :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
165 [ -h alloca.c ] || ln -s ../src/alloca.c .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
166
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
167 getopt.h :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
168 [ -h getopt.h ] || ln -s ../lib-src/getopt.h .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
169
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
170 getopt.c :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
171 [ -h getopt.c ] || ln -s ../lib-src/getopt.c .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
173 getopt1.c :
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
174 [ -h getopt1.c ] || ln -s ../lib-src/getopt1.c .
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
175
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
176 mostlyclean: clean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
177 (cd xemacs && $(MAKE) $(MFLAGS) mostlyclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
178 (cd lispref && $(MAKE) $(MFLAGS) mostlyclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
179 (cd new-users-guide && $(MAKE) $(MFLAGS) mostlyclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
180 (cd internals && $(MAKE) $(MFLAGS) mostlyclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
182 clean:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
183 rm -f *.dvi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
184 rm -f getopt1.c getopt.c getopt.h alloca.c makeinfo texindex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
185 rm -f *.toc *.aux *.log *.cp *.fn *.ky *.pg *.vr *.o core
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
187 /* These are needed because they are present in the other makefiles. */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
188 distclean: mostlyclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
189 (cd xemacs && $(MAKE) $(MFLAGS) distclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
190 (cd lispref && $(MAKE) $(MFLAGS) distclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
191 (cd new-users-guide && $(MAKE) $(MFLAGS) distclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
192 (cd internals && $(MAKE) $(MFLAGS) distclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
193 rm -f Makefile Makefile.in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
194 realclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
195 (cd xemacs && $(MAKE) $(MFLAGS) realclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
196 (cd lispref && $(MAKE) $(MFLAGS) realclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
197 (cd new-users-guide && $(MAKE) $(MFLAGS) realclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
198 (cd internals && $(MAKE) $(MFLAGS) realclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
199 extraclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
200 (cd xemacs && $(MAKE) $(MFLAGS) extraclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
201 (cd lispref && $(MAKE) $(MFLAGS) extraclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
202 (cd new-users-guide && $(MAKE) $(MFLAGS) extraclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
203 (cd internals && $(MAKE) $(MFLAGS) extraclean)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
204 -rm -f *~ \#*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
206 makeinfo.o : getopt.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
207 getopt.o : getopt.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
208 getopt1.o : getopt.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
209 texindex.o : getopt.h
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
210
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
211 FRC FRC.xemacs FRC.lispref FRC.new-users-guide FRC.internals:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
212