Create gperf-generated files in the source dir, not in the build dir.
[gnulib.git] / modules / unictype / scripts
1 Description:
2 Scripts of Unicode characters.
3
4 Files:
5 lib/unictype/scripts.c
6 lib/unictype/scripts.h
7 lib/unictype/scripts_byname.gperf
8
9 Depends-on:
10 unictype/base
11 gperf
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += unictype/scripts.c
17
18 unictype/scripts_byname.h: unictype/scripts_byname.gperf
19         $(GPERF) -m 10 $(srcdir)/unictype/scripts_byname.gperf > $(srcdir)/unictype/scripts_byname.h-t
20         mv $(srcdir)/unictype/scripts_byname.h-t $(srcdir)/unictype/scripts_byname.h
21 BUILT_SOURCES        += unictype/scripts_byname.h
22 MOSTLYCLEANFILES     += unictype/scripts_byname.h-t
23 MAINTAINERCLEANFILES += unictype/scripts_byname.h
24 EXTRA_DIST           += unictype/scripts_byname.h
25
26 Include:
27 "unictype.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34