diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-04-16 01:35:26 +0000 |
commit | c906108c21474dfb4ed285bcc0ac6fe02cd400cc (patch) | |
tree | a0015aa5cedc19ccbab307251353a41722a3ae13 /gdb/testsuite/gdb.hp/Makefile.in | |
parent | cd946cff9ede3f30935803403f06f6ed30cad136 (diff) | |
download | gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.zip gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.tar.gz gdb-c906108c21474dfb4ed285bcc0ac6fe02cd400cc.tar.bz2 |
Initial creation of sourceware repositorygdb-4_18-branchpoint
Diffstat (limited to 'gdb/testsuite/gdb.hp/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.hp/Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.hp/Makefile.in b/gdb/testsuite/gdb.hp/Makefile.in new file mode 100644 index 0000000..d65fc75 --- /dev/null +++ b/gdb/testsuite/gdb.hp/Makefile.in @@ -0,0 +1,25 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +PROGS = ambiguous ctti-add exception gen-so-thresh namespace \ + optimize pxdb so-thresh templ-hp watch-hp xdb + +MISCELLANEOUS = \ + lib00-so-thresh.c lib00-so-thresh.sl \ + lib01-so-thresh.c lib01-so-thresh.sl \ + lib02-so-thresh.c lib02-so-thresh.sl \ + so-thresh.c so-thresh.linkopts + +all: + @echo "Nothing to be done for all..." + +#### host, target, and site specific Makefile frags come in here. + +clean mostlyclean: + -rm -f *.ci *.o $(OBJS) $(PROGS) $(MISCELLANEOUS) *~ core + +distclean maintainer-clean realclean: clean + -rm -f Makefile config.status config.log + +Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in + $(SHELL) ./config.status --recheck |