Always keep the newly-added configure scripts.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / Makefile.in
CommitLineData
1458f956
JK
1#### host, target, and site specific Makefile frags come in here.
2
3srcdir = .
4
5all: wierd.o
6
7wierd.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
12clean mostlyclean:
13 -rm -f *.o ${PROGS} *~ core tmp.c wierd.s
14
15distclean realclean: clean
16 -rm -f Makefile config.status
17
18Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
19 $(SHELL) ./config.status
This page took 0.173427 seconds and 4 git commands to generate.