1 ipsec_PROGRAMS = stroke
3 stroke_SOURCES = stroke.c stroke_msg.h stroke_keywords.c stroke_keywords.h
4 INCLUDES = -I$(top_srcdir)/src/libstrongswan
5 EXTRA_DIST = stroke_keywords.txt
6 MAINTAINERCLEANFILES = stroke_keywords.c
7 AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
9 stroke_keywords.c: stroke_keywords.txt stroke_keywords.h
10 $(GPERF) -C -G -t < stroke_keywords.txt > stroke_keywords.c