tizen 2.4 release
[framework/security/smack.git] / utils / smackload-fast / Makefile.am
1 instdir = ${bindir}
2 bin_PROGRAMS = smackload-fast
3 noinst_PROGRAMS = genmodes
4
5 genmodes_SOURCES = genmodes.c
6 smackload_fast_SOURCES = main.c input.c output.c common.h
7 nodist_smackload_fast_SOURCES = modes.h
8
9 output.$(OBJEXT): modes.h
10 CLEANFILES = modes.h
11
12 modes.h: genmodes
13         ./genmodes > $@