ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Ice / Makefile.mak
blobe574021e62b942b7a8ebfb90a07ce7c82552d83a
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
14 SUBDIRS = proxy \
15 operations \
16 exceptions \
17 info \
18 inheritance \
19 facets \
20 objects \
21 faultTolerance \
22 location \
23 adapterDeactivation \
24 slicing \
25 gc \
26 checksum \
27 dispatcher \
28 hold \
29 binding \
30 retry \
31 timeout \
32 servantLocator \
33 interceptor \
34 stringConverter \
35 background \
36 udp \
37 defaultServant \
38 defaultValue \
39 threadPoolPriority \
40 stream \
42 !if "$(CPP_COMPILER)" != "VC60"
43 SUBDIRS = $(SUBDIRS) \
44 ami \
45 custom \
46 invoke \
47 properties
48 !endif
50 $(EVERYTHING)::
51 @for %i in ( $(SUBDIRS) ) do \
52 @echo "making $@ in %i" && \
53 cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1