xref: /aoo42x/main/xmlsecurity/qa/certext/makefile.mk (revision b7cf1532)
1e3c01311SAndrew Rist#**************************************************************
2e3c01311SAndrew Rist#
3e3c01311SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4e3c01311SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5e3c01311SAndrew Rist#  distributed with this work for additional information
6e3c01311SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7e3c01311SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8e3c01311SAndrew Rist#  "License"); you may not use this file except in compliance
9e3c01311SAndrew Rist#  with the License.  You may obtain a copy of the License at
10e3c01311SAndrew Rist#
11e3c01311SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12e3c01311SAndrew Rist#
13e3c01311SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14e3c01311SAndrew Rist#  software distributed under the License is distributed on an
15e3c01311SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16e3c01311SAndrew Rist#  KIND, either express or implied.  See the License for the
17e3c01311SAndrew Rist#  specific language governing permissions and limitations
18e3c01311SAndrew Rist#  under the License.
19e3c01311SAndrew Rist#
20e3c01311SAndrew Rist#**************************************************************
21e3c01311SAndrew Rist
22e3c01311SAndrew Rist
23970ef17cSMichael Stahl.IF "$(ENABLE_NSS_MODULE)" == "NO"
24970ef17cSMichael Stahlnothing .PHONY:
25970ef17cSMichael Stahl.ELSE
26cdf0e10cSrcweir.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
27cdf0e10cSrcweirnothing .PHONY:
28cdf0e10cSrcweir.ELSE
29cdf0e10cSrcweir
30cdf0e10cSrcweirPRJ = ../..
31cdf0e10cSrcweirPRJNAME = xmlsecurity
32cdf0e10cSrcweirTARGET = qa_certext
33cdf0e10cSrcweir
34cdf0e10cSrcweirENABLE_EXCEPTIONS = TRUE
35cdf0e10cSrcweir
36cdf0e10cSrcweir.INCLUDE: settings.mk
37cdf0e10cSrcweir.INCLUDE :	$(PRJ)$/util$/target.pmk
38cdf0e10cSrcweir
39*b7cf1532SDamjan Jovanovic.IF "$(ENABLE_UNIT_TESTS)" != "YES"
40*b7cf1532SDamjan Jovanovicall:
41*b7cf1532SDamjan Jovanovic	@echo unit tests are disabled. Nothing to do.
42cdf0e10cSrcweir
43*b7cf1532SDamjan Jovanovic.ELSE
44*b7cf1532SDamjan Jovanovic
45*b7cf1532SDamjan JovanovicAPP1OBJS = $(SLO)/SanCertExt.obj
46*b7cf1532SDamjan JovanovicAPP1RPATH = NONE
47*b7cf1532SDamjan JovanovicAPP1STDLIBS = $(GTESTLIB)     \
48cdf0e10cSrcweir              $(SALLIB)         \
49cdf0e10cSrcweir              $(NEON3RDLIB)     \
50cdf0e10cSrcweir              $(CPPULIB)        \
51cdf0e10cSrcweir              $(XMLOFFLIB)      \
52cdf0e10cSrcweir	          $(CPPUHELPERLIB)	\
53cdf0e10cSrcweir	          $(SVLLIB)			\
54cdf0e10cSrcweir	          $(TOOLSLIB)	    \
55cdf0e10cSrcweir	          $(COMPHELPERLIB) \
56cdf0e10cSrcweir	          $(TESTLIB)
57cdf0e10cSrcweir
58*b7cf1532SDamjan JovanovicAPP1TARGET = qa_CertExt
59*b7cf1532SDamjan JovanovicAPP1TEST = enabled
60cdf0e10cSrcweir
61cdf0e10cSrcweir.INCLUDE: target.mk
62cdf0e10cSrcweir.INCLUDE: installationtest.mk
63cdf0e10cSrcweir
64*b7cf1532SDamjan Jovanovic.ENDIF # "$(ENABLE_UNIT_TESTS)" != "YES"
65*b7cf1532SDamjan Jovanovic.ENDIF # "$(OOO_SUBSEQUENT_TESTS)" == ""
66*b7cf1532SDamjan Jovanovic.ENDIF # "$(ENABLE_NSS_MODULE)" == "NO"
67