# Makefile.am -- Process this file with automake to produce Makefile.in #bin_PROGRAMS = src/dat_expander #dat_expander_SOURCES = src/dat_expander.c etcdir = $(sysconfdir) sbin_SCRIPTS = reconf_pld.sh etc_DATA = jtag_init.conf EXTRA_DIST = jtag_init.conf bin_SCRIPTS = trdfs_autostart.sh bin_PROGRAMS = trdfs trdfs_SOURCES = feeserver/trdfs.cc trdfs_LDADD = -ltrdce lib_LTLIBRARIES = libtrdce.la libtrdce_la_SOURCES = cestatemachine.cc \ readout_flags.cc \ roc_control.cc \ roc_executor.cc \ gaintables.cc \ odimlogbuffer.cc \ hardware_base.cc \ extendedscsncommandstack.cc \ trdce_factory.cc \ tempcontrol/tempcontrol.cc \ tempcontrol/mcmchip.cc \ feeserver/dim_services.cc \ tests/testfactory.cc \ tests/testclass.cc \ tests/testori.cc \ tests/testlaserid.cc \ tests/testmem.cc \ tests/testreset.cc \ tests/testshutdown.cc \ tests/testbridge.cc \ tests/testni.cc \ ce_interface.cc \ fpga_control.cc dist_noinst_HEADER = defines.hh \ finitestatemachine.hh \ cestatemachine.hh \ ce_version.hh \ finitestatemachine.hh \ roc_control.hh \ hardware_base.hh \ gaintables.hh \ readout_flags.hh \ odimlogbuffer.hh \ extendedscsncommandstack.hh \ trdce_factory.hh \ roc_executor.hh \ tempcontrol/tempcontrol.hh \ tempcontrol/mcmchip.hh \ tempcontrol/ringbuf.hh \ feeserver/dim_services.hh \ tests/testfactory.hh \ tests/testclass.hh \ tests/testori.hh \ ce_interface.h \ tests/testreset.hh \ tests/testshutdown.hh \ tests/testbridge.hh \ tests/testni.hh \ tests/testmem.hh \ tests/testlaserid.hh \ fpga_control.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) armfs: if [ $$ARM_ROOTFS ] ; then \ make DESTDIR=$$ARM_ROOTFS install-strip ; \ rm -f $$ARM_ROOTFS/usr/lib/libtrdce.la ; \ else \ echo target \"armfs\" is only available if ARM_ROOTFS is set ; \ fi .PHONY: ipkg ipkg: rm Makefile ipkg/rules configure fakeroot ipkg-buildpackage