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-7.6.1 funchook/distorm/make/mac/Makefile
contrast-agent-7.6.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.5.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.4.1 funchook/distorm/make/mac/Makefile
contrast-agent-7.4.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.3.2 funchook/distorm/make/mac/Makefile
contrast-agent-7.3.1 funchook/distorm/make/mac/Makefile
contrast-agent-7.3.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.2.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.1.0 funchook/distorm/make/mac/Makefile
contrast-agent-7.0.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.15.3 funchook/distorm/make/mac/Makefile
contrast-agent-6.15.2 funchook/distorm/make/mac/Makefile
contrast-agent-6.15.1 funchook/distorm/make/mac/Makefile
contrast-agent-6.15.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.14.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.13.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.12.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.11.0 funchook/distorm/make/mac/Makefile
contrast-agent-6.10.0 funchook/distorm/make/mac/Makefile