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:
|
2011-02-22 03:23:20 +00:00
|
|
|
-rm -f *.o *~ core tmp.c tmp.s weird.s errs exclfwd gdb11479
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
2011-02-22 20:52:49 +00:00
|
|
|
-rm -f Makefile config.status config.log gdb.log gdb.sum
|
1999-04-16 01:35:26 +00:00
|
|
|
|
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
|