# Copyright (C) 2005 Florian Uhlig # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCLUDES = $(ROOTCFLAGS) -I$(top_srcdir)/base -I$(top_srcdir)/geobase lib_LTLIBRARIES = libHades.la libHades_la_LDFLAGS = -version-info 0:0:0 libHades_la_LIBADD = -L$(ROOTLIBDIR) $(ROOTLIBS) -L$(top_srcdir)/base/ include_HEADERS = HadesCave.h HadesRichPoint.h HadesTofPoint.h \ hgeomdc.h hgeoshower.h \ HadesSectors.h hgeocave.h hgeomdchit.h \ hgeoshowerhit.h HadesMdc.h HadesShower.h \ hgeocoils.h hgeorich.h hgeotarget.h \ HadesMdcPoint.h HadesShowerPoint.h hgeoframes.h\ hgeorichhit.h hgeotof.h HadesRich.h HadesTof.h\ hgeohit.h hgeosectors.h hgeotofhit.h HadesField.h \ hmdctrackgfield.h HadesCoils.h HadesFrames.h HadesTarget.h noinst_HEADERS = HadesLinkDef.h libHades_la_SOURCES = HadesCave.cxx HadesShower.cxx hgeoframes.cxx \ hgeosectors.cxx HadesMdc.cxx HadesShowerPoint.cxx \ hgeohit.cxx hgeoshower.cxx HadesMdcPoint.cxx \ HadesTof.cxx hgeomdc.cxx hgeoshowerhit.cxx \ HadesRich.cxx HadesTofPoint.cxx hgeomdchit.cxx\ hgeotarget.cxx HadesRichPoint.cxx hgeocave.cxx\ hgeorich.cxx hgeotof.cxx HadesSectors.cxx \ hgeocoils.cxx hgeorichhit.cxx hgeotofhit.cxx \ hmdctrackgfield.cxx HadesField.cxx HadesCoils.cxx \ HadesFrames.cxx HadesTarget.cxx CbmHadesDict.cxx CLEANFILES = CbmHadesDict.cxx CbmHadesDict.h *~ libHades.la CbmHadesDict.cxx: $(include_HEADERS) HadesLinkDef.h $(ROOTCINT) -f $@ -c -DHAVE_CONFIG_H $(INCLUDES) $^