/fbus/demo/Makefile.am

http://ftk.googlecode.com/ · Makefile · 25 lines · 17 code · 8 blank · 0 comment · 0 complexity · 36d7a2f3d489152a5e1125c7e7bb65e1 MD5 · raw file

  1. include $(abs_top_builddir)/src/rules.mk
  2. lib_LTLIBRARIES=libecho.la
  3. libecho_la_SOURCES=fbus_echo.c
  4. libecho_la_CFLAGS=-I$(top_srcdir)/fbus
  5. libecho_la_LDFLAGS=$(MYLDFLAGS) $(abs_top_builddir)/fbus/libfbus.la
  6. noinst_PROGRAMS=echo_test
  7. echo_test_SOURCES=echo_test.c
  8. echo_test_CFLAGS=-I$(top_srcdir)/fbus
  9. echo_test_LDFLAGS=$(MYLDFLAGS) $(abs_top_builddir)/fbus/libfbus.la \
  10. $(abs_top_builddir)/fbus/demo/libecho.la
  11. bin_PROGRAMS=echo_service
  12. echo_service_SOURCES=fbus_service_echo.c
  13. echo_service_CFLAGS=-I$(top_srcdir)/fbus
  14. echo_service_LDFLAGS=$(MYLDFLAGS) $(abs_top_builddir)/fbus/libfbus.la
  15. servicedir=$(datadir)/ftk/base/services
  16. service_DATA=echo.service
  17. EXTRA_DIST=fbus_echo_common.h fbus_echo.h