summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.objc/Makefile.in
blob: 381e48a078912b6bcf907908233d9434e1ed90a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
VPATH = @srcdir@
srcdir = @srcdir@

EXECUTABLES = basicclass

all: 
	@echo "Nothing to be done for all..."

info:
install-info:
dvi:
install:
uninstall: force
installcheck:
check:

clean mostlyclean:
	-rm -f *~ *.o *.ci
	-rm -f core ${EXECUTABLES}

distclean maintainer-clean realclean: clean
	-rm -f Makefile config.status config.log