From 197f5bc79648f730628412ede7f8783848cf6188 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jun 1989 11:30:37 +0000 Subject: [PATCH] generated with newer makefile generator --- lang/m2/test/Wirth/makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lang/m2/test/Wirth/makefile b/lang/m2/test/Wirth/makefile index 659f39919..b4a35cdde 100644 --- a/lang/m2/test/Wirth/makefile +++ b/lang/m2/test/Wirth/makefile @@ -6,28 +6,31 @@ LIBS = all: PowersOf2 XREF +objects: PowersOf2_o_files XREF_o_files + + PowersOf2.$(SUFFIX): \ PowersOf2.mod \ /proj/em/Work/lib/m2/InOut.def - $(MOD) -c.$(SUFFIX) $(M2FLAGS) $(IFLAGS) PowersOf2.mod + $(MOD) -c $(M2FLAGS) $(IFLAGS) PowersOf2.mod TableHandl.$(SUFFIX): \ TableHandl.mod \ TableHandl.def \ /proj/em/Work/lib/m2/InOut.def \ /proj/em/Work/lib/m2/Storage.def - $(MOD) -c.$(SUFFIX) $(M2FLAGS) $(IFLAGS) TableHandl.mod + $(MOD) -c $(M2FLAGS) $(IFLAGS) TableHandl.mod XREF.$(SUFFIX): \ XREF.mod \ /proj/em/Work/lib/m2/InOut.def \ TableHandl.def - $(MOD) -c.$(SUFFIX) $(M2FLAGS) $(IFLAGS) XREF.mod + $(MOD) -c $(M2FLAGS) $(IFLAGS) XREF.mod OBS_PowersOf2 = \ PowersOf2.$(SUFFIX) OBS2_PowersOf2 = -o_files: $(OBS_PowersOf2) +PowersOf2_o_files: $(OBS_PowersOf2) PowersOf2: $(OBS_PowersOf2) $(OBS2_PowersOf2) $(MOD) -o PowersOf2 $(M2FLAGS) $(OBS_PowersOf2) $(OBS2_PowersOf2) $(LIBS) @@ -38,7 +41,7 @@ OBS_XREF = \ OBS2_XREF = -o_files: $(OBS_XREF) +XREF_o_files: $(OBS_XREF) XREF: $(OBS_XREF) $(OBS2_XREF) $(MOD) -o XREF $(M2FLAGS) $(OBS_XREF) $(OBS2_XREF) $(LIBS)