mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
9 lines
215 B
Makefile
9 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
|