You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
echo "Creating $LOCATION_ROOT/Makefile.am.in...";
|
|
cat << EOF > $LOCATION_ROOT/Makefile.am.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign 1.5
|
|
DISTCLEANFILES = inst-apps
|
|
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
|
|
|
include admin/deps.am
|
|
|
|
include admin/Doxyfile.am
|
|
|