]> Creatis software - gdcm.git/blob - src/Makefile.am
2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
[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
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         gdcmJpeg.cxx
31
32 libgdcmincludedir = $(includedir)
33 libgdcminclude_HEADERS = \
34         gdcmException.h \
35         gdcmHeader.h    \
36         gdcmFile.h
37
38 EXTRA_DIST = \
39         gdcmUtil.h      \
40         gdcm.h          \
41         gdcmIdo.h       \
42         gdcmCommon.h    \
43         gdcmDictSet.h   \
44         gdcmDict.h      \
45         gdcmDictEntry.h \
46         gdcmElValue.h   \
47         gdcmElValSet.h  \
48         iddcmjpeg.h