Annotation of sbbs/xpdev/gnumakefile, revision 1.1

1.1     ! root        1: SRC_ROOT       ?=      ..
        !             2: include $(SRC_ROOT)/build/Common.gmake
        !             3: 
        !             4: ifdef XP_SEM
        !             5:        MTOBJS  +=      $(MTOBJODIR)$(DIRSEP)xpsem$(OFILE)
        !             6: endif
        !             7: 
        !             8: MT_CFLAGS += -DLINK_LIST_THREADSAFE
        !             9: 
        !            10: # Executable Build Rule
        !            11: $(WRAPTEST): $(OBJODIR)/wraptest.o $(DEPS)
        !            12:        @echo Linking $@
        !            13:        $(QUIET)$(CC) $(CFLAGS) -o $@ $(LDFLAGS) $^ $(LIBS)
        !            14: 
        !            15: $(XPDEV_LIB_BUILD): $(OBJODIR) $(OBJS)
        !            16:        @echo Creating $@
        !            17:        $(QUIET)$(AR) rc $@ $(OBJS)
        !            18:        $(QUIET)$(RANLIB) $@
        !            19: 
        !            20: $(XPDEV-MT_LIB_BUILD): $(MTOBJODIR) $(MTOBJS)
        !            21:        @echo Creating $@
        !            22:        $(QUIET)$(AR) rc $@ $(MTOBJS)
        !            23:        $(QUIET)$(RANLIB) $@

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.