aboutsummaryrefslogtreecommitdiff
path: root/po/Makevars
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makevars')
-rw-r--r--po/Makevars31
1 files changed, 31 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars
index 5b2468e3..0325c716 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -80,3 +80,34 @@ PO_DEPENDS_ON_POT = yes
80# "no". Set this to no if the POT file and PO files are maintained 80# "no". Set this to no if the POT file and PO files are maintained
81# externally. 81# externally.
82DIST_DEPENDS_ON_UPDATE_PO = yes 82DIST_DEPENDS_ON_UPDATE_PO = yes
83
84# Hacks for MHD
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86
87$(top_builddir)/po-config.status: $(srcdir)/po-configure.ac.in $(top_srcdir)/configure.ac
88 @echo "cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) po-config.status" && \
89 $(am__cd) '$(top_builddir)' && $(MAKE) $(AM_MAKEFLAGS) po-config.status
90
91$(srcdir)/POTFILES.in: $(top_srcdir)/src/microhttpd/Makefile.am
92 @echo "cd $(top_srcdir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in" && \
93 $(am__cd) '$(top_srcdir)/src/microhttpd' && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in
94
95$(srcdir)/stamp-m.in:
96 @: > '$@'
97
98stamp-m: $(srcdir)/Makefile.in.in $(srcdir)/Makevars $(top_builddir)/po-config.status $(srcdir)/POTFILES.in $(srcdir)/stamp-m.in
99 @$(am__cd) $(top_builddir) \
100 && $(MHD_CONFIG_SHELL) ./po-config.status po/stamp-m po/Makefile.in po-directories
101
102.DELETE_ON_ERROR: stamp-m
103
104$(srcdir)/$(MHD_AUX_DIR)/install-sh: $(topsrcdir)/$(MHD_AUX_DIR)/install-sh
105 @$(MKDIR_P) '$(topsrcdir)/$(MHD_AUX_DIR)'
106 cp -f '$(topsrcdir)/$(MHD_AUX_DIR)/install-sh' '$@'
107
108mostlyclean: mostlycleancustom
109mostlycleancustom:
110 -rm -f stamp-m Makefile.in po-configure.ac
111 -rm -f $(top_builddir)/po-config.status
112
113.PHONY: mostlycleancustom