mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
b5960a63b1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
8 lines
215 B
Makefile
8 lines
215 B
Makefile
.SUFFIXES: .list
|
|
|
|
.list.h:
|
|
gperf -E -C -P -p -j1 -i 1 -g -o -t -N $(*F) $< \
|
|
| sed 's/(int)(long)&((\(struct stringpool_t\) *\*)0)->\(stringpool_[a-z0-9]*\)/offsetof(\1, \2)/g' \
|
|
> $(@F)
|
|
|
|
zonetab.h: zonetab.list
|