Whamcloud - gitweb
- add an argument to select which tests to run
[fs/lustre-release.git] / lustre / snapfs / utils / Makefile.am
1 # Administration utilities Makefile
2 #CPPFLAGS = $(HAVE_LIBREADLINE) -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include  -I$(srcdir)/../ -Wall -L../../portals/utils
3 #CFLAGS:= -g -O2 
4 DEFS=
5
6 CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include  -I$(srcdir)/../ -Wall -L../../portals/utils
7 CPPFLAGS = $(HAVE_LIBREADLINE)
8 KFLAGS:=
9 noinst_PROGRAMS = snapconf
10 snapconf_LDADD := $(LIBREADLINE)  -ltermcap
11 snapconf_SOURCES = parser.c snapctl.c snapconf.c parser.h snapctl.h
12 include $(top_srcdir)/Rules
13