aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/Makefile.in
blob: d9a3c799aa5face19d832e52c2c7fe3b886c1f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
VPATH = @srcdir@
srcdir = @srcdir@

EXECUTABLES = \
  array_bounds/bar \
  array_return/p \
  array_subscript_addr/p \
  arrayidx/p \
  arrayparam/foo \
  arrayptr/foo \
  atomic_enum/foo \
  catch_ex/foo \
  char_param/foo \
  complete/foo \
  exec_changed/common \
  exec_changed/first \
  exec_changed/second \
  exprs/p \
  fixed_cmp/fixed \
  fixed_points/fixed_points \
  formatted_ref/formatted_ref \
  frame_args/foo \
  fun_addr/foo \
  fun_in_declare/foo \
  funcall_param/foo \
  homonym/homonym_main \
  info_types \
  interface/foo \
  lang_switch/lang_switch \
  nested/hello \
  null_array/foo \
  null_record/null_record \
  packed_array/pa \
  packed_tagged/comp_bug \
  print_chars/foo \
  start/dummy \
  ptype_field/foo \
  ref_param/foo \
  str_ref_cmp/foo \
  sym_print_name/foo \
  taft_type/p \
  tagged/foo \
  type_coercion/assign \
  watch_arg/watch

MISCELLANEOUS =

all info install-info dvi install uninstall installcheck check:
	@echo "Nothing to be done for $@..."

clean mostlyclean:
	-find . -name '*.o' -print | xargs rm -f
	-find . -name '*.ali' -print | xargs rm -f
	-find . -name 'b~*.ad[sb]' -print | xargs rm -f
	-rm -f *~ a.out xgdb *.x *.ci *.tmp
	-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
	-find . -name '*.dwo' -print | xargs rm -f
	-find . -name '*.dwp' -print | xargs rm -f
	-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
	-rm -f $(MISCELLANEOUS) twice-tmp.c

distclean maintainer-clean realclean: clean
	-rm -f *~ core
	-rm -f Makefile config.status config.log
	-rm -f *-init.exp gdb.log gdb.sum
	-rm -fr *.log summary detail *.plog *.sum *.psum site.*