Home | History | Annotate | Download | only in hdrtst

Lines Matching refs:ht_

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" ; \
104 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.c ; \
105 echo 'void junk(void);' >> ht_$$incfile.c ; \
106 echo 'void junk(){}' >> ht_$$incfile.c ; \
107 $(COMPILE.c) -c $(cppflags) ht_$$incfile.c ; \
121 echo '#include "'unicode/$$incfile'.h"' >> ht_$$incfile.c ; \