## Makefile.am -- Process this file with automake to produce Makefile.in #bin_PROGRAMS = src/dat_expander #dat_expander_SOURCES = src/dat_expander.c #SUBDIRS = stand_alone lib_LTLIBRARIES = libtrdce.la libtrdce_la_SOURCES = ce_interface.cc \ cestatemachine.cc \ readout_flags.cc \ roc_control.cc \ roc_executor.cc \ gaintables.cc \ roc_info.cc \ odimlogbuffer.cc \ hardware_base.cc \ col.cc \ rstate_service.cc \ ori_control.cc \ ori_result.cc \ scsncommandstack.cc \ tempcontrol/tempcontrol.cc \ tempcontrol/mcmchip.cc \ i2c.cc \ j2c.cc \ tests/testfactory.cc \ tests/testclass.cc \ tests/testreset.cc \ tests/testshutdown.cc \ tests/testbridge.cc \ tests/testni.cc \ tests/testori.cc \ tests/testmem.cc \ tests/testlaserid.cc dist_noinst_HEADER = ce_interface.h \ defines.hh \ finitestatemachine.hh \ cestatemachine.hh \ ce_version.hh \ finitestatemachine.hh \ roc_control.hh \ hardware_base.hh \ gaintables.hh \ readout_flags.hh \ roc_info.hh \ odimlogbuffer.hh \ ce_command.hh \ col.hh \ rstate_service.hh \ ori_control.hh \ ori_result.hh \ scsncommandstack.hh \ roc_executor.hh \ tempcontrol/tempcontrol.hh \ tempcontrol/mcmchip.hh \ tempcontrol/ringbuf.hh \ i2c.hh \ j2c.hh \ tests/testfactory.hh \ tests/testclass.hh \ tests/testreset.hh \ tests/testshutdown.hh \ trap_defs.hh \ tests/testbridge.hh \ tests/testni.hh \ tests/testori.hh \ tests/testmem.hh \ tests/testlaserid.hh # Subversion release information cestatemachine.lo: ce_version.hh .PHONY: ce_version.hh ce_version.hh: ./create_versiontag.sh AM_CPPFLAGS = -Wall DATETIME := $(shell date '+%Y%m%d-%H%M%S') update_%: DESTDIR=/tmp/update-$(PACKAGE)-$(VERSION)-$(DATETIME) update_%: install-strip scp $(DESTDIR)/usr/local/lib/libtrdce.so.0.0.0 root@$*:/usr/local/lib/libtrdce.so.0.0.0 # tar -czvC $(DESTDIR) . | ssh root@$* tar -xz # rm -rf $(DESTDIR)