3 |
EXTRA_DIST = Doxyfile.in |
EXTRA_DIST = Doxyfile.in |
4 |
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ -I@top_srcdir@/event @ROOT_INCLUDES@ |
5 |
LDFLAGS = @ROOT_LDFLAGS@ |
LDFLAGS = @ROOT_LDFLAGS@ |
6 |
|
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 |
|
|