]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.objc/Makefile.in
Update years in copyright notice for the GDB files.
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.objc / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = basicclass
5
6 all:
7 @echo "Nothing to be done for all..."
8
9 info:
10 install-info:
11 dvi:
12 install:
13 uninstall: force
14 installcheck:
15 check:
16
17 clean mostlyclean:
18 -rm -f *~ *.o *.ci
19 -rm -f *.dwo *.dwp
20 -rm -f core ${EXECUTABLES}
21
22 distclean maintainer-clean realclean: clean
23 -rm -f Makefile config.status config.log gdb.log gdb.sum