File: Makefile.am

package info (click to toggle)
lcms2 2.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,172 kB
  • sloc: ansic: 45,779; sh: 4,239; pascal: 1,960; makefile: 197; cpp: 84
file content (23 lines) | stat: -rw-r--r-- 637 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Makefile for building threaded_testbed
#

# Don't require all the GNU mandated files
AUTOMAKE_OPTIONS = 1.7 foreign

AM_CPPFLAGS	=  -I$(builddir)/../include -I$(srcdir)/../include -I$(srcdir)/../src \
                   -I$(top_builddir)/include

check_PROGRAMS = threaded_testbed

threaded_testbed_LDADD =  $(builddir)/../src/liblcms2_threaded.la $(LCMS_LIB_DEPLIBS)
threaded_testbed_LDFLAGS = -static @LDFLAGS@
threaded_testbed_SOURCES = threaded_testbed.c

EXTRA_DIST = test0.icc test1.icc test2.icc test3.icc test5.icc

check:
	if [ "x$(srcdir)" != "x$(builddir)" ]; then \
		cp $(srcdir)/test?.icc . ; \
	fi
	./threaded_testbed