1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
|
|
|
.PHONY: all clean mostlyclean distclean realclean
|
|
|
|
|
2003-01-09 18:50:28 +00:00
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
|
|
@echo "Nothing to be done for $@..."
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
clean mostlyclean:
|
2003-02-04 22:49:19 +00:00
|
|
|
-rm -f *.o *.diff *~ *.bad core h8300s hppa mn10300 sh3
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
-rm -f Makefile config.status config.log
|