|
|
3.14a
# GNUmakefile ######################################################################### # Makefile for Synchronet monitor for Unix # # For use with GNU make and GNU C Compiler or Borland Kylix C++ # # @format.tab-size 4, @format.use-tabs true # # # # gcc: gmake # # Borland (still in testing/debuging stage): gmake bcc=1 # # # # Optional build targets: dlls, utils, mono, all (default) # ######################################################################### # $Id: gnumakefile,v 1.1.1.1 2018/04/24 16:41:24 root Exp $ SRC_ROOT = ../.. include $(SRC_ROOT)/build/Common.gmake include $(SRC_ROOT)/sbbs3/sbbsdefs.mk vpath %.c .. CFLAGS += $(CIOLIB-MT_CFLAGS) $(XPDEV-MT_CFLAGS) LDFLAGS += $(CIOLIB-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(MT_LDFLAGS) $(SYNCVIEW): $(OBJS) @echo Linking $@ $(QUIET)$(CC) $(LDFLAGS) $(OBJS) -o $@ $(CIOLIB-MT_LIBS) $(XPDEV-MT_LIBS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.