*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.objc / Makefile.in
CommitLineData
130cacce
AF
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = basicclass
5
6all:
7 @echo "Nothing to be done for all..."
8
9info:
10install-info:
11dvi:
12install:
13uninstall: force
14installcheck:
15check:
16
17clean mostlyclean:
18 -rm -f *~ *.o *.ci
19 -rm -f core ${EXECUTABLES}
20
21distclean maintainer-clean realclean: clean
22 -rm -f Makefile config.status config.log
This page took 0.388201 seconds and 4 git commands to generate.