diff options
Diffstat (limited to 'php/test/Ice/acm/Makefile.mak')
-rw-r--r-- | php/test/Ice/acm/Makefile.mak | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/php/test/Ice/acm/Makefile.mak b/php/test/Ice/acm/Makefile.mak new file mode 100644 index 00000000000..53c8f118100 --- /dev/null +++ b/php/test/Ice/acm/Makefile.mak @@ -0,0 +1,24 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. +# +# ********************************************************************** + +top_srcdir = ..\..\.. + +!include $(top_srcdir)\config\Make.rules.mak.php + +SRCS = Test.php + +all:: $(SRCS) + +$(SRCS): $*.ice + -"$(SLICE2PHP)" $(SLICE2PHPFLAGS) $*.ice + +clean:: + del /q $(SRCS) + +include .depend.mak |