## 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 \ roc_control.cc \ roc_executor.cc \ gaintables.cc \ patchmaker.cc \ roc_info.cc \ odimlogbuffer.cc \ utils.cc \ hardware_base.cc \ col.cc \ tempcontrol/tempcontrol.cc \ tempcontrol/mcmchip.cc \ tests/testfactory.cc \ tests/testclass.cc \ tests/testreset.cc \ tests/testbridge.cc \ tests/testni.cc \ tests/testori.cc \ tests/testmem.cc \ tests/testlaserid.cc \ tests/testshutdown.cc noinst_HEADER = ce_interface.h \ defines.hh \ finitestatemachine.hh \ cestatemachine.hh \ finitestatemachine.hh \ roc_control.hh \ hardware_base.hh \ gaintables.hh \ patchmaker.hh \ roc_info.hh \ odimlogbuffer.hh \ utils.hh \ ce_command.hh \ col.hh \ roc_executor.hh \ tempcontrol/tempcontrol.hh \ tempcontrol/mcmchip.hh \ tempcontrol/ringbuf.hh \ tests/testfactory.hh \ tests/testclass.hh \ tests/testreset.hh \ tests/testbridge.hh \ tests/testni.hh \ tests/testori.hh \ tests/testmem.hh \ tests/testlaserid.hh \ tests/testshutdown.hh \ trap_defs.hh 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)