Searched refs:pkgdatadir (Results 1 - 12 of 12) sorted by relevance

/external/bison/data/
H A DMakefile.am22 m4sugardir = $(pkgdatadir)/m4sugar
H A DMakefile20 pkgdatadir = $(datadir)/bison macro
84 am__installdirs = "$(DESTDIR)$(m4sugardir)" "$(DESTDIR)$(pkgdatadir)"
217 m4sugardir = $(pkgdatadir)/m4sugar
271 test -z "$(pkgdatadir)" || $(mkdir_p) "$(DESTDIR)$(pkgdatadir)"
275 echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
276 $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
283 echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
284 rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
325 for dir in "$(DESTDIR)$(m4sugardir)" "$(DESTDIR)$(pkgdatadir)"; d
[all...]
/external/icu4c/config/
H A DMakefile.inc.in153 pkgdatadir = $(datadir)/$(PACKAGE)$(ICULIBSUFFIX)/$(VERSION)
193 INSTALL = $(SHELL) $(pkgdatadir)/install-sh -c
204 MKINSTALLDIRS = $(SHELL) $(pkgdatadir)/mkinstalldirs
247 ICUDATA_DIR = $(pkgdatadir)
253 ICUDATA_DIR = $(pkgdatadir)
258 ICUDATA_DIR = $(pkgdatadir)
284 include $(pkgdatadir)/config/@platform_make_fragment_name@
/external/bison/src/
H A Doutput.c517 char const *pkgdatadir = (p = getenv ("BISON_PKGDATADIR")) ? p : PKGDATADIR;
519 size_t pkgdatadirlen = strlen (pkgdatadir);
520 while (pkgdatadirlen && pkgdatadir[pkgdatadirlen - 1] == '/')
525 strcpy (full_skeleton, pkgdatadir);
624 char const *pkgdatadir = getenv ("BISON_PKGDATADIR");
625 MUSCLE_INSERT_STRING ("pkgdatadir", pkgdatadir ? pkgdatadir : PKGDATADIR);
516 char const *pkgdatadir = (p = getenv ("BISON_PKGDATADIR")) ? p : PKGDATADIR; local
623 char const *pkgdatadir = getenv ("BISON_PKGDATADIR"); local
H A DMakefile21 pkgdatadir = $(datadir)/bison macro
134 DEFS = -DHAVE_CONFIG_H -DPKGDATADIR=\"$(pkgdatadir)\" \
/external/libogg/win32/
H A DMakefile36 pkgdatadir = $(datadir)/libogg macro
/external/bison/build-aux/
H A DMakefile19 pkgdatadir = $(datadir)/bison macro
/external/bison/tests/
H A DMakefile19 pkgdatadir = $(datadir)/bison macro
/external/bison/
H A DMakefile20 pkgdatadir = $(datadir)/bison macro
/external/bison/doc/
H A DMakefile19 pkgdatadir = $(datadir)/bison macro
/external/bison/examples/
H A DMakefile20 pkgdatadir = $(datadir)/bison macro
/external/bison/lib/
H A DMakefile20 pkgdatadir = $(datadir)/bison macro

Completed in 173 milliseconds