File: rules

package info (click to toggle)
zeroc-ice-php 3.1.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 916 kB
  • ctags: 875
  • sloc: cpp: 5,904; php: 2,545; python: 317; makefile: 9
file content (18 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

export ICE_HOME = /usr

DEB_SRCDIR=src/ice

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_MAKE_INSTALL_TARGET := install prefix=/usr

export INSTALL_ROOT = $(CURDIR)/debian/php-zeroc-ice

pre-build::
	( cd src/ice && phpize5 )