1 |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo |
2 |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
INCLUDES = -I@top_srcdir@ @ROOT_INCLUDES@ |
3 |
LDFLAGS = @ROOT_LDFLAGS@ -llog4cpp |
LDFLAGS = @ROOT_LDFLAGS@ |
4 |
|
|
5 |
# These will build a non-installing libtool library |
# These will build a non-installing libtool library |
6 |
noinst_LTLIBRARIES = libanticounter.la |
noinst_LTLIBRARIES = libanticounter.la |
7 |
libfortracker_la_SOURCES = \ |
libanticounter_la_SOURCES = \ |
8 |
ACcalib.c ACcalib.h \ |
AC.c AC.h |
|
ACphysics.c ACphysics.h |
|
9 |
|
|
10 |
|
|
11 |
|
|