• Home
  • Raw
  • Download

Lines Matching +full:ls +full:- +full:files

4 ##  Copyright (c) 1999-2011, International Business Machines Corporation and
10 ## This tests all public header files - as installed. icu-config needs to be on the PATH
14 ## unicode/uchar.h - 0
15 ## unicode/uchriter.h - 0
16 ## unicode/ucnv.h - 0
35 include $(shell icu-config --incfile)
44 @echo run \'$(MAKE) check\' to run the test "(use -k if you don't want to stop on errs)"
68 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
73 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
80 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
88 …$(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ |…
91 …fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h …
92 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
93 rm -f unicode/$$stub ; \
95 echo "$@: $$NONE - exit status $$FAIL" ; \
102 @echo Building test harness for header files in ../../common and ../../i18n
103 …@FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/cxxfiles.txt | tee c…
109 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c || FAIL=1 ; \
114 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
121 $(COMPILE.cc) -c $(cppflags) hd_$$incfile.c ||FAIL=1 ; \
126 @FAIL=0; for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
133 $(COMPILE.cc) -c $(cppflags) hdp_$$incfile.c || FAIL=1; \
139 for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
146 $(COMPILE.cc) -c $(cppflags) hin_$$incfile.c || FAIL=1 ; \
151 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
158 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c || FAIL=1 ; \
163 -@echo cleaning..
164 -@rm -f *.h *.c *.cpp *.o *.junk cfiles.txt
167 -@rm -f Makefile