Tizen 2.0 Release
[external/lcms.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3 # Sample debian/rules that uses debhelper.
4 # This file was originally written by Joey Hess and Craig Small.
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
8
9 # Uncomment this to turn on verbose mode.
10 export DH_VERBOSE=1
11 include /usr/share/quilt/quilt.make
12
13 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
14 override_dh_auto_configure:
15         dh_auto_configure -- --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) --prefix=/usr --disable-static
16
17 clean:
18         dh_testdir
19         dh_testroot
20         rm -f build-stamp
21         ./configure --prefix=/usr --disable-static
22         touch config.status
23
24         dh_clean
25         $(MAKE) clean
26         -rm -rf config.log \
27                 config.status
28 #       testbed/aRGBlcms2.icc \
29 #       testbed/bchslcms2.icc \
30 #       testbed/glablcms2.icc \
31 #       testbed/graylcms2.icc \
32 #       testbed/labv2lcms2.icc \
33 #       testbed/labv4lcms2.icc \
34 #       testbed/lcms2cmyk.icc \
35 #       testbed/limitlcms2.icc \
36 #       testbed/linlcms2.icc \
37 #       testbed/nullcms2.icc \
38 #       testbed/sRGBlcms2.icc \
39 #       testbed/xyzlcms2.icc \
40 #       config.log \
41 #       config.status
42         touch config.status
43
44
45 override_dh_auto_test:
46
47 %:
48         dh $@