ICE 3.4.2
[php5-ice-freebsdport.git] / php / test / Ice / binding / Makefile.mak
blob116db4282d352bd3f9f9a0c7219e9620ebb676f8
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 !include $(top_srcdir)\config\Make.rules.mak.php
14 SRCS = Test.php
16 all:: $(SRCS)
18 $(SRCS): $*.ice
19 -"$(SLICE2PHP)" $(SLICE2PHPFLAGS) $*.ice
21 clean::
22 del /q $(SRCS)
24 include .depend.mak