48 |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
49 |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
50 |
libforrou_la_DEPENDENCIES = tracker/libfortracker.la \ |
libforrou_la_DEPENDENCIES = tracker/libfortracker.la \ |
51 |
anticounter/libanticoinc.la |
anticounter/libanticounter.la calorimeter/libforcalor.la |
52 |
am_libforrou_la_OBJECTS = |
am_libforrou_la_OBJECTS = |
53 |
libforrou_la_OBJECTS = $(am_libforrou_la_OBJECTS) |
libforrou_la_OBJECTS = $(am_libforrou_la_OBJECTS) |
54 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
175 |
target_alias = @target_alias@ |
target_alias = @target_alias@ |
176 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
177 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
178 |
SUBDIRS = tracker anticounter |
SUBDIRS = tracker anticounter calorimeter |
179 |
|
|
180 |
# These will build a non-installing libtool library |
# These will build a non-installing libtool library |
181 |
noinst_LTLIBRARIES = libforrou.la |
noinst_LTLIBRARIES = libforrou.la |
182 |
libforrou_la_LIBADD = \ |
libforrou_la_LIBADD = \ |
183 |
tracker/libfortracker.la \ |
tracker/libfortracker.la \ |
184 |
anticounter/libanticoinc.la |
anticounter/libanticounter.la \ |
185 |
|
calorimeter/libforcalor.la |
186 |
|
|
187 |
libforrou_la_SOURCES = |
libforrou_la_SOURCES = |
188 |
libforrou_la_LDFLAGS = -lg2c -lstdc++ |
libforrou_la_LDFLAGS = -lg2c -lstdc++ |