makefile.mk (7871dc3e) makefile.mk (cc99daad)
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

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

30#LINKFLAGSDEFS=$(0)
31USE_DEFFILE=TRUE
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36.INCLUDE : $(PRJ)$/util$/target.pmk
37
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

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

30#LINKFLAGSDEFS=$(0)
31USE_DEFFILE=TRUE
32
33# --- Settings -----------------------------------------------------
34
35.INCLUDE : settings.mk
36.INCLUDE : $(PRJ)$/util$/target.pmk
37
38.IF "$(WITH_MOZILLA)" == "NO"
38.IF "$(ENABLE_NSS_MODULE)" != "YES"
39@all:
39@all:
40 @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity..."
40 @echo "No nss -> no libxmlsec -> no xmlsecurity..."
41.ENDIF
42
43# --- Files --------------------------------------------------------
44
45BMP_IN=$(PRJ)$/res
46
47# --- Shared-Library -----------------------------------------------
48

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

66#
67# The 2nd shared library
68#
69
70SHL2NAME=xsec_xmlsec
71SHL2TARGET= $(SHL2NAME)
72
73
41.ENDIF
42
43# --- Files --------------------------------------------------------
44
45BMP_IN=$(PRJ)$/res
46
47# --- Shared-Library -----------------------------------------------
48

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

66#
67# The 2nd shared library
68#
69
70SHL2NAME=xsec_xmlsec
71SHL2TARGET= $(SHL2NAME)
72
73
74.IF "$(ENABLE_NSS_MODULE)"=="YES" || "$(SYSTEM_MOZILLA)" == "YES"
75
76SHL2LIBS= \
77 $(SLB)$/xs_comm.lib
78
79.IF "$(CRYPTO_ENGINE)" == "mscrypto"
80SHL2LIBS += \
81 $(SLB)$/xs_mscrypt.lib
82.ENDIF
83
84SHL2LIBS += \
85 $(SLB)$/xs_nss.lib
86
74SHL2LIBS= \
75 $(SLB)$/xs_comm.lib
76
77.IF "$(CRYPTO_ENGINE)" == "mscrypto"
78SHL2LIBS += \
79 $(SLB)$/xs_mscrypt.lib
80.ENDIF
81
82SHL2LIBS += \
83 $(SLB)$/xs_nss.lib
84
87.ENDIF
88
85
89
90SHL2STDLIBS += \
91 $(SALLIB) \
92 $(CPPULIB) \
93 $(CPPUHELPERLIB) \
94 $(SALLIB) \
95 $(SVLLIB) \
96 $(TOOLSLIB) \
97 $(COMPHELPERLIB) \

--- 103 unchanged lines hidden ---
86SHL2STDLIBS += \
87 $(SALLIB) \
88 $(CPPULIB) \
89 $(CPPUHELPERLIB) \
90 $(SALLIB) \
91 $(SVLLIB) \
92 $(TOOLSLIB) \
93 $(COMPHELPERLIB) \

--- 103 unchanged lines hidden ---