]> Git Repo - VerusCoin.git/commit - depends/packages/packages.mk
depends: add shared dependency builder
authorCory Fields <[email protected]>
Wed, 23 Jul 2014 05:31:30 +0000 (01:31 -0400)
committerCory Fields <[email protected]>
Fri, 8 Aug 2014 19:10:46 +0000 (15:10 -0400)
commit1dec09b341f61836147d87656aea7f7be02aab6d
treebda4c72a414edf94b91537eb2fe9c6da5c6942b8
parent36065cc529bb9be5655fcaaad2746edb7b6f4ddb
depends: add shared dependency builder

See the README's in depends for documentation
49 files changed:
depends/.gitignore [new file with mode: 0644]
depends/Makefile [new file with mode: 0644]
depends/README [new file with mode: 0644]
depends/README.packages [new file with mode: 0644]
depends/README.usage [new file with mode: 0644]
depends/builders/darwin.mk [new file with mode: 0644]
depends/builders/default.mk [new file with mode: 0644]
depends/builders/linux.mk [new file with mode: 0644]
depends/config.guess [new file with mode: 0755]
depends/config.site.in [new file with mode: 0644]
depends/config.sub [new file with mode: 0755]
depends/funcs.mk [new file with mode: 0644]
depends/hosts/darwin.mk [new file with mode: 0644]
depends/hosts/default.mk [new file with mode: 0644]
depends/hosts/linux.mk [new file with mode: 0644]
depends/hosts/mingw32.mk [new file with mode: 0644]
depends/packages/bdb.mk [new file with mode: 0644]
depends/packages/boost.mk [new file with mode: 0644]
depends/packages/dbus.mk [new file with mode: 0644]
depends/packages/expat.mk [new file with mode: 0644]
depends/packages/fontconfig.mk [new file with mode: 0644]
depends/packages/freetype.mk [new file with mode: 0644]
depends/packages/libX11.mk [new file with mode: 0644]
depends/packages/libXau.mk [new file with mode: 0644]
depends/packages/libXext.mk [new file with mode: 0644]
depends/packages/libxcb.mk [new file with mode: 0644]
depends/packages/miniupnpc.mk [new file with mode: 0644]
depends/packages/native_ccache.mk [new file with mode: 0644]
depends/packages/native_cctools.mk [new file with mode: 0644]
depends/packages/native_cdrkit.mk [new file with mode: 0644]
depends/packages/native_comparisontool.mk [new file with mode: 0644]
depends/packages/native_libdmg-hfsplus.mk [new file with mode: 0644]
depends/packages/native_libuuid.mk [new file with mode: 0644]
depends/packages/native_openssl.mk [new file with mode: 0644]
depends/packages/native_protobuf.mk [new file with mode: 0644]
depends/packages/openssl.mk [new file with mode: 0644]
depends/packages/packages.mk [new file with mode: 0644]
depends/packages/protobuf.mk [new file with mode: 0644]
depends/packages/qrencode.mk [new file with mode: 0644]
depends/packages/qt.mk [new file with mode: 0644]
depends/packages/xcb_proto.mk [new file with mode: 0644]
depends/packages/xextproto.mk [new file with mode: 0644]
depends/packages/xproto.mk [new file with mode: 0644]
depends/packages/xtrans.mk [new file with mode: 0644]
depends/patches/boost/darwin_boost_atomic-1.patch [new file with mode: 0644]
depends/patches/boost/darwin_boost_atomic-2.patch [new file with mode: 0644]
depends/patches/native_cdrkit/cdrkit-deterministic.patch [new file with mode: 0644]
depends/patches/qt/fix-xcb-include-order.patch [new file with mode: 0644]
depends/patches/qt/mac-qmake.conf [new file with mode: 0644]
This page took 0.030132 seconds and 4 git commands to generate.