]> Creatis software - gdcm.git/blob - Makefile.am
ea35b2203bc0c2e5be6ff4b0ca17b7545a5aefbd
[gdcm.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = src gdcmPython Test Dicts Doc
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"`