Annotation of sbbs/sbbs3/menuedit/gnumakefile, revision 1.1.1.1

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.3 2004/07/29 21:08:38 deuce Exp $
                     10: 
                     11: # Macros
                     12: #DEBUG =       1                               # Comment out for release (non-debug) version
                     13: #USE_FLTK=     1
                     14: USE_UIFC32= 1
                     15: NEED_UIFC      :=      1
                     16: XPDEV  ?=      ../../xpdev/
                     17: UIFC_SRC       ?=      ../../uifc/
                     18: 
                     19: include ${XPDEV}Common.gmake
                     20: include ${UIFC_SRC}Common.gmake
                     21: 
                     22: # MenuEdit Build Rule
                     23: $(MENUEDIT): $(OBJS)
                     24:        @echo Linking $@
                     25:        ${QUIET}$(CC) $(LDFLAGS) $(OBJS) -o $@

unix.superglobalmegacorp.com

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