## Process this file with automake to produce Makefile.in includedir = ../src/AXE noinst_PROGRAMS = acltest testaxe metronome doodle1 doodle2 doodle3 timesheet INCLUDES = -I../src LDADD = ../src/libAXE.a @LIBS@ acltest_SOURCES = acltest.cpp testaxe_SOURCES = testaxe.cpp metronome_SOURCES = metronome.cpp doodle1_SOURCES = doodle1.cpp doodle2_SOURCES = doodle2.cpp doodle3_SOURCES = doodle3.cpp timesheet_SOURCES = timesheet.cpp