Whamcloud - gitweb
b=191
[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 lstripe 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 lstripe_SOURCES = lstripe.c
15 lfind_CPPFLAGS = -D_XOPEN_SOURCE=500
16 EXTRA_DIST = $(sbin_SCRIPTS)
17
18 include $(top_srcdir)/Rules