Sha256: ca987b53903619fa3cc325ad1e784bbb31b35a485bbef8d6d9caa8cc572e1a7c

Contents?: true

Size: 791 Bytes

Versions: 80

Compression:

Stored size: 791 Bytes

Contents

#
# diStorm3 (Mac Port)
#

TARGET	= libdistorm3.dylib
PYTHON_BUILD_DIR = ../../Python/macosx-x86
COBJS	= ../../src/mnemonics.o ../../src/wstring.o ../../src/textdefs.o ../../src/prefix.o ../../src/operands.o ../../src/insts.o ../../src/instructions.o ../../src/distorm.o ../../src/decoder.o
CC	= gcc
CFLAGS	= -arch i386 -arch x86_64 -O2 -Wall -fPIC -DSUPPORT_64BIT_OFFSET -DDISTORM_DYNAMIC

all: clib

clean:
	/bin/rm -rf ../../src/*.o ${TARGET} ../../libdistorm3.dylib ../../distorm3.a  ../../*.a

clib: ${COBJS}
	${CC} ${CFLAGS} ${VERSION} ${COBJS} -fPIC -dynamiclib -o ${TARGET}
	[ -d ${PYTHON_BUILD_DIR} ] && rm -rf ${PYTHON_BUILD_DIR} || true
	mkdir ${PYTHON_BUILD_DIR}
	cp ${TARGET} ${PYTHON_BUILD_DIR}/
	#ar rs ../../distorm3.a ${COBJS}

.c.o:
	${CC} ${CFLAGS} ${VERSION} -c $< -o $@

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
contrast-agent-6.9.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.8.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.7.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.5 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.4 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.3 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.2 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.1 funchook/distorm/make/mac/Makefile
contrast-agent-6.6.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.5.1 funchook/distorm/make/mac/Makefile
contrast-agent-6.5.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.4.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.3.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.2.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.1.2 funchook/distorm/make/mac/Makefile
contrast-agent-6.1.1 funchook/distorm/make/mac/Makefile
contrast-agent-6.1.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.0.0 funchook/distorm/make/mac/Makefile
contrast-agent-5.3.0 funchook/distorm/make/mac/Makefile
contrast-agent-5.2.0 funchook/distorm/make/mac/Makefile