]> Creatis software - gdcm.git/blob - src/Makefile.am
fc59601e4755b8fb984b7d61e77b1a9f58b4b5db
[gdcm.git] / src / Makefile.am
1 &SUBDIRS = jpeg
2
3 LTVERSION = 0:1:0
4
5 lib_LTLIBRARIES = libgdcm.la
6
7 CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \
8            -D__STDC_LIMIT_MACROS  # Refer to stdint.h
9
10 libgdcm_la_LIBADD = \
11    $(top_builddir)/src/jpeg/libijg12/libgdcmijpeg12.la  \
12    $(top_builddir)/src/jpeg/libijg8/libgdcmijpeg8.la    \
13    $(top_builddir)/src/jpeg/ljpg/libgdcmjpg.la 
14
15 libgdcm_la_SOURCES=                \
16    gdcmDicomDir.cxx                \
17    gdcmDicomDirElement.cxx         \
18    gdcmDict.cxx                    \
19    gdcmDictEntry.cxx               \
20    gdcmDictSet.cxx                 \
21    gdcmDirList.cxx                 \
22    gdcmException.cxx               \
23    gdcmFile.cxx                    \
24    gdcmHeader.cxx                  \
25    gdcmHeaderEntry.cxx             \
26    gdcmHeaderHelper.cxx            \
27    gdcmImage.cxx                   \
28    gdcmMeta.cxx                    \
29    gdcmJpeg12.cxx                  \
30    gdcmJpeg2000.cxx                \
31    gdcmJpeg.cxx                    \
32    gdcmObject.cxx                  \
33    gdcmParsePixels.cxx             \
34    gdcmParser.cxx                  \
35    gdcmPatient.cxx                 \
36    gdcmRLE.cxx                     \
37    gdcmSerie.cxx                   \
38    gdcmStudy.cxx                   \
39    gdcmTS.cxx                      \
40    gdcmUtil.cxx                    \
41    gdcmVR.cxx
42
43
44 libgdcmincludedir = $(includedir)
45 libgdcminclude_HEADERS =                \
46         gdcmCommon.h                    \
47         gdcmDicomDir.h                  \
48         gdcmDicomDirElement.h           \
49         gdcmDictEntry.h                 \
50         gdcmDict.h                      \
51         gdcmDictSet.h                   \
52         gdcmDirList.h                   \
53         gdcmException.h                 \
54         gdcmFile.h                      \
55         gdcm.h                          \
56         gdcmHeaderEntry.h               \
57         gdcmHeader.h                    \
58         gdcmHeaderHelper.h              \
59         gdcmImage.h                     \
60         gdcmMeta.h                      \
61         gdcmObject.h                    \
62         gdcmParser.h                    \
63         gdcmPatient.h                   \
64         gdcmSerie.h                     \
65         gdcmStudy.h                     \
66         gdcmVR.h                        \
67         gdcmTS.h
68
69
70 EXTRA_DIST =   \
71         gdcmUtil.h      
72