ICE 3.4.2
[php5-ice-freebsdport.git] / php / demo / Glacier2 / hello / Makefile
blob6b5992733d36f7212a6fe623552385b335cc58fb
1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
10 top_srcdir = ../../..
12 SLICE_SRCS = Hello.ice
14 include $(top_srcdir)/config/Make.rules.php
16 SRCS = Hello.php
18 all:: $(SRCS)
20 %.php: %.ice
21 $(SLICE2PHP) $(SLICE2PHPFLAGS) $<
23 clean::
24 rm -f $(SRCS)
26 include .depend