X-Git-Url: http://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/5e1322cdcfb78f72b5de64b69c04dd9c93a15667..77cc9b39a4f04f95767a5186189ebf282cdadfe9:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 3d9b938..891cc75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,10 +20,11 @@ AM_CFLAGS = $(LIBGERBV_CFLAGS) $(CNEARTREE_CFLAGS) bin_PROGRAMS = slotifier -slotifier_SOURCES = src/slotifier.c +slotifier_SOURCES = src/slotifier.c src/options.h slotifier_LDADD = $(LIBGERBV_LIBS) $(CNEARTREE_LIBS) libgnu.a \ $(LTLIBICONV) $(LTLIBINTL) $(HYPOT_LIBM) $(slotifier_OBJECTS): $(gnulib_headers) +$(slotifier_OBJECTS): src/options.h dist_man_MANS = doc/slotifier.1 @@ -78,6 +79,14 @@ distcheck-hook: echo ' *** Remember to update NEWS before preparing a release.'; \ $(TEST_DISTRIBUTION_OR_ERROR); } >&2 +OPTFILES = src/options.opt +.opt.h: + $(AM_V_GEN) $(AWK) -f $(DX_BASEDIR)/scripts/gen-options.awk $< >$@.tmp + $(AM_V_at) mv -f $@.tmp $@ +$(OPTFILES:.opt=.h): $(DX_BASEDIR)/scripts/gen-options.awk +MAINTAINERCLEANFILES += $(OPTFILES:.opt=.h) +EXTRA_DIST += $(DX_BASEDIR)/scripts/gen-options.awk $(OPTFILES) + # Supporting rules for gettext. include $(top_srcdir)/common/snippet/gettext.mk noinst_DATA = $(MOFILES)