confexecdir = $(libdir) confexec_DATA = glibwwwConf.sh glibwwwConf.sh: glibwwwConf.sh.in Makefile sed -e 's?\@GLIBWWW_LIBDIR\@?$(GLIBWWW_LIBDIR)?g' \ -e 's?\@GLIBWWW_INCLUDEDIR\@?$(GLIBWWW_INCLUDEDIR)?g' \ -e 's?\@VERSION\@?$(VERSION)?g' \ -e 's?\@GLIBWWW_LIBS\@?$(GLIBWWW_LIBS)?g' \ < $(srcdir)/glibwwwConf.sh.in > glibwwwConf.tmp \ && mv glibwwwConf.tmp glibwwwConf.sh SUBDIRS = macros src EXTRA_DIST = glibwwwConf.sh.in ## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change @MAINT@include macros/macros.dep @MAINT@macros/macros.dep: macros/Makefile.am @MAINT@ cd macros && $(MAKE) macros.dep