blob: cf74d60f83e7a6281539295a3bcf43858c64c345 [file] [log] [blame]
# Makefile for gpu/nrt plugin
AUTOMAKE_OPTIONS = foreign
PLUGIN_FLAGS = -module -avoid-version --export-dynamic
AM_CPPFLAGS = -DSLURM_PLUGIN_DEBUG -I$(top_srcdir) $(NRT_CPPFLAGS)
NRT_SOURCES = gpu_nrt.c
pkglib_LTLIBRARIES = gpu_nrt.la
gpu_nrt_la_SOURCES = $(NRT_SOURCES)
gpu_nrt_la_LDFLAGS = $(PLUGIN_FLAGS)
gpu_nrt_la_LIBADD = ../common/libgpu_common.la