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