ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Slice / parser / Makefile.mak
blobf17663aa90f11d36d5627347c56a71ddc9cddebe
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 TARGETS = $(OBJS)
14 OBJS = CircularA.obj \
15 CircularB.obj
17 SRCS = $(OBJS:.obj=.cpp)
19 !include $(top_srcdir)/config/Make.rules.mak
21 SLICE2CPPFLAGS = -I. $(SLICE2CPPFLAGS)
22 CPPFLAGS = -I. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN
24 clean::
25 del /q CircularA.cpp CircularA.h
26 del /q CircularB.cpp CircularB.h
28 !include .depend.mak