radare2/libr/bin/p/elf64.mk
pancake 3861772e6d Initial implementation of r_io.zip plugin
Allows to: r2 zip://foo.apk//classes.dex
Honor LDFLAGS in r_bin
Fix filename issue in r_io_redirect
Add testing on-activate event in r2w2
2012-09-07 03:26:38 +02:00

11 lines
313 B
Makefile

OBJ_ELF64=bin_elf64.o bin_meta_elf64.o bin_write_elf64.o
OBJ_ELF64+=../format/elf/elf64.o ../format/elf/elf64_write.o
STATIC_OBJ+=${OBJ_ELF64}
TARGET_ELF64=bin_elf64.${EXT_SO}
ALL_TARGETS+=${TARGET_ELF64}
${TARGET_ELF64}: ${OBJ_ELF64}
${CC} $(call libname,bin_elf64) -shared ${CFLAGS} $(LDFLAGS) ${OBJ_ELF64}