2008-07-11 10:07:58 -05:00
|
|
|
INCLUDES = -I$(top_srcdir)/src $(all_includes)
|
2008-02-28 04:07:54 -06:00
|
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
|
|
|
|
noinst_LIBRARIES = libhelper.a
|
2008-03-11 16:32:03 -05:00
|
|
|
|
|
|
|
if ECOSBOARD
|
|
|
|
CONFIGFILES =
|
|
|
|
else
|
|
|
|
CONFIGFILES = options.c
|
|
|
|
endif
|
|
|
|
|
2008-07-11 07:17:56 -05:00
|
|
|
libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \
|
2008-02-28 04:07:54 -06:00
|
|
|
replacements.c fileio.c
|
|
|
|
noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
|
2008-07-11 07:17:56 -05:00
|
|
|
time_support.h replacements.h fileio.h
|