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

Contents of /yoda/event/mcmd/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Sep 21 20:23:58 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
Changes since 1.1: +1 -1 lines
Commit toward log4cxx plus new packets types

1 AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
2 INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@
3 LDFLAGS = @ROOT_LDFLAGS@
4
5 noinst_LTLIBRARIES = libmcmdevent.la
6
7 BUILT_SOURCES = McmdDict.cpp McmdDict.h
8
9 DICT_HEADER_FILES = McmdEvent.h McmdRecord.h
10
11 SUBPACKET_HEADER_FILES = ${DICT_HEADER_FILES}
12
13 CPP_SOURCES = McmdEvent.cpp McmdRecord.cpp
14
15 libmcmdevent_la_SOURCES = \
16 ${BUILT_SOURCES} \
17 ${SUBPACKET_HEADER_FILES} \
18 ${CPP_SOURCES} \
19 LinkDef.h
20
21 McmdDict.cpp: ${DICT_HEADER_FILES} LinkDef.h
22 rootcint -f $@ -c ${INCLUDES} $^

  ViewVC Help
Powered by ViewVC 1.1.23