Annotation of sbbs/src/sbbs3/menuedit/gnumakefile, revision 1.1.1.2

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: 
1.1.1.2 ! root        9: # $Id: GNUmakefile,v 1.5 2011/05/27 06:03:31 deuce Exp $
1.1       root       10: 
                     11: # Macros
                     12: #DEBUG =       1                               # Comment out for release (non-debug) version
                     13: 
                     14: SRC_ROOT        =       ../..
                     15: include $(SRC_ROOT)/build/Common.gmake
1.1.1.2 ! root       16: CFLAGS +=      $(CIOLIB-MT_CFLAGS) $(UIFC-MT_CFLAGS) $(XPDEV-MT_CFLAGS)
        !            17: LDFLAGS        +=      $(CIOLIB-MT_LDFLAGS) $(UIFC-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
1.1       root       18: 
                     19: # MenuEdit Build Rule
                     20: $(MENUEDIT): $(OBJS)
                     21:        @echo Linking $@
1.1.1.2 ! root       22:        ${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) $(OBJS) -o $@ $(UIFC-MT_LIBS) $(CIOLIB-MT_LIBS) $(XPDEV-MT_LIBS)
        !            23: 

unix.superglobalmegacorp.com

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