Tizen 2.0 Release
[external/lcms.git] / Makefile.am
1 #
2 # Top-Level Makefile for building LittleCMS 2
3 #
4
5 # Don't require all the GNU mandated files
6 AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign
7
8 PACKAGE_NAME = @PACKAGE_NAME@
9 PACKAGE_VERSION = @PACKAGE_VERSION@
10
11 # Directories containing Makefiles to 'make'
12 SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed
13
14 # Additional files to distribute
15 EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL NEWS README.1ST lcms2.pc.in
16
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = lcms2.pc
19
20 # Make sure get rid of VC stuff...
21 clean-local:
22         find Projects -name "*.user" | xargs rm -rf
23         find Projects -name "Release" | xargs rm -rf
24         find Projects -name "Debug" | xargs rm -rf
25         find Projects -name "*.aps" | xargs rm -rf
26         find Projects -name "*.suo" | xargs rm -rf
27         find Projects -name "*.log" | xargs rm -rf
28         find Projects -name "*.sdf" | xargs rm -rf
29         find Projects -name "*.opensdf" | xargs rm -rf
30         find Projects -name "*.log" | xargs rm -rf
31         find Projects -name "ipch" | xargs rm -rf