/[PAMELA software]/yoda/Makefile.am
ViewVC logotype

Annotation of /yoda/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Tue Feb 8 08:09:15 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 2.0: +26 -0 lines
Modified to allow DISTCLEAN to delete also the "Dict" files generated by CINT

1 kusanagi 1.1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2     SUBDIRS = event techmodel
3     EXTRA_DIST = Doxyfile.in
4     INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@
5 kusanagi 1.3 LDFLAGS = @ROOT_LDFLAGS@
6 kusanagi 2.1 DISTCLEANFILES = \
7     @top_srcdir@/event/*Dict* \
8     @top_srcdir@/event/mcmd/*Dict* \
9     @top_srcdir@/event/tmtc/*Dict* \
10     @top_srcdir@/event/log/*Dict* \
11     @top_srcdir@/event/arrDump/*Dict* \
12     @top_srcdir@/event/tabDump/*Dict* \
13     @top_srcdir@/event/varDump/*Dict* \
14     @top_srcdir@/event/physics/*Dict* \
15     @top_srcdir@/event/physics/tracker/*Dict* \
16     @top_srcdir@/event/physics/anticounter/*Dict* \
17     @top_srcdir@/event/physics/calorimeter/*Dict* \
18     @top_srcdir@/event/physics/neutronDetector/*Dict* \
19     @top_srcdir@/event/physics/trigger/*Dict* \
20     @top_srcdir@/event/physics/tof/*Dict* \
21     @top_srcdir@/event/physics/S4/*Dict* \
22     @top_srcdir@/techmodel/*Dict* \
23     @top_srcdir@/techmodel/forroutines/tracker/*Dict* \
24     @top_srcdir@/techmodel/forroutines/tracker/readraw/*Dict* \
25     @top_srcdir@/techmodel/forroutines/anticounter/*Dict* \
26     @top_srcdir@/techmodel/forroutines/calorimeter/*Dict* \
27     @top_srcdir@/techmodel/forroutines/tof/*Dict* \
28     @top_srcdir@/techmodel/forroutines/trigger/*Dict* \
29     @top_srcdir@/techmodel/forroutines/*Dict* \
30     @top_srcdir@/techmodel/physics/*Dict*
31    

  ViewVC Help
Powered by ViewVC 1.1.23