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