1 #*******************************************************************************
2 #* Copyright (C) 2008-2010, International Business Machines
3 #* Corporation and others. All Rights Reserved.
4 #*******************************************************************************
6 #sorry, this won't be friendly to out of source builds
12 include $(top_builddir)/icudefs.mk
14 LOCALHEADERS= udeprctd.h udraft.h uintrnal.h usystem.h
16 COMMONHDR= $(top_srcdir)/common/unicode
17 DOCDIR= $(top_builddir)/doc/html
18 EXCLUDE=$(srcdir)/exclude.txt
21 @echo Usage: 'make install-headers' to update headers.
22 @echo 'be sure to verify the headers (in soure/common/unicode) before checkin!'
26 -$(RMV) $(LOCALHEADERS)
29 ( cd $(top_builddir) ; $(MAKE) doc )
31 local-headers: $(LOCALHEADERS)
33 install-headers: $(DOCDIR)
34 perl ./genheaders.pl --srcdir=$(DOCDIR) --destdir=$(COMMONHDR) --version=$(VERSION) --exclusion-list=$(EXCLUDE)
35 ( cd $(COMMONHDR) ; ls -l $(LOCALHEADERS) )