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