RSS Git Download  Clone
Raw Blame History
################################################################################
#	Makefile
#		T.Barnaby,	BEAM Ltd,	2007-02-07
# updated by	D.Korchagin,	CERN AB-BI-SW,	2007-08-31
################################################################################
#

TOP	= ..

include ${TOP}/Makefile.config

CXXFLAGS	= -I../include -I../include/Beam
LDFLAGS 	= -L../lib/$(CPU)
LDLIBS		+= -lTms

PROGS	= tmsDataClient1$(DARCH) tmsDataClient2$(DARCH) tmsControlClient1$(DARCH) tmsControlClient2$(DARCH)

# General
all:	${PROGS}

install:	all

#depend:
#	makedepend -Y *.cpp *.cc 2> /dev/null

clean:
	rm -f *$(DARCH).o *$(DARCH).a *.so $(PROGS)

# DO NOT DELETE