blob: 1e83ff6af4fea779a17f32d9f87353620bc6b113 (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright (c) 2000-2002 IBM, Inc. and Others.
# A small makefile containing the list of resource bundles
# to include in uconv.
# The variable FILESEPCHAR is defined by the caller to be
# the character separating components of a filename.
RESOURCESDIR = resources
RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
|