1999-04-16 01:35:26 +00:00
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
2011-02-22 03:23:20 +00:00
|
|
|
EXECUTABLES = attach-into-signal attach-stopped attachstop-mt \
|
|
|
|
bp_in_thread current-lwp-dead execl execl1 fork-child-threads \
|
|
|
|
fork-thread-pending gcore-pthreads hand-call-in-threads \
|
|
|
|
ia64-sigill interrupted-hand-call killed linux-dp \
|
|
|
|
local-watch-wrong-thread manythreads multi-create pending-step \
|
|
|
|
print-threads pthreads pthread_cond_wait schedlock sigthread \
|
|
|
|
staticthreads switch-threads thread-execl thread-specific \
|
|
|
|
thread_check thread_events threadapply threxit-hop-specific \
|
|
|
|
tls tls-main tls-nodebug watchthreads watchthreads-reorder \
|
|
|
|
watchthreads2
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2003-01-09 18:50:28 +00:00
|
|
|
all info install-info dvi install uninstall installcheck check:
|
|
|
|
@echo "Nothing to be done for $@..."
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
clean mostlyclean:
|
2011-07-22 01:05:24 +00:00
|
|
|
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \
|
|
|
|
*.core gcore.test
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
distclean maintainer-clean realclean: clean
|
2011-02-22 20:52:49 +00:00
|
|
|
-rm -f Makefile config.status config.log config.h gdb.log gdb.sum
|