gdb/testsuite/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / Makefile.in
CommitLineData
854af2f7
JB
1VPATH = @srcdir@
2srcdir = @srcdir@
3
fb5f3683 4EXECUTABLES = \
ebcf6f00 5 array_bounds/bar \
fb5f3683 6 array_return/p \
ebcf6f00 7 array_subscript_addr/p \
fb5f3683 8 arrayidx/p \
ebcf6f00
JB
9 arrayparam/foo \
10 arrayptr/foo \
11 atomic_enum/foo \
fb5f3683
JB
12 catch_ex/foo \
13 char_param/foo \
ebcf6f00 14 complete/foo \
fb5f3683
JB
15 exec_changed/common \
16 exec_changed/first \
17 exec_changed/second \
ebcf6f00
JB
18 exprs/p \
19 fixed_cmp/fixed \
fb5f3683 20 fixed_points/fixed_points \
ebcf6f00 21 formatted_ref/formatted_ref \
fb5f3683 22 frame_args/foo \
ebcf6f00
JB
23 fun_addr/foo \
24 fun_in_declare/foo \
25 funcall_param/foo \
26 homonym/homonym_main \
27 interface/foo \
28 lang_switch/lang_switch \
51ba8a62 29 nested/hello \
ebcf6f00 30 null_array/foo \
fb5f3683
JB
31 null_record/null_record \
32 packed_array/pa \
ebcf6f00 33 packed_tagged/comp_bug \
fb5f3683
JB
34 print_chars/foo \
35 start/dummy \
ebcf6f00
JB
36 ptype_field/foo \
37 ref_param/foo \
38 str_ref_cmp/foo \
39 sym_print_name/foo \
40 taft_type/p \
41 tagged/foo \
42 type_coercion/assign \
fb5f3683 43 watch_arg/watch
854af2f7
JB
44
45MISCELLANEOUS =
46
47all info install-info dvi install uninstall installcheck check:
48 @echo "Nothing to be done for $@..."
49
50clean mostlyclean:
464dd14d
JB
51 -find . -name '*.o' -print | xargs rm -f
52 -find . -name '*.ali' -print | xargs rm -f
53 -find . -name 'b~*.ad[sb]' -print | xargs rm -f
54 -rm -f *~ a.out xgdb *.x *.ci *.tmp
854af2f7
JB
55 -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
56 -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
57 -rm -f $(MISCELLANEOUS) twice-tmp.c
58
59distclean maintainer-clean realclean: clean
60 -rm -f *~ core
464dd14d 61 -rm -f Makefile config.status config.log
854af2f7
JB
62 -rm -f *-init.exp
63 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
This page took 0.489478 seconds and 4 git commands to generate.