1 |
werner |
36 |
# Makefile.am - Top level makefile for WinPT |
2 |
|
|
# Copyright (C) 2005 g10 Code GmbH |
3 |
|
|
# |
4 |
|
|
# This file is free software; as a special exception the author gives |
5 |
|
|
# unlimited permission to copy and/or distribute it, with or without |
6 |
|
|
# modifications, as long as this notice is preserved. |
7 |
|
|
# |
8 |
|
|
# This program is distributed in the hope that it will be useful, but |
9 |
|
|
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the |
10 |
|
|
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
11 |
|
|
|
12 |
|
|
## Process this file with automake to produce Makefile.in |
13 |
|
|
|
14 |
|
|
ACLOCAL_AMFLAGS = -I m4 |
15 |
werner |
47 |
AUTOMAKE_OPTIONS = dist-bzip2 |
16 |
werner |
36 |
|
17 |
werner |
58 |
EXTRA_DIST = autogen.sh README.SVN |
18 |
werner |
36 |
|
19 |
werner |
47 |
SUBDIRS = Gnupg w32gpgme PTD Src Include |
20 |
werner |
36 |
|
21 |
|
|
dist-hook: |
22 |
|
|
echo "$(VERSION)" > $(distdir)/VERSION |
23 |
|
|
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|