1# Copyright (C) 1999-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
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
12AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
13ACLOCAL_AMFLAGS = -I m4
14EXTRA_DIST = autogen.sh TODO commoncpp2.spec commoncpp2.spec.in \
15	commoncpp2.list.in commoncpp2.lsm.in autoconf/* \
16	commoncpp2.list COPYING.addendum INSTALL.w32 SUPPORT
17
18MAINTAINERCLEANFILES = configure aclocal.m4 libtool Makefile.in Makefile \
19	config/* commoncpp2.list CommonC++.spec INSTALL
20
21DIST_SUBDIRS = src w32 m4 doc demo tests inc
22if WIN32
23SUBDIRS = inc src doc
24else
25if MSWIN32
26SUBDIRS = inc w32 doc
27else
28SUBDIRS = inc src doc
29endif
30endif
31
32macosx:
33	(cd src ; make macosx)
34
35darwin:
36	(cd src ; make macosx)
37
38
39