Browse Source

autotools: fix the dependencies on the UCD files.

master
Reece H. Dunn 12 years ago
parent
commit
65c3bc33b6
1 changed files with 13 additions and 7 deletions
  1. 13
    7
      Makefile.am

+ 13
- 7
Makefile.am View File



############################# libucd ########################################## ############################# libucd ##########################################


src/case.cpp: tools/case.py tools/ucd.py \
supplemental/Klingon.txt \
tools/ucd.py: data/language-subtag-registry

tools/case.py: tools/ucd.py \
data/ucd/UnicodeData.txt data/ucd/UnicodeData.txt
tools/case.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@


src/categories.cpp: tools/categories.py tools/ucd.py \
tools/categories.py: tools/ucd.py \
supplemental/Klingon.txt \ supplemental/Klingon.txt \
data/ucd/UnicodeData.txt data/ucd/UnicodeData.txt
tools/categories.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@


src/scripts.cpp: tools/scripts.py tools/ucd.py \
tools/scripts.py: tools/ucd.py \
supplemental/Klingon.txt \ supplemental/Klingon.txt \
data/language-subtag-registry \
data/ucd/Scripts.txt data/ucd/Scripts.txt

src/case.cpp: tools/case.py
tools/case.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@

src/categories.cpp: tools/categories.py
tools/categories.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@

src/scripts.cpp: tools/scripts.py
tools/scripts.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@ tools/scripts.py ${UCD_ROOTDIR} ${UCD_VERSION} > $@


libucd_includedir = $(includedir)/ucd libucd_includedir = $(includedir)/ucd

Loading…
Cancel
Save