2002-03-26 01:37:01 +00:00
|
|
|
# Copyright (c) 2000-2002 IBM, Inc. and Others.
|
2001-09-19 23:43:16 +00:00
|
|
|
# A small makefile containing the list of resource bundles
|
|
|
|
# to include in uconv.
|
|
|
|
|
2002-03-26 01:37:01 +00:00
|
|
|
# The variable FILESEPCHAR is defined by the caller to be
|
|
|
|
# the character separating components of a filename.
|
|
|
|
|
2002-03-20 02:04:06 +00:00
|
|
|
RESOURCESDIR = resources
|
2002-03-26 01:37:01 +00:00
|
|
|
RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
|