mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3 ignore *.ao files
X-SVN-Rev: 2771
This commit is contained in:
parent
2dd7679154
commit
8a4e1dc058
3 changed files with 7 additions and 29 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -49,6 +49,7 @@ icu4c/source/extra/ustdio/Debug
|
|||
icu4c/source/extra/ustdio/Makefile
|
||||
icu4c/source/extra/ustdio/Release
|
||||
icu4c/source/extra/ustdio/libustdio.*
|
||||
icu4c/source/i18n/*.ao
|
||||
icu4c/source/i18n/*.d
|
||||
icu4c/source/i18n/Debug
|
||||
icu4c/source/i18n/Makefile
|
||||
|
|
|
@ -3,3 +3,5 @@ libicu*.*
|
|||
Debug
|
||||
Release
|
||||
Makefile
|
||||
*.ao
|
||||
|
||||
|
|
|
@ -1,42 +1,17 @@
|
|||
## Makefile.in for ICU - icui18n.so
|
||||
## Stephen F. Booth
|
||||
|
||||
## Shell to use
|
||||
SHELL = @SHELL@
|
||||
SO_TARGET_VERSION = @LIB_VERSION@
|
||||
SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
||||
|
||||
## Install directory information
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
includedir = @includedir@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
|
||||
## Install program information
|
||||
MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
## Compiler/tools information
|
||||
CC = @CC@
|
||||
CXX = @CXX@
|
||||
PACKAGE = @PACKAGE@
|
||||
VERSION = @VERSION@
|
||||
SO_TARGET_VERSION = @LIB_VERSION@
|
||||
SO_TARGET_VERSION_MAJOR = @LIB_VERSION_MAJOR@
|
||||
include $(top_srcdir)/icudefs.mk
|
||||
|
||||
## Platform-specific setup
|
||||
@host_frag@
|
||||
include @platform_make_fragment@
|
||||
|
||||
## Build directory information
|
||||
top_builddir = ..
|
||||
|
|
Loading…
Add table
Reference in a new issue