mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 23:12:21 +00:00
Not part of the client build!
Preliminary, non-portable support for compiling JS.xs into a C file.
This commit is contained in:
parent
e43d3ef5d6
commit
8263a43dcb
@ -59,11 +59,14 @@ PC_HFILES = \
|
||||
|
||||
HFILES = $(PC_HFILES)
|
||||
|
||||
# also make JS.c from JS.xs here?
|
||||
PC_CFILES = \
|
||||
jsperl.c \
|
||||
JS.c \
|
||||
$(NULL)
|
||||
|
||||
JS.c: JS.xs typemap
|
||||
perl /usr/lib/perl5/ExtUtils/xsubpp -typemap /usr/lib/perl5/ExtUtils/typemap -typemap typemap JS.xs > JS.c
|
||||
|
||||
LIB_CFILES = $(PC_CFILES)
|
||||
|
||||
PROG_FILE = js
|
||||
|
Loading…
x
Reference in New Issue
Block a user