]> Creatis software - gdcm.git/blob - src/jpeg/libijg12/CMakeLists.txt
ENH: dos2unix CMakeLists.txt to allow diffing of directory with VTK + remove tabs
[gdcm.git] / src / jpeg / libijg12 / CMakeLists.txt
1 #-----------------------------------------------------------------------------
2 # Build jpeg lib for 12 bits:
3
4 SET(libgdcmijpeg12_la_SOURCES
5   jcapimin12.c
6   jcapistd12.c
7   jctrans12.c
8   jcparam12.c
9   jdatadst12.c
10   jcinit12.c
11   jcmaster12.c
12   jcmarker12.c
13   jcmainct12.c
14   jcprepct12.c
15   jccoefct12.c
16   jccolor12.c
17   jcsample12.c
18   jchuff12.c
19   jcphuff12.c
20   jcdctmgr12.c
21   jfdctfst12.c
22   jfdctflt12.c
23   jfdctint12.c
24   jdapimin12.c
25   jdapistd12.c
26   jdtrans12.c
27   jdatasrc12.c
28   jdmaster12.c
29   jdinput12.c
30   jdmarker12.c
31   jdhuff12.c
32   jdphuff12.c
33   jdmainct12.c
34   jdcoefct12.c
35   jdpostct12.c
36   jddctmgr12.c
37   jidctfst12.c
38   jidctflt12.c
39   jidctint12.c
40   jidctred12.c
41   jdsample12.c
42   jdcolor12.c
43   jquant112.c
44   jquant212.c
45   jdmerge12.c
46   jcomapi12.c
47   jutils12.c
48   jerror12.c
49   jmemmgr12.c
50   jmemnobs12.c
51 )
52
53 SET(libgdcmijpeg12include_HEADERS
54   jchuff12.h
55   jconfig12.h
56   jdct12.h
57   jdhuff12.h
58   jerror12.h
59   jinclude12.h
60   jmemsys12.h
61   jmorecfg12.h
62   jpegint12.h
63   jpeglib12.h
64   jversion12.h
65 )
66
67 #EXTRA_DIST = \
68 #   jconfig.linux \
69 #   jconfig.vc
70
71 ADD_LIBRARY(gdcmijpeg12 ${libgdcmijpeg12_la_SOURCES})
72
73 #INSTALL_FILES(/include "\\.h$")
74 INSTALL_FILES(/include FILES ${libgdcmijpeg12include_HEADERS})
75 #INSTALL_FILES(/include FILES jconfig.linux jconfig.vc)
76 INSTALL_FILES(/include FILES jconfig.linux)
77
78 INSTALL_TARGETS(/lib/ gdcmijpeg12)