1
1
openmpi/src/lam/util/Makefile.am

34 строки
454 B
Makefile
Исходник Обычный вид История

# -*- makefile -*-
#
# $HEADER$
#
include $(top_srcdir)/config/Makefile.options
noinst_LTLIBRARIES = libutil.la
# Source code files
headers = \
argv.h \
lam_log.h \
malloc.h \
reactor.h \
strncpy.h
libutil_la_SOURCES = \
$(headers) \
argv.c \
lam_log.c \
reactor.c \
strncpy.c
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam/lam/util
lam_HEADERS = $(headers)
else
lamdir = $(includedir)
endif