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

  /external/icu4c/test/hdrtst/
Makefile 171 echo '#define U_HIDE_OBSOLETE_API' > hob_$$incfile.c; \
172 echo '#include "'unicode/$$incfile'.h"' >> hob_$$incfile.c ; \
173 echo 'void junk(void);' >> hob_$$incfile.c ; \
174 echo 'void junk(){}' >> hob_$$incfile.c ; \
175 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c ; \
Makefile.in 190 echo '#define U_HIDE_OBSOLETE_API' > hob_$$incfile.c; \
191 echo '#include "'unicode/$$incfile'.h"' >> hob_$$incfile.c ; \
192 echo 'void junk(void);' >> hob_$$incfile.c ; \
193 echo 'void junk(){}' >> hob_$$incfile.c ; \
194 $(COMPILE.cc) -c $(cppflags) hob_$$incfile.c ; \

Completed in 22 milliseconds