blob: e87d54da616b0778e6491f19fc60f743ee9c3ac5 [file]
#
# Makefile for sprio
AUTOMAKE_OPTIONS = foreign
AM_CPPFLAGS = -I$(top_srcdir)
bin_PROGRAMS = sprio
sprio_LDADD = $(LIB_SLURM)
sprio_DEPENDENCIES = $(LIB_SLURM_BUILD)
noinst_HEADERS = sprio.h print.h
sprio_SOURCES = sprio.c print.c opts.c sort.c filter.c
REF = help.txt usage.txt
include $(top_srcdir)/make_ref.include
noinst_LTLIBRARIES = $(LIB_REF)
EXTRA_sprio_DEPENDENCIES = $(LIB_REF)
sprio_LDADD += $(LIB_REF)
force:
$(sprio_DEPENDENCIES) : force
@cd `dirname $@` && $(MAKE) `basename $@`
sprio_LDFLAGS = $(CMD_LDFLAGS)