reduce compare noise. If someone should be crazy enough to try to run OpenOCD under...
[fw/openocd] / src / helper / Makefile.am
1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3 AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
4 noinst_LIBRARIES = libhelper.a
5
6 if ECOSBOARD
7 CONFIGFILES = 
8 else
9 CONFIGFILES = options.c
10 endif
11
12 libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c interpreter.c command.c time_support.c \
13         replacements.c fileio.c
14 noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
15         interpreter.h time_support.h replacements.h fileio.h