ICU-12 Fixed the Makefile.in to export all the header files in unicode/ directories in

common, i18n and extra/ustdio.

X-SVN-Rev: 542
This commit is contained in:
Helena Chapman 2000-01-12 01:31:31 +00:00
parent 8b274c9004
commit 8e02d61ed6
3 changed files with 3 additions and 11 deletions

View file

@ -72,10 +72,7 @@ ures.o ustring.o rbread.o rbdata.o ubidi.o ubidiln.o bidi.o uvector.o udata.o un
DEPS = $(OBJECTS:.o=.d)
## Header files to install
HEADERS = utypes.h uloc.h ures.h ustring.h uchar.h chariter.h \
uchriter.h locid.h resbund.h unicode.h putil.h platform.h unistr.h \
schriter.h normlzr.h ucnv_err.h ucnv.h ucnv_bld.h convert.h \
ubidi.h bidi.h umisc.h rep.h udata.h
HEADERS = unicode/*.h
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \

View file

@ -57,7 +57,7 @@ LIBS = $(LIBICU-UC) $(LIBICU-I18N) @LIBS@
OBJECTS = locbund.o loccache.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o \
uscanf.o uscanf_p.o uscanset.o ustdio.o
HEADERS = ustdio.h
HEADERS = unicode/*.h
DEPS = $(OBJECTS:.o=.d)

View file

@ -66,12 +66,7 @@ dbbi.o dbbi_tbl.o rbbi.o rbbi_tbl.o brkdict.o nultrans.o
DEPS = $(OBJECTS:.o=.d)
## Header files to install
HEADERS= ucal.h unum.h udat.h umsg.h calendar.h choicfmt.h datefmt.h \
dcfmtsym.h decimfmt.h dtfmtsym.h fieldpos.h fmtable.h format.h \
gregocal.h msgfmt.h numfmt.h parsepos.h simpletz.h smpdtfmt.h \
timezone.h ucol.h coll.h tblcoll.h sortkey.h coleitr.h ubrk.h \
brkiter.h uniset.h \
cpdtrans.h hextouni.h rbt.h translit.h unifilt.h unifltlg.h unitohex.h
HEADERS= unicode/*.h
## List of phony targets
.PHONY : all all-local install install-local clean clean-local \