26 lines
401 B
Plaintext
26 lines
401 B
Plaintext
EGG_OBJS = egg.c lang.c
|
|
emit_x86.c
|
|
emit_arm.c
|
|
emit_x64.c
|
|
emit_trace.c
|
|
;
|
|
EGG_OBJS +=
|
|
# p/egg_bind.c
|
|
p/egg_cb.c
|
|
p/egg_exec.c
|
|
# p/egg_reverse.c
|
|
# p/egg_shya.c
|
|
p/egg_xor.c
|
|
;
|
|
|
|
lib r_egg : $(EGG_OBJS) :
|
|
<include>../include
|
|
<library>../syscall
|
|
<library>../db
|
|
<library>../asm
|
|
<library>../util
|
|
|
|
<include>../../shlr/tcc
|
|
<library>../../shlr/tcc
|
|
;
|