]> Creatis software - gdcm.git/blob - src/Makefile.am
d252f51bffd95a3eb2a61f54870fca8083e0e78a
[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         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         gdcmElValue.h      \
45         gdcmElValSet.h     \
46         gdcmVR.h           \
47         gdcmTS.h           \
48         gdcmFile.h
49
50 EXTRA_DIST =            \
51         gdcmUtil.h      
52