Makefile.am 539 B

12345678910111213141516171819202122
  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 = uechopost
  12. uechopost_SOURCES = \
  13. ../uechopost.c
  14. #if HAVE_LIBTOOL
  15. #uechopost_LDADD = ../../../../lib/unix/libuecho.la
  16. #else
  17. uechopost_LDADD = ../../../../lib/unix/libuecho.a
  18. #endif