*** empty log message ***
This commit is contained in:
parent
c66e282fa7
commit
a372b4799e
@ -2,14 +2,14 @@
|
|||||||
# OpenVMS MMS/MMK
|
# OpenVMS MMS/MMK
|
||||||
#
|
#
|
||||||
|
|
||||||
objects = awk.obj,err.obj,tree.obj,str.obj,tab.obj,map.obj,parse.obj run.obj rec.obj val.obj func.obj misc.obj extio.obj rex.obj
|
objects = awk.obj,err.obj,tree.obj,str.obj,tab.obj,map.obj,parse.obj,run.obj,rec.obj,val.obj,func.obj,misc.obj,extio.obj,rex.obj
|
||||||
|
|
||||||
CFLAGS = /pointer_size=long /define=XP_AWK_STAND_ALONE
|
CFLAGS = /pointer_size=long /include="../.." /define=XP_AWK_STAND_ALONE
|
||||||
LIBRFLAGS =
|
LIBRFLAGS =
|
||||||
|
|
||||||
aseawk.olb : $(objects)
|
aseawk.olb : $(objects)
|
||||||
$(LIBR)/create $(MMS$TARGET)
|
$(LIBR)/create $(MMS$TARGET) $(objects)
|
||||||
$(LIBR)/replace $(LIBRFLAGS) $(MMS$TARGET) $(objects)
|
# $(LIBR)/replace $(LIBRFLAGS) $(MMS$TARGET),$(objects)
|
||||||
|
|
||||||
awk.obj depends_on awk.c
|
awk.obj depends_on awk.c
|
||||||
err.obj depends_on err.c
|
err.obj depends_on err.c
|
||||||
@ -26,3 +26,6 @@ misc.obj depends_on misc.c
|
|||||||
extio.obj depends_on extio.c
|
extio.obj depends_on extio.c
|
||||||
rex.obj depends_on rex.c
|
rex.obj depends_on rex.c
|
||||||
|
|
||||||
|
|
||||||
|
nds_on rex.c
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user