# $Id: Makefile.am 144 2010-05-02 15:01:09Z mmatloka $ # # 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. # lib_LTLIBRARIES = libdrmaa.la libdrmaa_la_SOURCES = \ drmaa.c \ job.c job.h \ session.c session.h \ util.c util.h libdrmaa_la_CPPFLAGS = @LL_INCLUDES@ -I$(top_srcdir)/drmaa_utils/ if GCC libdrmaa_la_CPPFLAGS += -Wno-long-long endif libdrmaa_la_LIBADD = ../drmaa_utils/drmaa_utils/libdrmaa_utils.la @LL_LIBS@ libdrmaa_la_LDFLAGS = @LL_LDFLAGS@ -version-info @LL_DRMAA_VERSION_INFO@ bin_PROGRAMS = monitor monitor_SOURCES = monitor.c monitor_CPPFLAGS = -I$(top_srcdir)/drmaa_utils dist_sysconf_DATA = ll_drmaa.conf.example