OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resfiles
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/extra/uconv/
Makefile.in
24
# RESSRC comes from
resfiles
.mk
26
include $(srcdir)/
resfiles
.mk
29
RESFILES
=$(RESSRC:$(RESOURCESDIR)$(FILESEPCHAR)%.txt=$(RESDIR)/%.res)
80
distclean resclean distclean-local dist dist-local check check-local
resfiles
package-
resfiles
install-
resfiles
install-man
94
all-local: $(TARGET)
resfiles
$(ALL_MAN_FILES)
96
install-local: all-local install-target install-
resfiles
install-man
105
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) $(
RESFILES
)
143
resfiles
: $(RESFILES) package-resfile
[
all
...]
Makefile
24
# RESSRC comes from
resfiles
.mk
26
include $(srcdir)/
resfiles
.mk
29
RESFILES
=$(RESSRC:$(RESOURCESDIR)$(FILESEPCHAR)%.txt=$(RESDIR)/%.res)
80
distclean resclean distclean-local dist dist-local check check-local
resfiles
package-
resfiles
install-
resfiles
install-man
94
all-local: $(TARGET)
resfiles
$(ALL_MAN_FILES)
96
install-local: all-local install-target install-
resfiles
install-man
105
test -z "$(CLEANFILES)" || $(RMV) $(CLEANFILES) $(
RESFILES
)
133
resfiles
: $(RESFILES) package-resfile
[
all
...]
makedata.mak
41
RESFILES
=
resfiles
.mk
65
!IF EXISTS("$(
RESFILES
)")
66
!INCLUDE "$(
RESFILES
)"
68
!ERROR ERROR: cannot find "$(
RESFILES
)"
86
"$(DLL_OUTPUT)\$(RESNAME).lib" : $(RB_FILES) $(
RESFILES
)
/external/srec/tools/cmd/
srecres2utd.pl
31
@
resfiles
= `cat $flist`;
32
grep { s/\s+$// } @
resfiles
;
34
@
resfiles
= @ARGV;
37
foreach $resfile (@
resfiles
) {
/external/icu4c/data/
makedata.mak
67
# The directory that contains
resfiles
.mk files along with *.txt locale data files
87
# The directory that contains
resfiles
.mk files along with *.txt break iterator files
269
!IF EXISTS("$(ICUSRCDATA)\$(ICULOC)\
resfiles
.mk")
270
!INCLUDE "$(ICUSRCDATA)\$(ICULOC)\
resfiles
.mk"
278
!MESSAGE Warning: cannot find "
resfiles
.mk"
288
!IF EXISTS("$(ICUSRCDATA)\curr\
resfiles
.mk")
289
!INCLUDE "$(ICUSRCDATA)\curr\
resfiles
.mk"
297
!MESSAGE Warning: cannot find "curr\
resfiles
.mk"
309
!IF EXISTS("$(ICUSRCDATA)\lang\
resfiles
.mk")
310
!INCLUDE "$(ICUSRCDATA)\lang\
resfiles
.mk
[
all
...]
Makefile.in
271
-include $(LOCSRCDIR)/
resfiles
.mk
272
-include $(CURRSRCDIR)/
resfiles
.mk
273
-include $(LANGSRCDIR)/
resfiles
.mk
274
-include $(REGIONSRCDIR)/
resfiles
.mk
275
-include $(ZONESRCDIR)/
resfiles
.mk
[
all
...]
Makefile
247
-include $(LOCSRCDIR)/
resfiles
.mk
Completed in 702 milliseconds