Sha256: 63c3213290802a6f4188f43ef8dc00c24e7dabad7722d80c0ab95e72647ef09e

Contents?: true

Size: 574 Bytes

Versions: 11

Compression:

Stored size: 574 Bytes

Contents

srcdir = .
top_srcdir = .
top_builddir = .

.PHONY: all test

all: $(srcdir)/distorm/src/distorm.c
	cd src && $(MAKE)
	cd test && $(MAKE)

test: all
	cd test && $(MAKE) test

clean:
	cd src && $(MAKE) clean
	cd test && $(MAKE) clean

$(srcdir)/distorm/src/distorm.c:
	cd $(srcdir) && git submodule init
	cd $(srcdir) && git submodule update

config.status: $(srcdir)/configure
	./config.status --recheck

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	./config.status

$(srcdir)/configure: $(srcdir)/configure.ac
	cd $(srcdir) && autoconf || touch configure

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
contrast-agent-3.12.2 funchook/Makefile
contrast-agent-3.12.1 funchook/Makefile
contrast-agent-3.12.0 funchook/Makefile
contrast-agent-3.11.0 funchook/Makefile
contrast-agent-3.10.2 funchook/Makefile
contrast-agent-3.10.1 funchook/Makefile
contrast-agent-3.10.0 funchook/Makefile
contrast-agent-3.9.1 funchook/Makefile
contrast-agent-3.9.0 funchook/Makefile
contrast-agent-3.8.5 funchook/Makefile
contrast-agent-3.8.4 funchook/Makefile