*** empty log message ***
[automake.git] / compile.am
blob44ce26c1d24203fbf81cbdd1217c94a32a838fdf
1 .c.o:
2         $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $<
4 mostlyclean-compile:
5         rm -f *.o core
7 clean-compile:
9 distclean-compile:
10         rm -f *.tab.c
12 maintainer-clean-compile: