Whamcloud - gitweb
Issue# 330: Approver: Andreas - New utility to find files affected by loss of an...
[fs/lustre-release.git] / lustre / utils / Makefile.am
1 # Administration utilities Makefile
2 DEFS=
3
4 CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(PORTALS)/include  -I$(srcdir)/../include -Wall -L$(PORTALSLIB)
5 KFLAGS:=
6 CPPFLAGS = $(HAVE_LIBREADLINE)
7 obdctl_LDADD := $(LIBREADLINE)
8 lctl_LDADD := $(LIBREADLINE) -lptlctl
9 sbin_PROGRAMS = lctl lfind obdctl
10 sbin_SCRIPTS = lconf lmc
11 obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h
12 lctl_SOURCES = parser.c obd.c lctl.c parser.h
13 lfind_SOURCES = lfind.c
14 lfind_CPPFLAGS = -D_XOPEN_SOURCE=500
15 EXTRA_DIST = $(sbin_SCRIPTS)
16
17 include $(top_srcdir)/Rules