]> Creatis software - gdcm.git/blob - src/jpeg/libijg8/CMakeLists.txt
484dc0a22c8bf9d94e4d04e92a63c8e11a70952f
[gdcm.git] / src / jpeg / libijg8 / CMakeLists.txt
1 # JPEG 8 bits project
2
3 SET(libgdcmijpeg8_la_SOURCES
4 jcapimin.c 
5 jcapistd.c 
6 jctrans.c 
7 jcparam.c
8 jdatadst.c 
9 jcinit.c 
10 jcmaster.c 
11 jcmarker.c 
12 jcmainct.c 
13 jcprepct.c 
14 jccoefct.c 
15 jccolor.c 
16 jcsample.c 
17 jchuff.c 
18 jcphuff.c 
19 jcdctmgr.c # were commented out till here
20 jfdctfst.c 
21 jfdctflt.c 
22 jfdctint.c 
23 jdapimin.c 
24 jdapistd.c 
25 jdtrans.c 
26 jdatasrc.c 
27 jdmaster.c 
28 jdinput.c 
29 jdmarker.c 
30 jdhuff.c 
31 jdphuff.c 
32 jdmainct.c 
33 jdcoefct.c 
34 jdpostct.c 
35 jddctmgr.c 
36 jidctfst.c 
37 jidctflt.c 
38 jidctint.c 
39 jidctred.c 
40 jdsample.c 
41 jdcolor.c 
42 jquant1.c 
43 jquant2.c 
44 jdmerge.c 
45 jcomapi.c 
46 jutils.c 
47 jerror.c 
48 jmemmgr.c 
49 jmemnobs.c 
50 )
51
52 SET(libgdcmijpeg8include_HEADERS
53 jchuff.h  
54 jconfig.h  
55 jdct.h  
56 jdhuff.h  
57 jerror.h  
58 jinclude.h  
59 jmemsys.h  
60 jmorecfg.h  
61 jpegint.h  
62 jpeglib.h  
63 jversion.h 
64 )
65
66 ADD_LIBRARY(gdcmijpeg8 ${libgdcmijpeg8_la_SOURCES})
67
68 #INSTALL_FILES(/include "\\.h$")
69 INSTALL_FILES(/include FILES ${libgdcmijpeg8include_HEADERS})
70 #INSTALL_FILES(/include FILES jconfig.linux jconfig.vc)
71 INSTALL_FILES(/include FILES jconfig.linux)
72
73 INSTALL_TARGETS(/lib/ gdcmijpeg8)