#*******************************************************************************
-#* Copyright (C) 2008-2010, International Business Machines
+#* Copyright (C) 2008-2011, International Business Machines
#* Corporation and others. All Rights Reserved.
#*******************************************************************************
COMMONHDR= $(top_srcdir)/common/unicode
DOCDIR= $(top_builddir)/doc/html
EXCLUDE=$(srcdir)/exclude.txt
+-include Makefile.local
all:
@echo Usage: 'make install-headers' to update headers.
local-headers: $(LOCALHEADERS)
install-headers: $(DOCDIR)
- perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE)
+ perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE) $(GENHEADERS_OPTS)
( cd $(COMMONHDR) ; ls -l $(LOCALHEADERS) )
%.h: $(COMMONHDR)/%.h