134 lines
3.7 KiB
Makefile
134 lines
3.7 KiB
Makefile
EMH=../../../h
|
|
EML=../../../lib
|
|
CFLAGS=-DVERBOSE
|
|
SHARE=../share
|
|
IL=.
|
|
OBJECTS=il.o il1_anal.o il1_cal.o il1_formal.o il1_aux.o il2_aux.o \
|
|
il3_change.o il3_subst.o il3_aux.o il_aux.o
|
|
SHOBJECTS=$(SHARE)/get.o $(SHARE)/put.o $(SHARE)/alloc.o $(SHARE)/global.o $(SHARE)/debug.o $(SHARE)/files.o $(SHARE)/map.o $(SHARE)/lset.o $(SHARE)/cset.o $(SHARE)/parser.o $(SHARE)/aux.o $(SHARE)/go.o
|
|
SRC=il.h il1_anal.h il1_cal.h il1_formal.h il1_aux.h il2_aux.h il3_subst.h il3_change.h il3_aux.h il_aux.h \
|
|
il.c il1_anal.c il1_cal.c il1_formal.c il1_aux.c il2_aux.c il3_subst.c il3_change.c il3_aux.c il_aux.c
|
|
.c.o:
|
|
cc $(CFLAGS) -c $<
|
|
all: $(OBJECTS)
|
|
il: \
|
|
$(OBJECTS) $(SHOBJECTS)
|
|
cc -o il -i $(OBJECTS) $(SHOBJECTS) $(EML)/em_data.a
|
|
lpr:
|
|
pr $(SRC) | lpr
|
|
dumpflop:
|
|
tar -uf /mnt/ego/il/il.tarf $(SRC)
|
|
# the next lines are generated automatically
|
|
# AUTOAUTOAUTOAUTOAUTOAUTO
|
|
il.o: ../../../h/em_mnem.h
|
|
il.o: ../../../h/em_pseu.h
|
|
il.o: ../share/alloc.h
|
|
il.o: ../share/debug.h
|
|
il.o: ../share/files.h
|
|
il.o: ../share/get.h
|
|
il.o: ../share/global.h
|
|
il.o: ../share/lset.h
|
|
il.o: ../share/map.h
|
|
il.o: ../share/put.h
|
|
il.o: ../share/types.h
|
|
il.o: il.h
|
|
il.o: il1_anal.h
|
|
il.o: il2_aux.h
|
|
il.o: il3_subst.h
|
|
il1_anal.o: ../../../h/em_mnem.h
|
|
il1_anal.o: ../../../h/em_pseu.h
|
|
il1_anal.o: ../share/alloc.h
|
|
il1_anal.o: ../share/debug.h
|
|
il1_anal.o: ../share/global.h
|
|
il1_anal.o: ../share/lset.h
|
|
il1_anal.o: ../share/put.h
|
|
il1_anal.o: ../share/types.h
|
|
il1_anal.o: il.h
|
|
il1_anal.o: il1_anal.h
|
|
il1_anal.o: il1_aux.h
|
|
il1_anal.o: il1_cal.h
|
|
il1_anal.o: il1_formal.h
|
|
il1_anal.o: il_aux.h
|
|
il1_aux.o: ../../../h/em_spec.h
|
|
il1_aux.o: ../share/alloc.h
|
|
il1_aux.o: ../share/debug.h
|
|
il1_aux.o: ../share/global.h
|
|
il1_aux.o: ../share/lset.h
|
|
il1_aux.o: ../share/types.h
|
|
il1_aux.o: il.h
|
|
il1_aux.o: il1_aux.h
|
|
il1_aux.o: il_aux.h
|
|
il1_cal.o: ../../../h/em_mnem.h
|
|
il1_cal.o: ../../../h/em_spec.h
|
|
il1_cal.o: ../share/alloc.h
|
|
il1_cal.o: ../share/debug.h
|
|
il1_cal.o: ../share/global.h
|
|
il1_cal.o: ../share/lset.h
|
|
il1_cal.o: ../share/parser.h
|
|
il1_cal.o: ../share/types.h
|
|
il1_cal.o: il.h
|
|
il1_cal.o: il1_aux.h
|
|
il1_cal.o: il1_cal.h
|
|
il1_formal.o: ../share/alloc.h
|
|
il1_formal.o: ../share/debug.h
|
|
il1_formal.o: ../share/global.h
|
|
il1_formal.o: ../share/lset.h
|
|
il1_formal.o: ../share/types.h
|
|
il1_formal.o: il.h
|
|
il1_formal.o: il1_aux.h
|
|
il1_formal.o: il1_formal.h
|
|
il2_aux.o: ../../../h/em_mnem.h
|
|
il2_aux.o: ../../../h/em_spec.h
|
|
il2_aux.o: ../share/alloc.h
|
|
il2_aux.o: ../share/debug.h
|
|
il2_aux.o: ../share/get.h
|
|
il2_aux.o: ../share/global.h
|
|
il2_aux.o: ../share/lset.h
|
|
il2_aux.o: ../share/types.h
|
|
il2_aux.o: il.h
|
|
il2_aux.o: il2_aux.h
|
|
il2_aux.o: il_aux.h
|
|
il3_aux.o: ../share/alloc.h
|
|
il3_aux.o: ../share/debug.h
|
|
il3_aux.o: ../share/global.h
|
|
il3_aux.o: ../share/types.h
|
|
il3_aux.o: il.h
|
|
il3_aux.o: il3_aux.h
|
|
il3_aux.o: il_aux.h
|
|
il3_change.o: ../../../h/em_mes.h
|
|
il3_change.o: ../../../h/em_mnem.h
|
|
il3_change.o: ../../../h/em_pseu.h
|
|
il3_change.o: ../../../h/em_spec.h
|
|
il3_change.o: ../share/alloc.h
|
|
il3_change.o: ../share/debug.h
|
|
il3_change.o: ../share/def.h
|
|
il3_change.o: ../share/get.h
|
|
il3_change.o: ../share/global.h
|
|
il3_change.o: ../share/lset.h
|
|
il3_change.o: ../share/put.h
|
|
il3_change.o: ../share/types.h
|
|
il3_change.o: il.h
|
|
il3_change.o: il3_aux.h
|
|
il3_change.o: il3_change.h
|
|
il3_change.o: il_aux.h
|
|
il3_subst.o: ../../../h/em_mnem.h
|
|
il3_subst.o: ../share/alloc.h
|
|
il3_subst.o: ../share/debug.h
|
|
il3_subst.o: ../share/get.h
|
|
il3_subst.o: ../share/global.h
|
|
il3_subst.o: ../share/lset.h
|
|
il3_subst.o: ../share/types.h
|
|
il3_subst.o: il.h
|
|
il3_subst.o: il3_aux.h
|
|
il3_subst.o: il3_change.h
|
|
il3_subst.o: il3_subst.h
|
|
il_aux.o: ../../../h/em_spec.h
|
|
il_aux.o: ../share/alloc.h
|
|
il_aux.o: ../share/debug.h
|
|
il_aux.o: ../share/global.h
|
|
il_aux.o: ../share/lset.h
|
|
il_aux.o: ../share/map.h
|
|
il_aux.o: ../share/types.h
|
|
il_aux.o: il.h
|
|
il_aux.o: il_aux.h
|