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