X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fizt%2FMakefile;h=3b85636455228667d661cdeb414b93d2c6d9205c;hb=c23ad1a2833573f366363e6c4273bc4f20bf767c;hp=1e6e54123bb64e9ccbe2564ccfba0b425803c886;hpb=8b194ce521ec1d8a69f019f1b286a0a1c8ff2343;p=fw%2Fsdcc diff --git a/src/izt/Makefile b/src/izt/Makefile index 1e6e5412..3b856364 100644 --- a/src/izt/Makefile +++ b/src/izt/Makefile @@ -1,23 +1,2 @@ -PRJDIR = ../.. - -include $(PRJDIR)/Makefile.common - -OBJ = i186.o ralloc.o gen.o tlcs900h.o gen_generic.o -LIB = port.a - -CFLAGS += -I.. -I. -I../.. -LDFLAGS = -ggdb - -all: $(LIB) - -$(LIB): $(OBJ) - rm -f $(LIB) - ar r $(LIB) $(OBJ) - $(RANLIB) $(LIB) - -%.rul: %.def - $(AWK) -f ../SDCCpeeph.awk $< > $@ - -main.o: main.c peeph.rul peeph-z80.rul peeph-gbz80.rul mappings.i - -include clean.mk +# Make all in this directory +include ../port.mk