]> Creatis software - gdcm.git/blob - src/Makefile.am
* Clean up of previous JPR garbage commit (not even commented in the
[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/libijg8/libgdcmijpeg8.la
12
13 libgdcm_la_SOURCES=             \
14         gdcmException.cxx       \
15         gdcmUtil.cxx            \
16         gdcmHeader.cxx    \
17         gdcmElValue.cxx   \
18         gdcmDictEntry.cxx \
19         gdcmDict.cxx      \
20         gdcmDictSet.cxx   \
21         gdcmElValSet.cxx  \
22         gdcmHeaderIdo.cxx \
23         gdcmFile.cxx    \
24         gdcmVR.cxx      \
25         gdcmTS.cxx      \
26         gdcmJpeg.cxx    \
27         gdcmJpegIdo.cxx
28
29 libgdcmincludedir = $(includedir)
30 libgdcminclude_HEADERS = \
31         gdcmException.h \
32         gdcmHeader.h    \
33         gdcmCommon.h    \
34         gdcm.h          \
35         gdcmDictSet.h   \
36         gdcmDict.h      \
37         gdcmDictEntry.h \
38         gdcmElValue.h   \
39         gdcmElValSet.h  \
40         gdcmVR.h        \
41         gdcmTS.h        \
42         gdcmFile.h
43
44 EXTRA_DIST = \
45         gdcmUtil.h      \
46         gdcmIdo.h       \
47         iddcmjpeg.h