|
|
1.1 ! root 1: # Makefile ! 2: ! 3: ######################################################################### ! 4: # Makefile for Synchronet BBS Menu Editor (menuedit) ! 5: # For use with gcc and gmake for *nix # ! 6: # @format.tab-size 4 # ! 7: ######################################################################### ! 8: ! 9: # $Id: GNUmakefile,v 1.4 2005/02/20 20:51:40 deuce Exp $ ! 10: ! 11: # Macros ! 12: #DEBUG = 1 # Comment out for release (non-debug) version ! 13: ! 14: SRC_ROOT = ../.. ! 15: include $(SRC_ROOT)/build/Common.gmake ! 16: CFLAGS += $(UIFC_CFLAGS) $(XPDEV_CFLAGS) ! 17: LDFLAGS += $(UIFC_LDFLAGS) $(XPDEV_LDFLAGS) ! 18: ! 19: # MenuEdit Build Rule ! 20: $(MENUEDIT): $(OBJS) ! 21: @echo Linking $@ ! 22: ${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) $(OBJS) -o $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.