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 # **********************************************************************
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
26 $(top_srcdir
)\bin\iceca.bat
: iceca.bat
29 $(top_srcdir
)\lib\ImportKey.class
: ImportKey.class
30 copy ImportKey.class
$@
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"