grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / lcms2 / testbed / Makefile.am
blob7961a427fa79db1d305cde15d82882571031745d
2 # Makefile for building testcms
5 # Don't require all the GNU mandated files
6 AUTOMAKE_OPTIONS = 1.7 foreign
8 INCLUDES        =  -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
10 check_PROGRAMS = testcms
12 # CFLAGS = --pedantic -Wall -std=c99 -O2
14 testcms_LDADD = $(top_builddir)/src/liblcms2.la 
15 testcms_LDFLAGS = @LDFLAGS@
16 testcms_SOURCES = testcms2.c
18 EXTRA_DIST = test1.icc bad.icc toosmall.icc test2.icc \
19              test3.icc test4.icc \
20              test5.icc  
22 check:
23         if [ $(top_srcdir) != $(top_builddir) ]; then \
24                 cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
25         fi
26         ./testcms
27         if [ $(top_srcdir) != $(top_builddir) ]; then \
28                 rm -f $(top_builddir)/testbed/*.ic?; \
29         fi