radare2/libr/asm/p/x86_olly.mk

13 lines
352 B
Makefile
Raw Normal View History

OBJ_X86_OLLY=asm_x86_olly.o
OBJ_X86_OLLY+=../arch/x86/ollyasm/disasm.o
OBJ_X86_OLLY+=../arch/x86/ollyasm/asmserv.o
OBJ_X86_OLLY+=../arch/x86/ollyasm/assembl.o
STATIC_OBJ+=${OBJ_X86_OLLY}
TARGET_X86_OLLY=asm_x86_olly.${EXT_SO}
ALL_TARGETS+=${TARGET_X86_OLLY}
${TARGET_X86_OLLY}: ${OBJ_X86_OLLY}
${CC} ${CFLAGS} -o ${TARGET_X86_OLLY} ${OBJ_X86_OLLY}