Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / Makefile.in
1 VPATH = @srcdir@
2 srcdir = @srcdir@
3
4 EXECUTABLES = attach-into-signal-nothr attach-into-signal-thr \
5 attach-stopped attachstop-mt \
6 bp_in_thread current-lwp-dead execl execl1 fork-child-threads \
7 fork-thread-pending gcore-pthreads hand-call-in-threads \
8 ia64-sigill interrupted-hand-call killed linux-dp \
9 local-watch-wrong-thread manythreads multi-create pending-step \
10 print-threads pthreads pthread_cond_wait schedlock sigthread \
11 staticthreads switch-threads thread-execl thread-specific \
12 thread_check thread_events threadapply threxit-hop-specific \
13 tls tls-main tls-nodebug watchthreads watchthreads-reorder \
14 watchthreads2
15
16 all info install-info dvi install uninstall installcheck check:
17 @echo "Nothing to be done for $@..."
18
19 clean mostlyclean:
20 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \
21 *.core gcore.test
22 -rm -f *.dwo *.dwp
23
24 distclean maintainer-clean realclean: clean
25 -rm -f Makefile config.status config.log config.h gdb.log gdb.sum
This page took 0.029278 seconds and 4 git commands to generate.