AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ LDFLAGS = @ROOT_LDFLAGS@ YODA_HEADER_FILES = AnticounterEvent.h yodaincdir = $(includedir)/yoda/physics/anticounter yodainc_HEADERS = ${YODA_HEADER_FILES} YODA_SOURCES = AnticounterEvent.cpp noinst_LTLIBRARIES = libanticounterevent.la libanticounterevent_la_SOURCES = ${YODA_HEADER_FILES} \ ${YODA_SOURCES}