Menu

[r472]: / trunk / php-java-bridge / debian / Makefile.frag  Maximize  Restore  History

Download this file

11 lines (7 with data), 313 Bytes

1
2
3
4
5
6
7
8
9
# -*- mode: Makefile; -*-
tmp_prefix:=$(prefix)
prefix = ${DESTDIR}$(tmp_prefix)
TMP_EXTENSION_DIR:=$(EXTENSION_DIR)
EXTENSION_DIR=${DESTDIR}$(TMP_EXTENSION_DIR)
$(phplibdir)/stamp:
cd $(srcdir)/server; $(MAKE) CFLAGS="$(CFLAGS_CLEAN)" GCJFLAGS="$(GCJFLAGS) `echo $(CFLAGS_CLEAN)|sed 's/-D[^ ]*//g'`" install