# Copyright (C) 2016and later: Unicode, Inc. and others. # License & terms of use: http://www.unicode.org/copyright.html #******************************************************************************
java.lang.NullPointerException # Copyright (C) 1999-2014, International Business Machines # Corporation and others. All Rights Reserved.
java.lang.NullPointerException #****************************************************************************** ## Makefile.in for ICU - layout
## Source directory information
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = ..
## All the flags and other definitions are included here.
include $(top_builddir)/icudefs.mk
## Build directory information
subdir = layoutex
## Extra files to remove for'make clean'
CLEANFILES = *~ $(DEPS) $(IMPORT_LIB) $(MIDDLE_IMPORT_LIB) $(FINAL_IMPORT_LIB)
ifeq ($(USING_ICULEHB),no) # cppflags: load .. so that #include <layout/...> works
ICULE_CFLAGS=-I$(srcdir)/.. else
ICULE_CFLAGS=$(ICULEHB_CFLAGS)
endif
## Header files to install
HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h
STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))
DEPS = $(OBJECTS:.o=.d)
-include Makefile.local
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \
distclean distclean-local install-library install-headers dist \
dist-local check check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
## List of standard targets
all: all-local
install: install-local
clean: clean-local
distclean : distclean-local
dist: dist-local
check: all check-local
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.