1 !# Uncomment following line if linking temacs complains about missing insque.
13 CDEBUGFLAGS = /debug/noopt
14 RM_CMD = $(RM) *.BAK.*, *.obj.*
39 XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c
41 OBJS = Activate.obj, -
64 XDelAssoc.obj, XLookAssoc.obj, XCrAssoc.obj, XDestAssoc.obj, -
68 if f$search("$@") then $(RM) $@.*
69 $(CC) /obj=$@ $(CFLAGS) $*.c
74 libXMenu11.olb : $(OBJS) $(EXTRA)
75 if f$search("$@") then $(RM) $@.*
76 $(AR)/create $@ $(OBJS)
77 if ("$(EXTRA)" .nes. "") then $(AR) $@ $(EXTRA)
78 #If running ranlib fails, probably there is none.
79 #That's ok. So don't stop the build.
85 $(RM_CMD) \#* libXMenu11.a *.obj,