xref: /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/Makefile.in (revision b725ae7711052a2233e31a66fefb8a752c388d7a)
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = pthreads
5
6all info install-info dvi install uninstall installcheck check:
7	@echo "Nothing to be done for $@..."
8
9clean mostlyclean:
10	-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES)
11
12distclean maintainer-clean realclean: clean
13	-rm -f Makefile config.status config.log config.h
14