[20] | 1 | # $Id$ |
---|
[1] | 2 | # |
---|
| 3 | # PSNC DRMAA for LoadLeveler |
---|
| 4 | # Copyright (C) 2010 Poznan Supercomputing and Networking Center |
---|
| 5 | # |
---|
| 6 | # Licensed under the Apache License, Version 2.0 (the "License"); |
---|
| 7 | # you may not use this file except in compliance with the License. |
---|
| 8 | # You may obtain a copy of the License at |
---|
| 9 | # |
---|
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
---|
| 11 | # |
---|
| 12 | # Unless required by applicable law or agreed to in writing, software |
---|
| 13 | # distributed under the License is distributed on an "AS IS" BASIS, |
---|
| 14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
---|
| 15 | # See the License for the specific language governing permissions and |
---|
| 16 | # limitations under the License. |
---|
| 17 | # |
---|
| 18 | |
---|
| 19 | ACLOCAL_AMFLAGS = -I m4 |
---|
| 20 | EXTRA_DIST = \ |
---|
| 21 | autoclean.sh \ |
---|
| 22 | autogen.sh \ |
---|
[24] | 23 | m4/missing-dev-prog.sh \ |
---|
| 24 | m4/acx_pthread.m4 \ |
---|
| 25 | m4/ax_gcc_warnings.m4 \ |
---|
| 26 | m4/libtool.m4 \ |
---|
| 27 | m4/ltsugar.m4 \ |
---|
| 28 | m4/lt~obsolete.m4 \ |
---|
| 29 | m4/ax_docutils.m4 \ |
---|
| 30 | m4/ax_ll.m4 \ |
---|
| 31 | m4/ltoptions.m4 \ |
---|
| 32 | m4/ltversion.m4 \ |
---|
| 33 | drmaa_utils/m4/ac_c_bigendian_cross.m4 \ |
---|
| 34 | drmaa_utils/m4/acx_pthread.m4 \ |
---|
| 35 | drmaa_utils/m4/ax_docutils.m4 \ |
---|
| 36 | drmaa_utils/m4/ax_func_gettid.m4 \ |
---|
| 37 | drmaa_utils/m4/ax_func_va_copy.m4 \ |
---|
| 38 | drmaa_utils/m4/ax_gcc_warnings.m4 \ |
---|
| 39 | drmaa_utils/m4/ax_gperf.m4 \ |
---|
| 40 | drmaa_utils/m4/bison_ylwrap.sh \ |
---|
| 41 | drmaa_utils/m4/libtool.m4 \ |
---|
| 42 | drmaa_utils/m4/lt~obsolete.m4 \ |
---|
| 43 | drmaa_utils/m4/ltoptions.m4 \ |
---|
| 44 | drmaa_utils/m4/ltsugar.m4 \ |
---|
| 45 | drmaa_utils/m4/ltversion.m4 \ |
---|
| 46 | drmaa_utils/m4/missing-dev-prog.sh |
---|
[1] | 47 | |
---|
[18] | 48 | SUBDIRS = drmaa_utils ll_drmaa |
---|
[24] | 49 | |
---|
| 50 | |
---|