Skip to content
Snippets Groups Projects
Commit 4023ea95 authored by deuce's avatar deuce
Browse files

Build files for *nix

parent 072b3e39
No related branches found
No related tags found
No related merge requests found
SRC_ROOT = ..
include ${SRC_ROOT}/build/Common.gmake
CFLAGS += -I${SRC_ROOT}/comio -I${SRC_ROOT}/sbbs3 $(XPDEV-MT_CFLAGS)
LDFLAGS += $(XPDEV-MT_LDFLAGS)
vpath %.c ../comio ../sbbs3
$(SEXPOTS): $(OBJS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) -o $@ $(OBJS) $(XPDEV-MT_LIBS)
OBJS = \
$(MTOBJODIR)$(DIRSEP)comio_nix$(OFILE) \
$(MTOBJODIR)$(DIRSEP)comio$(OFILE) \
$(MTOBJODIR)$(DIRSEP)telnet$(OFILE) \
$(MTOBJODIR)$(DIRSEP)sexpots$(OFILE)
SEXPOTS = $(EXEODIR)$(DIRSEP)sexpots$(EXEFILE)
all: xpdev-mt $(MTOBJODIR) $(EXEODIR) $(SEXPOTS)
$(SEXPOTS): $(XPDEV-MT_LIB)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment