Lines Matching refs:INTL
34 # The version of INTL.DLL (the name suffix)
50 INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib -I$(ROOT)libuniname
69 LINKINTL = $(OUT)intl.a
94 # Fetch the list of source files for libintl from intl/Makefile.in
95 INTL.SOURCES = $(addprefix $(ROOT)intl/,\
97 $(subst @INTLOBJS@,intl-compat.c,\
100 $(shell sed $(ROOT)intl/Makefile.in -ne "/^OBJECTS =/,/[^\]$$/p"))))))
101 INTL.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(INTL.SOURCES:.c=.o)))
125 OUTDIRS = $(OUT) $(sort $(dir $(INTL.OBJECTS) $(SRC.OBJECTS) $(LIB.OBJECTS) \
129 $(INST)lib/intl.a $(INST)lib/intl_s.a $(INST)include/libintl.h \
130 $(INST)dll/intl.dll $(INST)share/locale/charset.alias \
156 $(ROOT)intl/libintl.h $(OUT)intl.a $(OUT)intl_s.a $(OUT)intl$(INTLDLLVER).dll \
165 depend: $(INTL.SOURCES) $(SRC.SOURCES)
186 $(OUT)intl_s.a: $(INTL.OBJECTS)
189 $(OUT)intl.def: $(INTL.OBJECTS)
190 @echo LIBRARY INTL$(INTLDLLVER) INITINSTANCE TERMINSTANCE>$@
197 $(OUT)intl$(INTLDLLVER).dll: $(INTL.OBJECTS) $(OUT)intl.def
219 $(ROOT)intl/libintl.h: $(ROOT)intl/libgnuintl.h
233 $(INST)share/locale/locale.alias: $(ROOT)intl/locale.alias
237 $(INST)include/%: $(ROOT)intl/%