OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc3/] [gdb/] [testsuite/] [gdb.ada/] [Makefile.in] - Blame information for rev 513

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
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
  interface/foo \
28
  lang_switch/lang_switch \
29
  nested/hello \
30
  null_array/foo \
31
  null_record/null_record \
32
  packed_array/pa \
33
  packed_tagged/comp_bug \
34
  print_chars/foo \
35
  start/dummy \
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 \
43
  watch_arg/watch
44
 
45
MISCELLANEOUS =
46
 
47
all info install-info dvi install uninstall installcheck check:
48
        @echo "Nothing to be done for $@..."
49
 
50
clean mostlyclean:
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
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
 
59
distclean maintainer-clean realclean: clean
60
        -rm -f *~ core
61
        -rm -f Makefile config.status config.log
62
        -rm -f *-init.exp
63
        -rm -fr *.log summary detail *.plog *.sum *.psum site.*

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.