gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.aCC / Makefile.in
CommitLineData
7be570e7
JM
1VPATH = @srcdir@
2srcdir = @srcdir@
3
4EXECUTABLES = exception namespace optimize run
5
6all:
7 @echo "Nothing to be done for all..."
8
9info:
10install-info:
11dvi:
12install:
13uninstall: force
14installcheck:
15check:
16
17clean mostlyclean:
18 -rm -f *~ *.o *.ci
19 -rm -f core $(EXECUTABLES)
20
21distclean maintainer-clean realclean: clean
22 -rm -f Makefile config.status config.log
23 -rm -f *-init.exp
24 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
25
26Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in
27 $(SHELL) ./config.status --recheck
This page took 1.010357 seconds and 4 git commands to generate.