]> Creatis software - gdcm.git/blob - src/Makefile.am
Add JPEG 6b files
[gdcm.git] / src / Makefile.am
1 #
2 # Targets
3 #
4
5 # Before making a release, the LTVERSION string should be modified.
6 # The string is of the form C:R:A.
7 # - If interfaces have been changed or added, but binary compatibility has
8 #   been preserved, change to C+1:0:A+1
9 # - If binary compatibility has been broken (eg removed or changed interfaces)
10 #   change to C+1:0:0
11 # - If the interface is the same as the previous version, change to C:R+1:A
12
13 LTVERSION = 0:1:0
14
15 lib_LTLIBRARIES = libgdcm.la
16
17 CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \
18            -D__STDC_LIMIT_MACROS  # Refer to stdint.h
19
20 libgdcm_la_SOURCES=             \
21         gdcmException.cxx       \
22         gdcmUtil.cxx            \
23         gdcmHeader.cxx    \
24         gdcmElValue.cxx   \
25         gdcmDictEntry.cxx \
26         gdcmDict.cxx      \
27         gdcmDictSet.cxx   \
28         gdcmElValSet.cxx  \
29         gdcmHeaderIdo.cxx \
30         gdcmFile.cxx    \
31         gdcmVR.cxx      \
32         gdcmTS.cxx      \
33         gdcmJpeg.cxx    \
34         gdcmJpegIdo.cxx \
35 jcapimin.c \
36 jcapistd.c \
37 jctrans.c \
38 jcparam.c \
39 jdatadst.c \
40 jcinit.c \
41 jcmaster.c \
42 jcmarker.c \
43 jcmainct.c \
44 jcprepct.c \
45 jccoefct.c \
46 jccolor.c \
47 jcsample.c \
48 jchuff.c \
49 jcphuff.c \
50 jcdctmgr.c \
51 jfdctfst.c \
52 jfdctflt.c \
53 jfdctint.c \
54 jdapimin.c \
55 jdapistd.c \
56 jdtrans.c \
57 jdatasrc.c \
58 jdmaster.c \
59 jdinput.c \
60 jdmarker.c \
61 jdhuff.c \
62 jdphuff.c \
63 jdmainct.c \
64 jdcoefct.c \
65 jdpostct.c \
66 jddctmgr.c \
67 jidctfst.c \
68 jidctflt.c \
69 jidctint.c \
70 jidctred.c \
71 jdsample.c \
72 jdcolor.c \
73 jquant1.c \
74 jquant2.c \
75 jdmerge.c \
76 jcomapi.c \
77 jutils.c \
78 jerror.c \
79 jmemmgr.c \
80 jmemnobs.c
81
82 libgdcmincludedir = $(includedir)
83 libgdcminclude_HEADERS = \
84         gdcmException.h \
85         gdcmHeader.h    \
86         gdcmCommon.h    \
87         gdcm.h          \
88         gdcmDictSet.h   \
89         gdcmDict.h      \
90         gdcmDictEntry.h \
91         gdcmElValue.h   \
92         gdcmElValSet.h  \
93         gdcmVR.h        \
94         gdcmTS.h        \
95         gdcmFile.h \
96 jchuff.h  \
97 jconfig.h  \
98 jdct.h  \
99 jdhuff.h  \
100 jerror.h  \
101 jinclude.h  \
102 jmemsys.h  \
103 jmorecfg.h  \
104 jpegint.h  \
105 jpeglib.h  \
106 jversion.h
107
108 EXTRA_DIST = \
109         gdcmUtil.h      \
110         gdcmIdo.h       \
111         iddcmjpeg.h