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

1.1       root        1: # GNUmakefile
                      2: 
                      3: #########################################################################
                      4: # Makefile for Synchronet monitor for Unix                                                             #
                      5: # For use with GNU make and GNU C Compiler or Borland Kylix C++                        #
                      6: # @format.tab-size 4, @format.use-tabs true                                                            #
                      7: #                                                                                                                                              #
                      8: # gcc: gmake                                                                                                                   #
                      9: # Borland (still in testing/debuging stage): gmake bcc=1                               #
                     10: #                                                                                                                                              #
                     11: # Optional build targets: dlls, utils, mono, all (default)                             #
                     12: #########################################################################
                     13: 
1.1.1.2 ! root       14: # $Id: GNUmakefile,v 1.5 2011/09/08 22:08:20 sbbs Exp $
1.1       root       15: 
                     16: SRC_ROOT       =       ../..
                     17: include $(SRC_ROOT)/build/Common.gmake
                     18: 
                     19: ifeq ($(os),sunos)
                     20:  LDFLAGS       +=      -lnsl
                     21: endif
                     22: 
                     23: vpath %.c ..
                     24: 
1.1.1.2 ! root       25: CFLAGS +=      -I.. -I../../comio $(SMBLIB_CFLAGS) $(XPDEV-MT_CFLAGS) `pkg-config gtk+-2.0 --cflags`
1.1       root       26: LDFLAGS        +=      $(SMBLIB_LDFLAGS) $(XPDEV-MT_LDFLAGS) $(MT_LDFLAGS) `pkg-config gtk+-2.0 --libs`
                     27: 
                     28: $(GTKCHAT): $(OBJS)
                     29:        @echo Linking $@
                     30:        $(QUIET)$(CC) $(LDFLAGS) $(OBJS) -o $@ $(SMBLIB_LIBS) $(XPDEV-MT_LIBS)
1.1.1.2 ! root       31:        $(QUIET)cd $(EXEODIR) && ln -s ../gtk-chat.glade .

unix.superglobalmegacorp.com

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