/src/common/Makefile.am
Makefile | 34 lines | 25 code | 4 blank | 5 comment | 0 complexity | c6102f2499e4933deca9cf4adde2bc69 MD5 | raw file
1##***************************************************************************** 2## $Id$ 3##***************************************************************************** 4## Process this file with automake to produce Makefile.in. 5##***************************************************************************** 6 7include $(top_srcdir)/config/Make-inc.mk 8 9INCLUDES = \ 10 -I$(top_srcdir) 11 12noinst_LTLIBRARIES = \ 13 libcommon.la 14 15libcommon_la_SOURCES = \ 16 macros.h \ 17 err.c \ 18 err.h \ 19 fd.c \ 20 fd.h \ 21 hostlist.c \ 22 hostlist.h \ 23 list.c \ 24 list.h \ 25 split.c \ 26 split.h \ 27 xmalloc.c \ 28 xmalloc.h \ 29 xpoll.c \ 30 xpoll.h \ 31 xstring.c \ 32 xstring.h \ 33 pipecmd.c \ 34 pipecmd.h