Update of /cvsroot/pclasses/pclasses2/src/Unicode
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11657
Modified Files:
Makefile.am Makefile.toc
Log Message:
updated unicodedata.* rules to match Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am 14 Jan 2005 14:46:02 -0000 1.4
+++ Makefile.am 15 Jan 2005 23:08:45 -0000 1.5
@@ -18,3 +18,5 @@
libpclasses_unicode_la_LDFLAGS = -no-undefined
libpclasses_unicode_la_LIBADD = $(top_builddir)/src/libpclasses.la
+
+all: unicodedata
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.toc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.toc 29 Dec 2004 20:11:19 -0000 1.8
+++ Makefile.toc 15 Jan 2005 23:08:45 -0000 1.9
@@ -14,7 +14,9 @@
String.cpp \
TextStream.cpp
-SOURCES_UNICODE_GEN = unicodedata.h unicodedata_extra.h
+HEADERS = unicodedata.h
+
+SOURCES_UNICODE_GEN = unicodedata_extra_db.h unicodedata_db.h
########################################################################
# install these or not?
@@ -73,7 +75,7 @@
ifeq (1,$(THIS_IS_A_DEV_TREE))
CLEAN_FILES += $(SOURCES_UNICODE_GEN)
$(SOURCES_UNICODE_GEN): $(UNICODE_DATA_FILE)
- $(AWK_BIN) -f $(UD_GENERATOR) $(UNICODE_DATA_FILE) >unicodedata.h
+ $(AWK_BIN) -f $(UD_GENERATOR) $(UNICODE_DATA_FILE) >unicodedata_db.h
else
###### for "mere mortal" trees, use the shipped copies and don't delete them:
$(SOURCES_UNICODE_GEN):
|