File: Makefile.am

package info (click to toggle)
lcms2 2.12~rc1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,976 kB
  • sloc: ansic: 41,941; sh: 11,330; pascal: 1,958; makefile: 153; cpp: 84
file content (22 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Makefile for building fast_float_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 = fast_float_testbed

fast_float_testbed_LDADD =  $(srcdir)/../src/liblcms2_fast_float.la
fast_float_testbed_LDFLAGS = @LDFLAGS@
fast_float_testbed_SOURCES = fast_float_testbed.c 

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

check:
	./fast_float_testbed