makefile.mk (0a2e1b2f) makefile.mk (5b11f0d3)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58 xmlsec1-olderlibxml2.patch \
59 xmlsec1-nssdisablecallbacks.patch \
60 xmlsec1-customkeymanage.patch \
61 xmlsec1-nssmangleciphers.patch \
62 xmlsec1-noverify.patch \
63 xmlsec1-mingw32.patch \
64 xmlsec1-mingw-keymgr-mscrypto.patch
65
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 49 unchanged lines hidden (view full) ---

58 xmlsec1-olderlibxml2.patch \
59 xmlsec1-nssdisablecallbacks.patch \
60 xmlsec1-customkeymanage.patch \
61 xmlsec1-nssmangleciphers.patch \
62 xmlsec1-noverify.patch \
63 xmlsec1-mingw32.patch \
64 xmlsec1-mingw-keymgr-mscrypto.patch
65
66.IF "$(GUI)"=="OS2"
67PATCH_FILES+=xmlsec1-os2.patch
68.ENDIF
66
67ADDITIONAL_FILES= \
68 include$/xmlsec$/mscrypto$/akmngr.h \
69 src$/mscrypto$/akmngr.c \
70 include$/xmlsec$/nss$/akmngr.h \
71 include$/xmlsec$/nss$/ciphers.h \
72 include$/xmlsec$/nss$/tokens.h \
73 src$/nss$/akmngr.c \

--- 96 unchanged lines hidden (view full) ---

170.IF "$(OS)"=="WNT"
171.IF "$(COM)"=="GCC"
172OUT2LIB+=src$/.libs$/libxmlsec1.dll.a src$/nss$/.libs$/libxmlsec1-nss.dll.a src$/mscrypto$/.libs$/libxmlsec1-mscrypto.dll.a
173OUT2BIN+=src$/.libs$/libxmlsec1.dll src$/nss$/.libs$/libxmlsec1-nss.dll src$/mscrypto$/.libs$/libxmlsec1-mscrypto.dll
174.ELSE
175OUT2LIB+=win32$/binaries$/*.lib
176OUT2BIN+=win32$/binaries$/*.dll
177.ENDIF
69
70ADDITIONAL_FILES= \
71 include$/xmlsec$/mscrypto$/akmngr.h \
72 src$/mscrypto$/akmngr.c \
73 include$/xmlsec$/nss$/akmngr.h \
74 include$/xmlsec$/nss$/ciphers.h \
75 include$/xmlsec$/nss$/tokens.h \
76 src$/nss$/akmngr.c \

--- 96 unchanged lines hidden (view full) ---

173.IF "$(OS)"=="WNT"
174.IF "$(COM)"=="GCC"
175OUT2LIB+=src$/.libs$/libxmlsec1.dll.a src$/nss$/.libs$/libxmlsec1-nss.dll.a src$/mscrypto$/.libs$/libxmlsec1-mscrypto.dll.a
176OUT2BIN+=src$/.libs$/libxmlsec1.dll src$/nss$/.libs$/libxmlsec1-nss.dll src$/mscrypto$/.libs$/libxmlsec1-mscrypto.dll
177.ELSE
178OUT2LIB+=win32$/binaries$/*.lib
179OUT2BIN+=win32$/binaries$/*.dll
180.ENDIF
181.ELIF "$(OS)"=="OS2"
182OUT2LIB+=src$/.libs$/xmlsec1.lib src$/nss$/.libs$/xmlsec1-nss.lib
183OUT2BIN+=src$/xmlsec1.dll src$/nss$/xmlsec1n.dll
178.ELSE
179OUT2LIB+=src$/.libs$/libxmlsec1.a src$/nss$/.libs$/libxmlsec1-nss.a
180.ENDIF
181
182# --- Targets ------------------------------------------------------
183
184.INCLUDE : set_ext.mk
185.INCLUDE : target.mk
186.INCLUDE : tg_ext.mk
187
188
184.ELSE
185OUT2LIB+=src$/.libs$/libxmlsec1.a src$/nss$/.libs$/libxmlsec1-nss.a
186.ENDIF
187
188# --- Targets ------------------------------------------------------
189
190.INCLUDE : set_ext.mk
191.INCLUDE : target.mk
192.INCLUDE : tg_ext.mk
193
194