Home | History | Annotate | Download | only in hdrtst

Lines Matching refs:ht_

69 	  echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
70 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
80 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
91 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
92 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
94 $(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" ; \
112 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.c ; \
113 echo 'void junk(void);' >> ht_$$incfile.c ; \
114 echo 'void junk(){}' >> ht_$$incfile.c ; \
115 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c || FAIL=1 ; \