blob: 7d5755c6c7c82f9b2baf0801d792be765cd49d35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
distclean maintainer-clean realclean: clean
-rm -f Makefile gdb.log gdb.sum
|