comparison Makefile @ 2972:169114e27438

also build pkg-config instead of expecting it to be present
author John W. Eaton <jwe@octave.org>
date Tue, 05 Feb 2013 20:53:27 -0500
parents 7145a94e4f4e
children 5329f4891fb7
comparison
equal deleted inserted replaced
2971:7145a94e4f4e 2972:169114e27438
35 --user-agent=$(shell wget --version | \ 35 --user-agent=$(shell wget --version | \
36 $(SED) -n 's,GNU \(Wget\) \([0-9.]*\).*,\1/\2,p') 36 $(SED) -n 's,GNU \(Wget\) \([0-9.]*\).*,\1/\2,p')
37 37
38 REQUIREMENTS := bash bison bzip2 flex \ 38 REQUIREMENTS := bash bison bzip2 flex \
39 gcc intltoolize \ 39 gcc intltoolize \
40 $(MAKE) openssl $(PATCH) $(PERL) pkg-config \ 40 $(MAKE) openssl $(PATCH) $(PERL) \
41 scons $(SED) unzip wget xz yasm 41 scons $(SED) unzip wget xz yasm
42 42
43 LIBTOOL := libtool 43 LIBTOOL := libtool
44 LIBTOOLIZE := libtoolize 44 LIBTOOLIZE := libtoolize
45 BUILD_TOOLS := build-autoconf build-automake build-cmake build-libtool 45 BUILD_TOOLS := build-autoconf build-automake build-cmake build-libtool build-pkg-config
46 46
47 PREFIX := $(PWD)/usr 47 PREFIX := $(PWD)/usr
48 LOG_DIR := $(PWD)/log 48 LOG_DIR := $(PWD)/log
49 TIMESTAMP := $(shell date +%Y%m%d_%H%M%S) 49 TIMESTAMP := $(shell date +%Y%m%d_%H%M%S)
50 PKG_DIR := $(PWD)/pkg 50 PKG_DIR := $(PWD)/pkg