blob: c450c3ded1b03bf1f67e586d822817a9a4131d42 [file] [log] [blame] [edit]
# Makefile for scontrol
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)
bin_PROGRAMS = scontrol
scontrol_SOURCES = \
info_job.c \
info_node.c \
info_part.c \
scontrol.c \
scontrol.h \
update_job.c \
update_node.c \
update_part.c
convenience_libs = $(top_builddir)/src/api/libslurmhelper.la
scontrol_LDADD = \
$(convenience_libs) \
$(READLINE_LIBS)
scontrol_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
force:
$(convenience_libs) : force
@cd `dirname $@` && $(MAKE) `basename $@`