]> Creatis software - gdcm.git/blob - src/Makefile.am
* removal of class gdcmHeaderEntrySet
[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    gdcmException.cxx               \
17    gdcmUtil.cxx                    \
18    gdcmHeader.cxx                  \
19    gdcmHeader2.cxx                  \
20    gdcmHeaderHelper.cxx         \
21    gdcmHeaderEntry.cxx          \
22    gdcmDictEntry.cxx               \
23    gdcmDict.cxx                    \
24    gdcmDictSet.cxx                      \
25    gdcmFile.cxx                    \
26    gdcmVR.cxx                      \
27    gdcmTS.cxx                      \
28    gdcmJpeg.cxx                    \
29    gdcmJpeg12.cxx                  \
30    gdcmJpeg2000.cxx                \
31    gdcmRLE.cxx                     \
32    gdcmParse.cxx
33
34 libgdcmincludedir = $(includedir)
35 libgdcminclude_HEADERS =                \
36         gdcmException.h                 \
37         gdcmHeader.h                    \
38         gdcmHeaderHelper.h              \
39         gdcmCommon.h                    \
40         gdcm.h                          \
41         gdcmDictSet.h                   \
42         gdcmDict.h                      \
43         gdcmDictEntry.h                 \
44         gdcmHeaderEntry.h               \
45         gdcmVR.h                        \
46         gdcmTS.h                        \
47         gdcmFile.h
48
49 EXTRA_DIST =   \
50         gdcmUtil.h      
51