|
|
3.15b
# Makefile
#########################################################################
# Makefile for Synchronet BBS Menu Editor (menuedit)
# For use with gcc and gmake for *nix #
# @format.tab-size 4 #
#########################################################################
# $Id: gnumakefile,v 1.1.1.2 2018/04/24 16:44:36 root Exp $
# Macros
#DEBUG = 1 # Comment out for release (non-debug) version
SRC_ROOT = ../..
include $(SRC_ROOT)/build/Common.gmake
CFLAGS += $(CIOLIB-MT_CFLAGS) $(UIFC-MT_CFLAGS) $(XPDEV-MT_CFLAGS)
LDFLAGS += $(CIOLIB-MT_LDFLAGS) $(UIFC-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
# MenuEdit Build Rule
$(MENUEDIT): $(OBJS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) $(OBJS) -o $@ $(UIFC-MT_LIBS) $(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.