1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
|
|
|
all:
|
|
|
|
@echo "Nothing to be done for all..."
|
|
|
|
|
|
|
|
#### host, target, and site specific Makefile frags come in here.
|
|
|
|
|
|
|
|
clean mostlyclean:
|
|
|
|
-rm -f *.o *~ core tmp.c tmp.s weird.s errs
|
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
|
|
-rm -f Makefile config.status config.log
|
|
|
|
|
2005-01-19 18:40:12 +00:00
|
|
|
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.ac
|
1999-04-16 01:35:26 +00:00
|
|
|
$(SHELL) ./config.status --recheck
|