Makefile.am 559 B

1234567891011121314151617181920212223
  1. ##################################################################
  2. #
  3. # uEcho for C
  4. #
  5. # Copyright (C) Satoshi Konno 2015
  6. #
  7. # This is licensed under BSD-style license, see file COPYING.
  8. #
  9. ##################################################################
  10. AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I../ -I../../common
  11. noinst_PROGRAMS = uecholight
  12. uecholight_SOURCES = \
  13. ../main.c \
  14. ../lighting_dev.c
  15. #if HAVE_LIBTOOL
  16. #uecholight_LDADD = ../../../../lib/unix/libuecho.la
  17. #else
  18. uecholight_LDADD = ../../../../lib/unix/libuecho.a
  19. #endif