diff options
Diffstat (limited to 'gdb/testsuite/gdb.stabs/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.stabs/Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.stabs/Makefile.in b/gdb/testsuite/gdb.stabs/Makefile.in new file mode 100644 index 0000000..246bc47 --- /dev/null +++ b/gdb/testsuite/gdb.stabs/Makefile.in @@ -0,0 +1,19 @@ +#### host, target, and site specific Makefile frags come in here. + +srcdir = . + +all: wierd.o + +wierd.o: ${srcdir}/${WIERDSTABS_S} ${srcdir}/wierd.def + cp ${srcdir}/${WIERDSTABS_S} tmp.c + $(CC) -I${srcdir} -E tmp.c >wierd.s + $(CC) -c wierd.s + +clean mostlyclean: + -rm -f *.o ${PROGS} *~ core tmp.c wierd.s + +distclean realclean: clean + -rm -f Makefile config.status + +Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) + $(SHELL) ./config.status |