]> Creatis software - gdcm.git/blob - Makefile.am
* vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
[gdcm.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = src gdcmPython Test Dicts Doc vtk
4
5
6 EXTRA_DIST = \
7         AUTHORS \
8         ChangeLog \
9         COPYING \
10         INSTALL \
11         NEWS \
12         README \
13         TODO \
14         gdcm.spec
15
16 release:
17         $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)
18
19 snapshot:
20         $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`