1 SubDir TOP src libre9 ;
4 if $(RE9_UNICODE_CASE) {
5 OLD_LOCATE_BIN = $(LOCATE_BIN) ;
6 LOCATE_BIN = $(LOCATE_TARGET)/generators ;
7 Main unigen : unigen.c ;
8 LOCATE_BIN = $(OLD_LOCATE_BIN) ;
10 GenFile re9_unicode_mapping.c : unigen $(TOP)/unidata/UnicodeData.txt ;
14 Library libre9.a : re9.c ;