This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / Makefile.in
1 #### host, target, and site specific Makefile frags come in here.
2
3 srcdir = .
4
5 all: wierd.o
6
7 wierd.o: ${srcdir}/${WIERDSTABS_S} ${srcdir}/wierd.def
8 cp ${srcdir}/${WIERDSTABS_S} tmp.c
9 $(CC) -I${srcdir} -E tmp.c >wierd.s
10 $(CC) -c wierd.s
11
12 clean mostlyclean:
13 -rm -f *.o ${PROGS} *~ core tmp.c wierd.s
14
15 distclean realclean: clean
16 -rm -f Makefile config.status
17
18 Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
19 $(SHELL) ./config.status
This page took 0.033577 seconds and 5 git commands to generate.