Loading lib/Makefile.netware +3 −5 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ PERL = perl AWK = awk YACC = bison -y CP = cp -afv MKDIR = mkdir # RM = rm -f # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: Loading Loading @@ -258,11 +259,8 @@ distclean: clean -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm -$(RM) certdata.txt ca-bundle.crt $(INSTDIR): @mkdir $@ $(OBJDIR): @mkdir $@ $(OBJDIR) $(INSTDIR): @$(MKDIR) $@ $(TARGET).$(LIBEXT): $(OBJS) @echo Creating $@ Loading src/Makefile.netware +3 −5 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ PERL = perl # http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk CP = cp -afv MKDIR = mkdir # RM = rm -f # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: Loading Loading @@ -247,11 +248,8 @@ endif distclean: clean -$(RM) $(TARGET).nlm $(INSTDIR): @mkdir $@ $(OBJDIR): @mkdir $@ $(OBJDIR) $(INSTDIR): @$(MKDIR) $@ $(TARGET).nlm: $(OBJS) $(OBJX) $(OBJDIR)/$(TARGET).def $(XDCDATA) @echo Linking $@ Loading Loading
lib/Makefile.netware +3 −5 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ PERL = perl AWK = awk YACC = bison -y CP = cp -afv MKDIR = mkdir # RM = rm -f # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: Loading Loading @@ -258,11 +259,8 @@ distclean: clean -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm -$(RM) certdata.txt ca-bundle.crt $(INSTDIR): @mkdir $@ $(OBJDIR): @mkdir $@ $(OBJDIR) $(INSTDIR): @$(MKDIR) $@ $(TARGET).$(LIBEXT): $(OBJS) @echo Creating $@ Loading
src/Makefile.netware +3 −5 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ PERL = perl # http://www.gknw.net/development/prgtools/awk-20070501.zip AWK = awk CP = cp -afv MKDIR = mkdir # RM = rm -f # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: Loading Loading @@ -247,11 +248,8 @@ endif distclean: clean -$(RM) $(TARGET).nlm $(INSTDIR): @mkdir $@ $(OBJDIR): @mkdir $@ $(OBJDIR) $(INSTDIR): @$(MKDIR) $@ $(TARGET).nlm: $(OBJS) $(OBJX) $(OBJDIR)/$(TARGET).def $(XDCDATA) @echo Linking $@ Loading