source: trunk/slurm_drmaa/Makefile.am @ 1

Revision 1, 1.2 KB checked in by mmatloka, 14 years ago (diff)

init commit

Line 
1# $Id: Makefile.am 349 2010-09-30 12:20:44Z mmatloka $
2#
3# PSNC DRMAA for LoadLeveler
4# Copyright (C) 2010 Poznan Supercomputing and Networking Center
5#
6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18#
19
20
21
22lib_LTLIBRARIES = libdrmaa.la
23libdrmaa_la_SOURCES = \
24 drmaa.c \
25 job.c job.h \
26 session.c session.h \
27 util.c util.h
28libdrmaa_la_CPPFLAGS = @SLURM_INCLUDES@ -I$(top_srcdir)/drmaa_utils/
29if GCC
30libdrmaa_la_CPPFLAGS += -Wno-long-long
31endif
32
33libdrmaa_la_LIBADD = ../drmaa_utils/drmaa_utils/libdrmaa_utils.la @SLURM_LIBS@
34libdrmaa_la_LDFLAGS = @SLURM_LDFLAGS@ -version-info @SLURM_DRMAA_VERSION_INFO@
35
36dist_sysconf_DATA = slurm_drmaa.conf.example
Note: See TracBrowser for help on using the repository browser.