X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=lib%2FMakefile.in;h=13676a94b1c1a22d65184b6b31b1aef838001336;hb=fa90006f17c34ed5bf10ba6f228fdab47660238d;hp=d462ea81a8d319a19086cfecde4a6a634d7bc1da;hpb=280fdac2bc2146a73282b47b2c7ce66c19a0d3f2;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/lib/Makefile.in b/lib/Makefile.in index d462ea8..13676a9 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -111,9 +111,13 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -EXTRALIBRARIES = easydialog.sh -EXTRA_DIST = Makefile.am $(EXTRALIBRARIES) -dist_pkglib_DATA = $(EXTRALIBRARIES) +EXTRA_DIST = easydialog.in parseini.in tools.in vserver.in +GENERATED_FILES = easydialog parseini tools vserver +dist_pkglib_DATA = $(GENERATED_FILES) +CLEANFILES = $(GENERATED_FILES) +edit = sed \ + -e "s,@BASH\@,$(BASH),g" + all: all-am .SUFFIXES: @@ -222,6 +226,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) @@ -285,6 +290,22 @@ uninstall-am: uninstall-dist_pkglibDATA uninstall-info-am pdf-am ps ps-am uninstall uninstall-am \ uninstall-dist_pkglibDATA uninstall-info-am + +easydialog: + rm -f easydialog + $(edit) easydialog.in > easydialog + +parseini: + rm -f parseini + $(edit) parseini.in > parseini + +tools: + rm -f tools + $(edit) tools.in > tools + +vserver: + rm -f vserver + $(edit) vserver.in > vserver # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: