Imported Upstream version 58.1
[platform/upstream/icu.git] / source / test / hdrtst / Makefile.in
index 0a11694..81aa619 100644 (file)
@@ -1,4 +1,6 @@
 ##
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ##  Copyright (c) 1999-2011, International Business Machines Corporation and
 ##  others. All Rights Reserved.
 ##
@@ -51,7 +53,7 @@ E_DEP="[6/$(E_NUM)] Hide Deprecated: "
 E_INT="[7/$(E_NUM)] Hide Internal: "
 E_OBS="[8/$(E_NUM)] Hide Obsolete: "
 
-check: dtest ctest cpptest lotest doclean drafttest deprtest internaltest obsoletetest
+check: dtest ctest cpptest doclean drafttest deprtest internaltest obsoletetest
 ifeq ($(MAKECMDGOALS),check)
        $(MAKE) clean
 else
@@ -72,15 +74,7 @@ cpptest:
        done ;\
        exit $$FAIL
 
-lotest:
-       @FAIL=0;for file in $(prefix)/include/layout/*.h; do \
-         incfile=`basename $$file .h` ; \
-         echo "$@ layout/$$incfile.h" ; \
-         echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
-         echo 'void junk(){}' >> ht_$$incfile.cpp ; \
-          $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
-       done ;\
-       exit $$FAIL
+# layout is removed
 
 dtest:
        @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
@@ -176,5 +170,5 @@ Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
        cd $(top_builddir) \
        && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
-.PHONY:        doclean check all cpptest lotest dtest ctest clean distclean
+.PHONY:        doclean check all cpptest dtest ctest clean distclean