Home | History | Annotate | Download | only in uconv
      1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
      2 # License & terms of use: http://www.unicode.org/copyright.html
      3 # Copyright (c) 2000-2002 IBM, Inc. and Others.
      4 # A small makefile containing the list of resource bundles 
      5 # to include in uconv.
      6 
      7 # The variable FILESEPCHAR is defined by the caller to be
      8 # the character separating components of a filename.
      9 
     10 RESOURCESDIR = resources
     11 RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
     12