You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
495 B

  1. INCLUDES = $(all_includes)
  2. METASOURCES = AUTO
  3. AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
  4. noinst_LIBRARIES = libhelper.a
  5. if ECOSBOARD
  6. CONFIGFILES =
  7. else
  8. CONFIGFILES = options.c
  9. endif
  10. libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c interpreter.c command.c time_support.c \
  11. replacements.c fileio.c
  12. noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
  13. interpreter.h time_support.h replacements.h fileio.h