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