HomeSort by relevance Sort by last modified time
    Searched refs:ht_ (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/hdrtst/
Makefile 54 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
55 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
56 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp ; \
68 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
69 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
70 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
82 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
83 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
85 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ;
    [all...]
Makefile.in 72 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
73 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
74 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp ; \
86 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
87 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
88 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp ; \
100 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
101 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
103 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ;
    [all...]

Completed in 29 milliseconds