# $Id$ # # PSNC DRMAA for LoadLeveler # Copyright (C) 2010 Poznan Supercomputing and Networking Center # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ autoclean.sh \ autogen.sh \ m4/missing-dev-prog.sh \ m4/acx_pthread.m4 \ m4/ax_gcc_warnings.m4 \ m4/libtool.m4 \ m4/ltsugar.m4 \ m4/lt~obsolete.m4 \ m4/ax_docutils.m4 \ m4/ax_ll.m4 \ m4/ltoptions.m4 \ m4/ltversion.m4 \ drmaa_utils/m4/ac_c_bigendian_cross.m4 \ drmaa_utils/m4/acx_pthread.m4 \ drmaa_utils/m4/ax_docutils.m4 \ drmaa_utils/m4/ax_func_gettid.m4 \ drmaa_utils/m4/ax_func_va_copy.m4 \ drmaa_utils/m4/ax_gcc_warnings.m4 \ drmaa_utils/m4/ax_gperf.m4 \ drmaa_utils/m4/bison_ylwrap.sh \ drmaa_utils/m4/libtool.m4 \ drmaa_utils/m4/lt~obsolete.m4 \ drmaa_utils/m4/ltoptions.m4 \ drmaa_utils/m4/ltsugar.m4 \ drmaa_utils/m4/ltversion.m4 \ drmaa_utils/m4/missing-dev-prog.sh SUBDIRS = drmaa_utils ll_drmaa