1 # Administration utilities Makefile
2 #CPPFLAGS = $(HAVE_LIBREADLINE) -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include -I$(srcdir)/../ -Wall -L../../portals/utils
6 CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include -I$(srcdir)/../ -Wall -L../../portals/utils
7 CPPFLAGS = $(HAVE_LIBREADLINE)
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