import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / Makefile.in
CommitLineData
c906108c
SS
1VPATH = @srcdir@
2srcdir = @srcdir@
3
7be570e7 4SUBDIRS = @subdirs@
c906108c 5
7be570e7 6all:
c906108c
SS
7 @echo "Nothing to be done for all..."
8
7be570e7
JM
9info:
10install-info:
11dvi:
12install:
13uninstall: force
14installcheck:
15check:
c906108c
SS
16
17clean mostlyclean:
7be570e7
JM
18 -rm -f *~ core *.o
19 if [ x"${SUBDIRS}" != x ] ; then \
20 for dir in ${SUBDIRS}; \
21 do \
22 echo "$$dir:"; \
23 if [ -d $$dir ]; then \
24 (cd $$dir; $(MAKE) clean); \
25 fi; \
26 done ; \
27 else true; fi
c906108c
SS
28
29distclean maintainer-clean realclean: clean
30 -rm -f Makefile config.status config.log
7be570e7
JM
31 -rm -f *-init.exp
32 -rm -fr *.log summary detail *.plog *.sum *.psum site.*
33 if [ x"${SUBDIRS}" != x ] ; then \
34 for dir in ${SUBDIRS}; \
35 do \
36 echo "$$dir:"; \
37 if [ -d $$dir ]; then \
38 (cd $$dir; $(MAKE) distclean); \
39 fi; \
40 done ; \
41 else true; fi
c906108c
SS
42
43Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
44 $(SHELL) ./config.status --recheck
This page took 0.05779 seconds and 4 git commands to generate.