0
|
1 /* Makefile for lib-src subdirectory in XEmacs.
|
|
2
|
|
3 Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc.
|
|
4
|
|
5 This file is part of XEmacs.
|
|
6
|
|
7 XEmacs is free software; you can redistribute it and/or modify it
|
|
8 under the terms of the GNU General Public License as published by the
|
|
9 Free Software Foundation; either version 2, or (at your option) any
|
|
10 later version.
|
|
11
|
|
12 XEmacs is distributed in the hope that it will be useful, but WITHOUT
|
|
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
15 for more details.
|
|
16
|
|
17 You should have received a copy of the GNU General Public License
|
|
18 along with XEmacs; see the file COPYING. If not, write to the Free
|
|
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
20 Boston, MA 02111-1307, USA. */
|
|
21
|
|
22 /* Note: FSF Makefile.in.in does something weird so that the comments
|
|
23 above a certain point in this file are in shell format instead of
|
74
|
24 in C format. How the hell is this supposed to work? */
|
0
|
25
|
74
|
26 /* Avoid trouble on systems where the "SHELL" variable might be
|
0
|
27 inherited from the environment. */
|
|
28 SHELL = /bin/sh
|
|
29
|
74
|
30 /* Some people use these in paths they define.
|
|
31 This is a horrible kludge - should we really use CPP
|
|
32 to pre-process Makefiles? */
|
0
|
33 #undef sparc
|
|
34 #undef sun
|
|
35 #undef unix
|
|
36 #undef sgi
|
|
37 #undef NeXT
|
|
38 #undef mips
|
74
|
39 #undef i386
|
149
|
40 #undef linux
|
0
|
41
|
155
|
42 /* For performance and consistency, no built-in rules */
|
|
43 .SUFFIXES:
|
|
44 .SUFFIXES: .c .o .i .h
|
74
|
45 /* ==================== Things "configure" will edit ==================== */
|
0
|
46
|
|
47 CC=@CC@
|
149
|
48 CPP=@CPP@
|
0
|
49 CFLAGS=@CFLAGS@
|
149
|
50 CPPFLAGS=@CPPFLAGS@
|
|
51 LDFLAGS=@LDFLAGS@
|
0
|
52 ALLOCA=@ALLOCA@
|
|
53 YACC=@YACC@
|
|
54 LN_S=@LN_S@
|
|
55 version=@version@
|
|
56
|
|
57 /* ==================== Where To Install Things ==================== */
|
|
58
|
|
59 /* The default location for installation. Everything is placed in
|
|
60 subdirectories of this directory. The default values for many of
|
|
61 the variables below are expressed in terms of this one, so you may
|
|
62 not need to change them. This is set with the --prefix option to
|
74
|
63 "../configure". */
|
0
|
64 prefix=@prefix@
|
|
65
|
74
|
66 /* Like "prefix", but used for architecture-specific files. This is
|
|
67 set with the "--exec-prefix" option to "../configure". */
|
0
|
68 exec_prefix=@exec_prefix@
|
|
69
|
|
70 /* Where to install Emacs and other binaries that people will want to
|
74
|
71 run directly (like etags). This is set with the "--bindir" option
|
|
72 to "../configure". */
|
0
|
73 bindir=@bindir@
|
|
74
|
|
75 /* Where to install and expect executable files to be run by Emacs
|
|
76 rather than directly by users, and other architecture-dependent
|
|
77 data. ${archlibdir} is usually below this. This is set with the
|
74
|
78 --libdir option to "../configure". */
|
0
|
79 libdir=@libdir@
|
|
80
|
|
81 /* Where to find the source code. This is set by the configure
|
74
|
82 "--srcdir" option. However, the value of ${srcdir} in
|
0
|
83 this makefile is not identical to what was specified with --srcdir,
|
74
|
84 since the variable here has "/lib-src" appended to the end. */
|
0
|
85 srcdir=@srcdir@
|
|
86
|
|
87 /* ==================== Emacs-specific directories ==================== */
|
|
88
|
|
89 /* These variables hold the values Emacs will actually use. They are
|
|
90 based on the values of the standard Make variables above.
|
|
91
|
|
92 Where to put executables to be run by Emacs rather than the user.
|
|
93 This path usually includes the Emacs version and configuration name,
|
|
94 so that multiple configurations for multiple versions of Emacs may
|
|
95 be installed at once. This can be set with the --archlibdir option
|
74
|
96 to "../configure". */
|
0
|
97 archlibdir=@archlibdir@
|
|
98
|
|
99 /* ==================== Utility Programs for the Build ================= */
|
|
100
|
|
101 /* ../configure figures out the correct values for these. */
|
|
102 INSTALL = @INSTALL@
|
|
103 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
104 INSTALL_DATA = @INSTALL_DATA@
|
|
105
|
|
106 /* ========================== Lists of Files =========================== */
|
|
107
|
|
108 /* Things that a user might actually run,
|
|
109 which should be installed in bindir. */
|
151
|
110 INSTALLABLES = etags ctags b2m gnuclient
|
153
|
111 INSTALLABLE_SCRIPTS = rcs-checkin pstogif install-sid send-pr gnudoit
|
0
|
112
|
|
113 /* Things that Emacs runs internally, or during the build process,
|
|
114 which should not be installed in bindir. */
|
|
115 UTILITIES= make-path wakeup profile make-docfile digest-doc \
|
149
|
116 sorted-doc movemail cvtmail fakemail yow hexl \
|
14
|
117 gnuserv mmencode
|
70
|
118 /* These need to be conditional on I18N3
|
|
119 make-msgfile make-po */
|
0
|
120
|
74
|
121 /* Like UTILITIES, but they are not system-dependent, and should not be
|
0
|
122 deleted by the distclean target. */
|
14
|
123 TM_SCRIPTS=tm-au tm-file tm-html tm-image tm-mpeg tm-plain tm-ps tmdecode
|
114
|
124 SCRIPTS= rcs2log vcdiff gzip-el.sh install-sid send-pr $(TM_SCRIPTS)
|
0
|
125
|
|
126 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
|
|
127
|
|
128 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \
|
26
|
129 makedoc.com *.[chy] $(SCRIPTS)
|
120
|
130 /*
|
118
|
131 # Additional -D flags for movemail (add to MOVE_FLAGS if desired):
|
|
132 # MAIL_USE_POP Support mail retrieval from a POP mailbox.
|
|
133 # MAIL_USE_MMDF Support MMDF mailboxes.
|
|
134 # MAIL_USE_FLOCK Use flock for file locking (see the comments
|
|
135 # about locking in movemail.c)
|
|
136 # MAIL_UNLINK_SPOOL Unlink the user spool mailbox after reading
|
|
137 # it (instead of just emptying it).
|
|
138 # KERBEROS Support Kerberized POP.
|
|
139 # KRB5 Support Kerberos Version 5 pop instead of
|
|
140 # Version 4 (define this in addition to
|
|
141 # KERBEROS).
|
|
142 # HESIOD Support Hesiod lookups of user mailboxes.
|
|
143 # MAILHOST A string, the host name of the default POP
|
|
144 # mail host for the site.
|
120
|
145 */
|
118
|
146 MOVE_FLAGS=
|
120
|
147 /*
|
118
|
148 # Additional libraries for movemail:
|
|
149 # For KERBEROS
|
|
150 # MOVE_LIBS= -lkrb -ldes -lcom_err
|
|
151 # For KERBEROS + KRB5
|
|
152 # MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
|
|
153 # Add "-lhesiod" if HESIOD is defined.
|
120
|
154 */
|
118
|
155 MOVE_LIBS=
|
|
156
|
0
|
157 /* ========================== start of cpp stuff ======================= */
|
|
158
|
|
159 /* From here on, comments must be done in C syntax. (see comment above
|
|
160 about this.) */
|
|
161
|
|
162 #define NO_SHORTNAMES
|
|
163 #define THIS_IS_YMAKEFILE
|
|
164 #define NOT_C_CODE
|
|
165 #include "../src/config.h"
|
|
166
|
|
167 /* With the traditional VPATH setting, it is not possible to
|
|
168 simultaneously compile in-place and in another directory. The
|
|
169 mistaken definition is that *all* dependencies are searched for in
|
|
170 the VPATH directory, rather than just the dependencies that are not
|
|
171 themselves targets. Thus, if there is an up-to-date .o file in the
|
|
172 in-place location, it will not get recompiled in the not-in-place
|
|
173 location.
|
|
174
|
74
|
175 The GNU Make "vpath" directive continues this tradition, but at
|
0
|
176 least lets you restrict the classes of files that it applies to.
|
|
177 This allows us to kludge around the problem. */
|
|
178 #ifdef USE_GNU_MAKE
|
|
179 vpath %.c @srcdir@
|
|
180 vpath %.h @srcdir@
|
|
181 /* now list files that should NOT be searched in the srcdir.
|
74
|
182 This includes any .c or .h built from something else
|
0
|
183 (e.g. a .in file). */
|
|
184 /* none here */
|
|
185 #else
|
|
186 VPATH=@srcdir@
|
|
187 #endif
|
|
188
|
74
|
189 /* We will not really call alloca;
|
|
190 do not let the file name alloca.c get messed up. */
|
0
|
191 #undef alloca
|
|
192
|
|
193 #undef MOVEMAIL_NEEDS_BLESSING
|
|
194 #ifndef MAIL_USE_FLOCK
|
|
195 #ifndef MAIL_USE_LOCKF
|
|
196 #define MOVEMAIL_NEEDS_BLESSING
|
|
197 #endif
|
|
198 #endif
|
|
199
|
|
200 #ifdef MOVEMAIL_NEEDS_BLESSING
|
|
201 #define BLESSMAIL blessmail
|
|
202 #else
|
|
203 #define BLESSMAIL
|
|
204 #endif
|
|
205
|
149
|
206 c_switch_general=@c_switch_general@
|
|
207 c_switch_window_system=@c_switch_window_system@
|
|
208 c_switch_all=@c_switch_all@
|
|
209 ld_switch_general=@ld_switch_general@
|
|
210 ld_switch_window_system=@ld_switch_window_system@
|
|
211 ld_switch_all=@ld_switch_all@
|
|
212 ld_libs_general=@ld_libs_general@
|
|
213 ld_libs_window_system=@ld_libs_window_system@
|
|
214 ld_libs_all=@ld_libs_all@
|
0
|
215
|
149
|
216 LOADLIBES=$(ld_switch_general) $(ld_libs_general)
|
|
217 LOAD_X_LIBES=$(ld_switch_window_system)
|
|
218 C_SWITCH_X=$(c_switch_window_system)
|
|
219
|
|
220 /* We need to #define emacs to get the right versions of some files. */
|
|
221
|
151
|
222 lib_src_cppflags = -Demacs -I../src -I${srcdir} -I${srcdir}/../src $(CPPFLAGS)
|
157
|
223 lib_src_cppflags = -Demacs -I../src $(CPPFLAGS)
|
|
224 cflags = $(CFLAGS) $(lib_src_cppflags) $(c_switch_all)
|
|
225 ldflags = $(LDFLAGS) $(ld_switch_all) $(ld_libs_general)
|
0
|
226
|
|
227 /* This is the default compilation command.
|
|
228 But we should never rely on it, because some make version
|
|
229 failed to find it for getopt.o.
|
|
230 Using an explicit command made it work. */
|
|
231 .c.o:
|
149
|
232 ${CC} -c $(cflags) $<
|
0
|
233
|
|
234 all: ${UTILITIES} ${INSTALLABLES} ${SCRIPTS}
|
|
235
|
70
|
236 /* Make symlinks for shell scripts if using --srcdir */
|
|
237 rcs2log:
|
|
238 ${LN_S} ${srcdir}/$@ $@
|
155
|
239 vcdiff:
|
70
|
240 ${LN_S} ${srcdir}/$@ $@
|
26
|
241 tm-au :
|
|
242 ${LN_S} ${srcdir}/$@ $@
|
|
243 tm-file :
|
|
244 ${LN_S} ${srcdir}/$@ $@
|
|
245 tm-html :
|
|
246 ${LN_S} ${srcdir}/$@ $@
|
|
247 tm-image :
|
|
248 ${LN_S} ${srcdir}/$@ $@
|
|
249 tm-mpeg :
|
|
250 ${LN_S} ${srcdir}/$@ $@
|
|
251 tm-plain :
|
|
252 ${LN_S} ${srcdir}/$@ $@
|
|
253 tm-ps :
|
|
254 ${LN_S} ${srcdir}/$@ $@
|
|
255 tmdecode :
|
|
256 ${LN_S} ${srcdir}/$@ $@
|
114
|
257 gzip-el.sh:
|
|
258 ${LN_S} ${srcdir}/$@ $@
|
|
259 install-sid:
|
|
260 ${LN_S} ${srcdir}/$@ $@
|
|
261 send-pr:
|
|
262 ${LN_S} ${srcdir}/$@ $@
|
0
|
263
|
|
264 #ifdef MOVEMAIL_NEEDS_BLESSING
|
|
265 blessmail:
|
|
266 ../src/emacs -batch -l ../lisp/blessmail.el
|
|
267 chmod +x blessmail
|
|
268 #endif
|
|
269
|
|
270 maybe-blessmail: BLESSMAIL
|
|
271 #ifdef MOVEMAIL_NEEDS_BLESSING
|
74
|
272 /* Do not charge ahead and do it! Let the installer decide.
|
0
|
273 ./blessmail ${archlibdir}/movemail */
|
|
274 @if [ `wc -l <blessmail` != 2 ] ; then \
|
|
275 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
|
|
276 echo Assuming $$dir is really the mail spool directory, you should; \
|
|
277 echo run lib-src/blessmail ${archlibdir}/movemail; \
|
|
278 echo as root, to give movemail appropriate permissions.; \
|
|
279 echo Do that after running make install.; \
|
|
280 fi
|
|
281 #endif
|
|
282
|
|
283 /* Install the internal utilities. Until they are installed, we can
|
|
284 just run them directly from lib-src. */
|
|
285 ${archlibdir}: all
|
|
286 @echo
|
|
287 @echo "Installing utilities run internally by XEmacs."
|
|
288 ./make-path ${archlibdir}
|
|
289 if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
|
|
290 for file in ${UTILITIES}; do \
|
80
|
291 (cd .. && $(INSTALL_PROGRAM) lib-src/$$file ${archlibdir}/$$file) ; \
|
0
|
292 done ; \
|
|
293 fi
|
|
294 if [ `(cd ${archlibdir} && /bin/pwd)` \
|
|
295 != `(cd ${srcdir} && /bin/pwd)` ]; then \
|
|
296 for file in ${SCRIPTS}; do \
|
80
|
297 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \
|
0
|
298 done ; \
|
|
299 fi
|
|
300
|
74
|
301 /* We do not need to install "wakeup" explicitly, because it will be
|
0
|
302 copied when this whole directory is copied. */
|
|
303 install: ${archlibdir}
|
|
304 @echo
|
|
305 @echo "Installing utilities for users to run."
|
|
306 for file in ${INSTALLABLES} ; do \
|
80
|
307 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
|
0
|
308 done
|
|
309 for file in ${INSTALLABLE_SCRIPTS} ; do \
|
80
|
310 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file}) ; \
|
0
|
311 done
|
|
312
|
|
313 uninstall:
|
80
|
314 (cd ${bindir} && \
|
0
|
315 rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
|
80
|
316 (cd ${archlibdir} && \
|
0
|
317 rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
|
|
318
|
|
319 mostlyclean:
|
|
320 -rm -f core *.o
|
|
321
|
|
322 clean: mostlyclean
|
|
323 -rm -f ${INSTALLABLES} ${UTILITIES}
|
|
324
|
|
325 distclean: clean
|
78
|
326 -rm -f DOC *.tab.c *.tab.h aixcc.c TAGS
|
0
|
327 -rm -f Makefile Makefile.in blessmail
|
|
328
|
|
329 realclean: distclean
|
|
330 true
|
|
331
|
|
332 extraclean: realclean
|
|
333 -rm -f *~ \#*
|
|
334
|
|
335 unlock:
|
|
336 chmod u+w $(SOURCES)
|
|
337
|
|
338 relock:
|
|
339 chmod u-w $(SOURCES)
|
|
340
|
|
341 /* Test the contents of the directory. */
|
|
342 check:
|
|
343 @echo "We don't have any tests for XEmacs yet."
|
|
344
|
|
345 TAGS: etags
|
|
346 etags *.[ch]
|
|
347
|
|
348 GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
|
|
349 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
|
|
350 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
|
149
|
351 ${CC} -c $(cflags) ${srcdir}/getopt.c
|
0
|
352 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
|
149
|
353 ${CC} -c $(cflags) ${srcdir}/getopt1.c
|
0
|
354 alloca.o: ${srcdir}/../src/alloca.c
|
|
355 ${CC} -c ${ALLOCA_CFLAGS} ${srcdir}/../src/alloca.c
|
|
356
|
|
357 #ifdef REGEXP_IN_LIBC
|
|
358 REGEXOBJ =
|
|
359 REGEXDEPS =
|
|
360 #else
|
|
361 REGEXOBJ = regex.o
|
|
362 REGEXDEPS = $(REGEXOBJ) ${srcdir}/../src/regex.h
|
|
363 #endif
|
|
364
|
|
365 regex.o: ${srcdir}/../src/regex.c ${srcdir}/../src/regex.h
|
149
|
366 $(CC) -c `echo ${cflags} | sed 's/-Demacs/ /'` \
|
155
|
367 -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
|
0
|
368
|
|
369 etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXDEPS) ../src/config.h
|
155
|
370 $(CC) ${cflags} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXOBJ) $(ldflags) -o etags
|
0
|
371
|
80
|
372 /* We depend on etags to assure that parallel makes do not write two
|
0
|
373 etags.o files on top of each other. */
|
155
|
374 ctags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXDEPS) etags
|
|
375 $(CC) ${cflags} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXOBJ) $(ldflags) -o ctags
|
0
|
376
|
|
377 wakeup: ${srcdir}/wakeup.c
|
149
|
378 $(CC) ${cflags} ${srcdir}/wakeup.c $(ldflags) -o wakeup
|
0
|
379
|
|
380 profile: ${srcdir}/profile.c
|
149
|
381 $(CC) ${cflags} ${srcdir}/profile.c $(ldflags) -o profile
|
0
|
382
|
|
383 make-docfile: ${srcdir}/make-docfile.c
|
149
|
384 $(CC) ${cflags} ${srcdir}/make-docfile.c $(ldflags) -o make-docfile
|
0
|
385
|
|
386 digest-doc: ${srcdir}/digest-doc.c
|
155
|
387 $(CC) ${cflags} ${srcdir}/digest-doc.c $(ldflags) -o digest-doc
|
0
|
388
|
|
389 sorted-doc: ${srcdir}/sorted-doc.c ${ALLOCA}
|
149
|
390 $(CC) ${cflags} ${srcdir}/sorted-doc.c ${ALLOCA} $(ldflags) -o sorted-doc
|
0
|
391
|
|
392 b2m: ${srcdir}/b2m.c ../src/config.h
|
155
|
393 $(CC) ${cflags} ${srcdir}/b2m.c $(ldflags) -o b2m
|
0
|
394
|
118
|
395 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h ../src/config.h
|
149
|
396 $(CC) ${cflags} ${MOVE_FLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c $(ldflags) ${MOVE_LIBS} -o movemail
|
0
|
397
|
|
398 cvtmail: ${srcdir}/cvtmail.c
|
149
|
399 $(CC) ${cflags} ${srcdir}/cvtmail.c $(ldflags) -o cvtmail
|
0
|
400
|
|
401 fakemail: ${srcdir}/fakemail.c ../src/config.h
|
149
|
402 $(CC) ${cflags} ${srcdir}/fakemail.c $(ldflags) -o fakemail
|
0
|
403
|
|
404 yow: ${srcdir}/yow.c ../src/paths.h
|
149
|
405 $(CC) ${cflags} ${srcdir}/yow.c $(ldflags) -o yow
|
0
|
406
|
|
407 hexl: ${srcdir}/hexl.c
|
149
|
408 $(CC) ${cflags} ${srcdir}/hexl.c $(ldflags) -o hexl
|
0
|
409
|
70
|
410 make-msgfile: ${srcdir}/make-msgfile.c
|
149
|
411 $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o make-msgfile
|
70
|
412
|
|
413 make-po: ${srcdir}/make-po.c
|
149
|
414 $(CC) $(cflags) ${srcdir}/make-po.c $(ldflags) -o make-po
|
70
|
415
|
80
|
416 /* Why oh why does HP not include half of the standard X distribution? */
|
0
|
417
|
149
|
418 #ifdef HAVE_XAUTH
|
151
|
419 cflags_gnuserv = $(CFLAGS) $(lib_src_cppflags) $(c_switch_all)
|
|
420 ldflags_gnuserv = $(LDFLAGS) $(ld_switch_all) $(ld_libs_all)
|
149
|
421 #else
|
|
422 cflags_gnuserv = ${cflags}
|
|
423 ldflags_gnuserv = ${ldflags}
|
|
424 #endif
|
0
|
425 gnuslib.o: ${srcdir}/gnuslib.c ${srcdir}/gnuserv.h ../src/config.h
|
149
|
426 $(CC) -c ${cflags_gnuserv} ${srcdir}/gnuslib.c
|
155
|
427 gnuclient: ${srcdir}/gnuclient.c gnuslib.o ${srcdir}/gnuserv.h
|
149
|
428 $(CC) ${cflags_gnuserv} -o gnuclient ${srcdir}/gnuclient.c gnuslib.o $(ldflags_gnuserv)
|
0
|
429 gnuserv: ${srcdir}/gnuserv.c gnuslib.o ${srcdir}/gnuserv.h
|
149
|
430 $(CC) ${cflags_gnuserv} -o gnuserv ${srcdir}/gnuserv.c gnuslib.o $(ldflags_gnuserv)
|
70
|
431
|
14
|
432 /* mmencode binary is used by tm - but is really part of the metamail package */
|
|
433 /* mmencode.c was merged copy of mmencode.c and codes.c of metamail */
|
|
434 mmencode : ${srcdir}/mmencode.c
|
149
|
435 $(CC) ${cflags} ${srcdir}/mmencode.c -o mmencode
|
14
|
436
|
70
|
437
|
0
|
438 /* The timer utility (timer.c, getdate.y) is not used in XEmacs
|
|
439 because XEmacs provides built-in timer facilities. */
|
|
440
|
|
441 make-path: ${srcdir}/make-path.c ../src/config.h
|
149
|
442 $(CC) $(cflags) ${srcdir}/make-path.c -o make-path
|
0
|
443
|
|
444 /* These are NOT included in INSTALLABLES or UTILITIES.
|
|
445 See ../src/Makefile.in.in. */
|
|
446 aixcc: ${srcdir}/aixcc.c
|
149
|
447 $(CC) $(cflags) -o aixcc ${srcdir}/aixcc.c
|
0
|
448
|
|
449 aixcc.c: ${srcdir}/aixcc.lex
|
|
450 lex ${srcdir}/aixcc.lex
|
|
451 mv lex.yy.c aixcc.c
|