Annotation of sbbs/src/smblib/gnumakefile, revision 1.1.1.1

1.1       root        1: # smblib/Makefile
                      2: 
                      3: #########################################################################
                      4: # Makefile for Synchronet Message Base Library (SMBLIB)                                        #
                      5: # For use with Borland C++ Builder 5+ or Borland C++ 5.5 for Win32      #
                      6: # @format.tab-size 4                                                                                                   #
                      7: #                                                                                                                                              #
                      8: # usage: make                                                                                                                  #
                      9: #########################################################################
                     10: 
                     11: # $Id: GNUmakefile,v 1.6 2004/09/20 02:58:45 deuce Exp $
                     12: 
                     13: # Macros
                     14: #DEBUG =       1                               # Comment out for release (non-debug) version
                     15: 
                     16: SRC_ROOT = ..
                     17: # Cross platform/compiler definitions
                     18: include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rules
                     19: 
                     20: CFLAGS += -I$(XPDEV_SRC)
                     21: 
                     22: 
                     23: # SMBLIB Library Link Rule
                     24: $(SMBLIB_BUILD): $(OBJODIR) $(OBJS)
                     25:        @echo Creating $@ ...
                     26:        $(QUIET)$(AR) rc $@ $(OBJS)
                     27:        $(QUIET)$(RANLIB) $@
                     28: 

unix.superglobalmegacorp.com

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