Makefile.am 637 B

1234567891011121314151617181920212223
  1. #
  2. # Makefile for building threaded_testbed
  3. #
  4. # Don't require all the GNU mandated files
  5. AUTOMAKE_OPTIONS = 1.7 foreign
  6. AM_CPPFLAGS = -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \
  7. -I$(top_builddir)/include
  8. check_PROGRAMS = threaded_testbed
  9. threaded_testbed_LDADD = $(builddir)/../src/liblcms2_threaded.la $(LCMS_LIB_DEPLIBS)
  10. threaded_testbed_LDFLAGS = -static @LDFLAGS@
  11. threaded_testbed_SOURCES = threaded_testbed.c
  12. EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc
  13. check:
  14. if [ "x$(srcdir)" != "x$(builddir)" ]; then \
  15. cp $(srcdir)/test?.icc . ; \
  16. fi
  17. ./threaded_testbed