ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / IceUtil / Makefile
blobbf29a2ee3ce8dc3d455cc88ab53b5955abca7b68
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
14 SUBDIRS = condvar \
15 thread \
16 unicode \
17 inputUtil \
18 uuid \
19 ctrlCHandler \
20 timer \
21 priority \
22 fileLock
24 $(EVERYTHING)::
25 @for subdir in $(SUBDIRS); \
26 do \
27 echo "making $@ in $$subdir"; \
28 ( cd $$subdir && $(MAKE) $@ ) || exit 1; \
29 done