gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = pthreads
5
6 all info install-info dvi install uninstall installcheck check:
7 @echo "Nothing to be done for $@..."
8
9 clean mostlyclean:
10 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES)
11
12 distclean maintainer-clean realclean: clean
13 -rm -f Makefile config.status config.log config.h
This page took 0.029755 seconds and 4 git commands to generate.