comparison lib-src/Makefile.in @ 12578:dca4d0c72562

(distclean): Delete Makefile.c, not Makefile.in.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Jul 1995 06:04:43 +0000
parents b1afb2a250a1
children c281a02dbb9f
comparison
equal deleted inserted replaced
12577:b0ad874ff969 12578:dca4d0c72562
262 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} 262 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
263 -rm -f ../etc/DOC* *.tab.c *.tab.h 263 -rm -f ../etc/DOC* *.tab.c *.tab.h
264 264
265 distclean: clean 265 distclean: clean
266 -rm -f TAGS 266 -rm -f TAGS
267 -rm -f Makefile Makefile.in blessmail 267 -rm -f Makefile Makefile.c blessmail
268 268
269 maintainer-clean: distclean 269 maintainer-clean: distclean
270 true 270 true
271 271
272 extraclean: maintainer-clean 272 extraclean: maintainer-clean
376 $(CC) -c $(CPP_CFLAGS) ${srcdir}/timer.c 376 $(CC) -c $(CPP_CFLAGS) ${srcdir}/timer.c
377 timer: ${TIMEROBJS} 377 timer: ${TIMEROBJS}
378 $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer 378 $(CC) $(LINK_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer
379 379
380 /* These are NOT included in INSTALLABLES or UTILITIES. 380 /* These are NOT included in INSTALLABLES or UTILITIES.
381 See ../src/Makefile.in.in. */ 381 See ../src/Makefile.in. */
382 emacstool: ${srcdir}/emacstool.c 382 emacstool: ${srcdir}/emacstool.c
383 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ 383 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
384 -lsuntool -lsunwindow -lpixrect $(LOADLIBES) 384 -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
385 385
386 /* For SUN Japanese Language Environment. */ 386 /* For SUN Japanese Language Environment. */