Lines Matching +full:local +full:- +full:dir
5 ## * Copyright (C) 1999-2014, International Business Machines
9 ## Makefile.in for ICU - uconv
47 CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
48 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
52 PKGDATA_OPTS = -O pkgdata.inc
55 ## generic settings for data - common.
58 UCONVMSG_LIB=package-resfiles
62 DEFS += -DUCONVMSG_LINK=$(MSGNAME)
71 DEFS += -DUCONVMSG_LINK=$(MSGNAME)
72 LIBS += -L$(RESDIR) -l$(MSGNAME)
83 .PHONY : all all-local install install-local clean clean-local \
84 distclean resclean distclean-local dist dist-local \
85 check check-local build-dir package-resfiles install-resfiles install-man
91 all: all-local
93 install: install-local
94 clean: clean-local
95 distclean : distclean-local
96 dist: dist-local
97 check: check-local
99 all-local: build-dir $(TARGET) $(ALL_MAN_FILES)
101 install-local: all-local install-target install-resfiles install-man
103 install-target: all-local
107 dist-local:
109 clean-local: resclean
110 test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) $(RESFILES)
114 …@#-$(INVOKE) $(TOOLBINDIR)/pkgdata --clean -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) …
117 distclean-local: clean-local
120 check-local: $(TARGET)
124 @echo "\"./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt\""
126 $(INVOKE) ./$(TARGET) -f ibm-37 $(srcdir)/samples/ibm-37-test.txt
134 $(MAKE) -f pkgdataMakefile
136 build-dir:
151 # The | is an order-only prerequisite. This helps when the -j option is used,
153 ifneq ($(filter order-only,$(.FEATURES)),)
154 $(RESFILES) $(RESDIR)/$(RESDIR).lst: | build-dir
158 …GDATA_INVOKE_OPTS) $(TOOLBINDIR)/pkgdata -p $(MSGNAME) $(PKGDATA_OPTS) -m $(PKGMODE) -s $(RESDIR) …
161 @-$(RMV) $@
168 install-resfiles: $(RESFILES) $(RESDIR)/$(RESDIR).lst pkgdata.inc
170 …$(INVOKE) $(TOOLBINDIR)/pkgdata -p $(RESDIR) -O pkgdata.inc -m $(PKGMODE) -d $(RESDIR) -I $(INSTAL…
172 install-resfiles:
176 $(INVOKE) $(TOOLBINDIR)/genrb -e UTF-8 -s $(^D) -d $(@D) $(^F)
178 install-man: $(ALL_MAN_FILES)