[FriBidi-commit] fribidi/gen.tab Makefile.am,1.14,1.15
Behdad Esfahbod
behdad at pdx.freedesktop.org
Sat Jul 3 04:36:17 PDT 2004
- Previous message: [FriBidi-commit] fribidi AUTHORS, 1.3, 1.4 TODO, 1.14,
1.15 configure.ac, 1.16, 1.17
- Next message: [FriBidi-commit]
fribidi/lib Makefile.am, 1.13, 1.14 fribidi-types.h, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/fribidi/fribidi/gen.tab
In directory pdx:/tmp/cvs-serv9449/gen.tab
Modified Files:
Makefile.am
Log Message:
Here and there fixes, found by trying to compile on sf.net Compile Farm!
Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/gen.tab/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.am 15 Jun 2004 20:54:00 -0000 1.14
+++ Makefile.am 3 Jul 2004 11:36:15 -0000 1.15
@@ -27,6 +27,15 @@
$(srcdir)/unidata/extracted \
$(top_builddir)/lib
+
+UCD_FILES = \
+ unidata/ReadMe.txt \
+ unidata/UnicodeData.txt \
+ unidata/BidiMirroring.txt \
+ unidata/ArabicShaping.txt
+
+EXTRA_DIST = $(UCD_FILES)
+
COMPRESSION = 4
# generate bidi-type.tab.i
@@ -90,4 +99,12 @@
# generate all generators:
gen: $(EXTRA_PROGRAMS)
+$(top_builddir)/config.h: $(top_srcdir)/config.h.in
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
+
+$(top_builddir)/lib/fribidi-config.h: $(top_srcdir)/lib/fribidi-config.h.in
+ cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-config.h
+
+.PHONY: gen
+
.DELETE_ON_ERROR:
- Previous message: [FriBidi-commit] fribidi AUTHORS, 1.3, 1.4 TODO, 1.14,
1.15 configure.ac, 1.16, 1.17
- Next message: [FriBidi-commit]
fribidi/lib Makefile.am, 1.13, 1.14 fribidi-types.h, 1.8, 1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the FriBidi-Commit
mailing list