source: main/trunk/gs2-core/runtime-src/src/protocol/Makefile.am@ 22745

Last change on this file since 22745 was 22740, checked in by mdewsnip, 14 years ago

Changing all the configure scripts and makefiles I created (from scratch, to use autoconf and automake) to have my name and copyright DL Consulting Ltd.

File size: 776 bytes
Line 
1###########################################################################
2#
3# Makefile -- Makefile for runtime-src/src/protocol
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12RUNTIME_SRC_DIR = @top_srcdir@
13GSDL_DIR = $(RUNTIME_SRC_DIR)/..
14
15
16# Libraries compiled
17noinst_LIBRARIES = libgsdlprotocol.a
18
19# Library: libgsdlprotocol.a
20# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
21libgsdlprotocol_a_CPPFLAGS = \
22 -I$(GSDL_DIR)/common-src/src/lib \
23 -I$(GSDL_DIR)/runtime-src/src/colservr \
24 $(COMPAT32BITFLAGS)
25
26# Sources for libgsdlprotocol.a
27libgsdlprotocol_a_SOURCES = \
28 nullproto.cpp \
29 recptproto.cpp \
30 recptprototools.cpp
Note: See TracBrowser for help on using the repository browser.