2005-12-08 14:34:17 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I cf
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.7
|
|
|
|
|
2006-04-08 11:25:18 +00:00
|
|
|
SUBDIRS = include common doc
|
2005-12-06 15:36:31 +00:00
|
|
|
|
2006-07-12 08:42:49 +00:00
|
|
|
EXTRA_DIST = _autosetup.sh
|
|
|
|
|
2005-12-06 15:36:31 +00:00
|
|
|
if WITH_BOINC
|
|
|
|
SUBDIRS += boinc
|
|
|
|
endif
|
|
|
|
|
2006-04-10 07:39:48 +00:00
|
|
|
if WITH_CONDOR
|
|
|
|
SUBDIRS += condor
|
|
|
|
endif
|
|
|
|
|
2005-12-06 15:36:31 +00:00
|
|
|
if WITH_LOCAL
|
|
|
|
SUBDIRS += local
|
|
|
|
endif
|
2006-11-16 12:08:15 +00:00
|
|
|
|
2007-02-21 19:58:28 +00:00
|
|
|
if HAVE_JAVA
|
|
|
|
SUBDIRS += java
|
|
|
|
endif
|
|
|
|
|
2006-11-16 12:08:15 +00:00
|
|
|
aclocaldir = $(datadir)/aclocal
|
2009-10-26 11:23:05 +00:00
|
|
|
dist_aclocal_DATA = dcapi.m4
|