]> Creatis software - gdcm.git/blob - src/Makefile.am
a43bce8791d308516852ca43fb2e35fafe62e84c
[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    gdcmDict.cxx                    \
18    gdcmDictEntry.cxx               \
19    gdcmDictSet.cxx                 \
20    gdcmDirList.cxx                 \
21    gdcmException.cxx               \
22    gdcmFile.cxx                    \
23    gdcmHeader.cxx                  \
24    gdcmHeaderEntry.cxx             \
25    gdcmHeaderHelper.cxx            \
26    gdcmImage.cxx                   \
27    gdcmJpeg12.cxx                  \
28    gdcmJpeg2000.cxx                \
29    gdcmJpeg.cxx                    \
30    gdcmObject.cxx                  \
31    gdcmParsePixels.cxx             \
32    gdcmParser.cxx                  \
33    gdcmPatient.cxx                 \
34    gdcmRLE.cxx                     \
35    gdcmSerie.cxx                   \
36    gdcmStudy.cxx                   \
37    gdcmTS.cxx                      \
38    gdcmUtil.cxx                    \
39    gdcmVR.cxx 
40
41
42 libgdcmincludedir = $(includedir)
43 libgdcminclude_HEADERS =                \
44         gdcmCommon.h                    \
45         gdcmDicomDir.h                  \
46         gdcmDictEntry.h                 \
47         gdcmDict.h                      \
48         gdcmDictSet.h                   \
49         gdcmDirList.h                   \
50         gdcmException.h                 \
51         gdcmFile.h                      \
52         gdcm.h                          \
53         gdcmHeaderEntry.h               \
54         gdcmHeader.h                    \
55         gdcmHeaderHelper.h              \
56         gdcmImage.h                     \
57         gdcmObject.h                    \
58         gdcmParser.h                    \
59         gdcmPatient.h                   \
60         gdcmSerie.h                     \
61         gdcmStudy.h                     \
62         gdcmVR.h                        \
63         gdcmTS.h                      
64
65
66 EXTRA_DIST =   \
67         gdcmUtil.h      
68