comparison lib-src/Makefile.in @ 11200:dd83a62facea

(aixcc, aixcc.c): Targets deleted. (SOURCES, distclean): Removed obsolete references to aixcc.
author Karl Heuer <kwzh@gnu.org>
date Tue, 04 Apr 1995 21:11:29 +0000
parents 71fa5c477213
children d6e7bcc7bcfc
comparison
equal deleted inserted replaced
11199:394f205af26d 11200:dd83a62facea
101 # deleted by the distclean target. 101 # deleted by the distclean target.
102 SCRIPTS= rcs2log vcdiff 102 SCRIPTS= rcs2log vcdiff
103 103
104 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} 104 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
105 105
106 SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ 106 SOURCES = COPYING ChangeLog Makefile.in README emacs.csh \
107 makedoc.com *.[chy] rcs2log vcdiff 107 makedoc.com *.[chy] rcs2log vcdiff
108 108
109 # Additional -D flags for movemail (add to MOVE_FLAGS if desired): 109 # Additional -D flags for movemail (add to MOVE_FLAGS if desired):
110 # MAIL_USE_POP Support mail retrieval from a POP mailbox. 110 # MAIL_USE_POP Support mail retrieval from a POP mailbox.
111 # MAIL_USE_MMDF Support MMDF mailboxes. 111 # MAIL_USE_MMDF Support MMDF mailboxes.
260 clean: mostlyclean 260 clean: mostlyclean
261 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 261 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
262 -rm -f ../etc/DOC* *.tab.c *.tab.h 262 -rm -f ../etc/DOC* *.tab.c *.tab.h
263 263
264 distclean: clean 264 distclean: clean
265 -rm -f aixcc.c TAGS 265 -rm -f TAGS
266 -rm -f Makefile Makefile.in blessmail 266 -rm -f Makefile Makefile.in blessmail
267 267
268 maintainer-clean: distclean 268 maintainer-clean: distclean
269 true 269 true
270 270
387 387
388 xveterm: ${srcdir}/emacstool.c 388 xveterm: ${srcdir}/emacstool.c
389 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \ 389 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
390 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ 390 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
391 $(LOADLIBES) 391 $(LOADLIBES)
392
393 aixcc: ${srcdir}/aixcc.c
394 $(CC) $(ALL_CFLAGS) -o aixcc ${srcdir}/aixcc.c
395
396 aixcc.c: ${srcdir}/aixcc.lex
397 lex ${srcdir}/aixcc.lex
398 mv lex.yy.c aixcc.c