* Makefile.in: Update itbl-test.c to reflect its new location.
This commit is contained in:
parent
b9d4be84aa
commit
f9f0539f36
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Feb 23 17:49:00 1997 Dawn Perchik <dawn@cygnus.com>
|
||||
|
||||
* Makefile.in: Update itbl-test.c to reflect its new location.
|
||||
|
||||
Sun Feb 23 15:50:00 1997 Dawn Perchik <dawn@cygnus.com>
|
||||
|
||||
* itbl-ops.c: Add test for itbl_have_entries.
|
||||
|
|
|
@ -447,13 +447,15 @@ itbl-ops.o: $(srcdir)/itbl-ops.c \
|
|||
$(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h
|
||||
$(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c
|
||||
|
||||
# stand-alone assembler & disassembler
|
||||
# stand-alone itbl assembler & disassembler
|
||||
itbl-test-ops.o: $(srcdir)/itbl-ops.c \
|
||||
$(srcdir)/itbl-ops.h itbl-cpu.h itbl-parse.h
|
||||
$(CC) -o itbl-test-ops.o -DSTAND_ALONE -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) $(srcdir)/itbl-ops.c
|
||||
|
||||
itbl-test.o: $(srcdir)/itbl-test.c $(srcdir)/itbl-ops.h itbl-cpu.h
|
||||
$(CC) -c -DSTAND_ALONE $(ALL_CFLAGS) $(INCLUDES) $(srcdir)/itbl-test.c
|
||||
itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h\
|
||||
itbl-cpu.h
|
||||
$(CC) -c -DSTAND_ALONE $(ALL_CFLAGS) $(INCLUDES)\
|
||||
$(srcdir)/testsuite/gas/all/itbl-test.c
|
||||
|
||||
IT_TEST_OBJS= itbl-parse.o itbl-lex.o itbl-test-ops.o
|
||||
itbl-test: $(IT_TEST_OBJS) itbl-test.o $(LIBDEPS)
|
||||
|
|
Loading…
Reference in a new issue