]> Creatis software - gdcm.git/blob - src/Makefile.am
ae54fef0bf5a795d27f15a5114ff52a9f68b99a0
[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 libgdcm_la_SOURCES=             \
18         gdcmException.cxx       \
19         gdcmUtil.cxx            \
20         gdcmHeader.cxx    \
21         gdcmElValue.cxx   \
22         gdcmDictEntry.cxx \
23         gdcmDict.cxx      \
24         gdcmDictSet.cxx   \
25         gdcmElValSet.cxx  \
26         gdcmHeaderIdo.cxx \
27         gdcmFile.cxx
28
29 libgdcmincludedir = $(includedir)
30 libgdcminclude_HEADERS =        \
31         config.h        \
32         gdcm.h          \
33         gdcmException.h \
34         gdcmIdo.h       \
35         gdcmUtil.h