ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / src / ca / Makefile.mak
blob1b9a93cdf6a06f10dac14f499b96e98ef0c21bfe
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 CA_FILES = iceca \
13 iceca.bat
15 CLASS_FILES = ImportKey.class
17 TARGETS = $(top_srcdir)\bin\iceca \
18 $(top_srcdir)\bin\iceca.bat \
19 $(top_srcdir)\lib\ImportKey.class
21 !include $(top_srcdir)\config\Make.rules.mak
23 $(top_srcdir)\bin\iceca: iceca
24 copy iceca $@
26 $(top_srcdir)\bin\iceca.bat: iceca.bat
27 copy iceca.bat $@
29 $(top_srcdir)\lib\ImportKey.class: ImportKey.class
30 copy ImportKey.class $@
32 install::
33 @for %i in ( $(CA_FILES) ) do \
34 @echo "Installing %i" && \
35 copy %i "$(prefix)\bin"
36 @for %i in ( $(CLASS_FILES) ) do \
37 @echo "Installing %i" && \
38 copy %i "$(prefix)\lib"