ICU-3 ignore *.ao files

X-SVN-Rev: 2771
This commit is contained in:
Yves Arrouye 2000-10-24 19:48:09 +00:00
parent 2dd7679154
commit 8a4e1dc058
3 changed files with 7 additions and 29 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -3,3 +3,5 @@ libicu*.*
Debug
Release
Makefile
*.ao

View file

@ -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 = ..