]> Creatis software - gdcm.git/blob - src/Makefile.am
some more 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    gdcmDicomDirImage.cxx           \
19    gdcmDicomDirMeta.cxx            \
20    gdcmDicomDirPatient.cxx         \
21    gdcmDicomDirSerie.cxx           \
22    gdcmDicomDirStudy.cxx           \
23    gdcmDict.cxx                    \
24    gdcmDictEntry.cxx               \
25    gdcmDictSet.cxx                 \
26    gdcmDirList.cxx                 \
27    gdcmException.cxx               \
28    gdcmFile.cxx                    \
29    gdcmHeader.cxx                  \
30    gdcmHeaderEntry.cxx             \
31    gdcmHeaderHelper.cxx            \
32    gdcmJpeg12.cxx                  \
33    gdcmJpeg2000.cxx                \
34    gdcmJpeg.cxx                    \
35    gdcmObject.cxx                  \
36    gdcmParsePixels.cxx             \
37    gdcmParser.cxx                  \
38    gdcmRLE.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         gdcmDicomDirImage.h             \
50         gdcmDicomDirMeta.h              \
51         gdcmDicomDirPatient.h           \
52         gdcmDicomDirSerie.h             \
53         gdcmDicomDirStudy.h             \
54         gdcmDictEntry.h                 \
55         gdcmDict.h                      \
56         gdcmDictSet.h                   \
57         gdcmDirList.h                   \
58         gdcmException.h                 \
59         gdcmFile.h                      \
60         gdcm.h                          \
61         gdcmHeaderEntry.h               \
62         gdcmHeader.h                    \
63         gdcmHeaderHelper.h              \
64         gdcmObject.h                    \
65         gdcmParser.h                    \
66         gdcmVR.h                        \
67         gdcmTS.h
68
69 EXTRA_DIST =   \
70         gdcmUtil.h
71