########################################################################### # # Makefile -- Makefile for runtime-src/src/protocol # # By Michael Dewsnip # # Copyright (C) 2010 DL Consulting Ltd. # ########################################################################### RUNTIME_SRC_DIR = @top_srcdir@ GSDL_DIR = $(RUNTIME_SRC_DIR)/.. # Libraries compiled noinst_LIBRARIES = libgsdlprotocol.a # Library: libgsdlprotocol.a # Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist! libgsdlprotocol_a_CPPFLAGS = \ -I$(GSDL_DIR)/common-src/src/lib \ -I$(GSDL_DIR)/runtime-src/src/colservr \ $(COMPAT32BITFLAGS) # Sources for libgsdlprotocol.a libgsdlprotocol_a_SOURCES = \ nullproto.cpp \ recptproto.cpp \ recptprototools.cpp