Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / snapfs / utils / Makefile.am
index 1487ee1..e6fcc25 100644 (file)
@@ -1,8 +1,13 @@
 # Administration utilities Makefile
+#CPPFLAGS = $(HAVE_LIBREADLINE) -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include  -I$(srcdir)/../ -Wall -L../../portals/utils
+#CFLAGS:= -g -O2 
+DEFS=
 
-if SNAPFS
+CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include  -I$(srcdir)/../ -Wall -L../../portals/utils
+CPPFLAGS = $(HAVE_LIBREADLINE)
+KFLAGS:=
 noinst_PROGRAMS = snapconf
 snapconf_LDADD := $(LIBREADLINE)  -ltermcap
-endif
-
 snapconf_SOURCES = parser.c snapctl.c snapconf.c parser.h snapctl.h
+include $(top_srcdir)/Rules
+