AUTOMAKE_OPTIONS = foreign no-dependencies ROOTCINT = $(ROOTSYS)/bin/rootcint INCLUDES = -I. -I$(ROOTSYS)/include -I$(srcdir) -I$(CERN)/$(CERN_LEVEL)/include bin_PROGRAMS = roo2h roo2h_SOURCES = roo2h.C roo2h_LDADD = $(CERNLIBRARIES) $(ROOTLIBS) $(FLIBS)