]> Creatis software - gdcm.git/blob - src/Makefile.am
* src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
[gdcm.git] / src / Makefile.am
1 #
2 # Targets
3 #
4
5 # Before making a release, the LTVERSION string should be modified.
6 # The string is of the form C:R:A.
7 # - If interfaces have been changed or added, but binary compatibility has
8 #   been preserved, change to C+1:0:A+1
9 # - If binary compatibility has been broken (eg removed or changed interfaces)
10 #   change to C+1:0:0
11 # - If the interface is the same as the previous version, change to C:R+1:A
12
13 LTVERSION = 0:1:0
14
15 lib_LTLIBRARIES = libgdcm.la
16
17 CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \
18            -D__STDC_LIMIT_MACROS  # Refer to stdint.h
19
20 libgdcm_la_SOURCES=             \
21         gdcmException.cxx       \
22         gdcmUtil.cxx            \
23         gdcmHeader.cxx    \
24         gdcmElValue.cxx   \
25         gdcmDictEntry.cxx \
26         gdcmDict.cxx      \
27         gdcmDictSet.cxx   \
28         gdcmElValSet.cxx  \
29         gdcmHeaderIdo.cxx \
30         gdcmFile.cxx    \
31         gdcmJpeg.cxx
32
33 libgdcmincludedir = $(includedir)
34 libgdcminclude_HEADERS = \
35         gdcmException.h \
36         gdcmHeader.h    \
37         gdcmFile.h
38
39 EXTRA_DIST = \
40         gdcmUtil.h      \
41         gdcm.h          \
42         gdcmIdo.h       \
43         gdcmCommon.h    \
44         gdcmDictSet.h   \
45         gdcmDict.h      \
46         gdcmDictEntry.h \
47         gdcmElValue.h   \
48         gdcmElValSet.h  \
49         iddcmjpeg.h