| 48 |
CONFIG_CLEAN_FILES = |
CONFIG_CLEAN_FILES = |
| 49 |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
LTLIBRARIES = $(noinst_LTLIBRARIES) |
| 50 |
libforcalor_la_LIBADD = |
libforcalor_la_LIBADD = |
| 51 |
am_libforcalor_la_OBJECTS = calpedestal.lo calpulse.lo calunpack.lo \ |
am_libforcalor_la_OBJECTS = azero.lo calpedestal.lo calpulse.lo \ |
| 52 |
calcrc.lo |
calunpack.lo calcrc.lo |
| 53 |
libforcalor_la_OBJECTS = $(am_libforcalor_la_OBJECTS) |
libforcalor_la_OBJECTS = $(am_libforcalor_la_OBJECTS) |
| 54 |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
| 55 |
depcomp = |
depcomp = |
| 176 |
|
|
| 177 |
# These will build a non-installing libtool library |
# These will build a non-installing libtool library |
| 178 |
noinst_LTLIBRARIES = libforcalor.la |
noinst_LTLIBRARIES = libforcalor.la |
| 179 |
libforcalor_la_SOURCES = calpedestal.for calpulse.for calunpack.for calcrc.cpp |
libforcalor_la_SOURCES = azero.for calpedestal.for calpulse.for calunpack.for calcrc.cpp |
| 180 |
libforcalor_la_LDFLAGS = -lg2c -lstdc++ |
libforcalor_la_LDFLAGS = -lg2c -lstdc++ |
| 181 |
all: all-am |
all: all-am |
| 182 |
|
|