15 lines
328 B
Makefile
15 lines
328 B
Makefile
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 exclfwd gdb11479
|
|
-rm -f *.dwo *.dwp
|
|
|
|
distclean maintainer-clean realclean: clean
|
|
-rm -f Makefile gdb.log gdb.sum
|