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

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

32
33.INCLUDE : settings.mk
34.INCLUDE : $(PRJ)$/util$/target.pmk
35
36.IF "$(SYSTEM_LIBXML)" == "YES"
37CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
38.ENDIF
39
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

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

32
33.INCLUDE : settings.mk
34.INCLUDE : $(PRJ)$/util$/target.pmk
35
36.IF "$(SYSTEM_LIBXML)" == "YES"
37CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
38.ENDIF
39
40.IF "$(WITH_MOZILLA)" == "NO" || "$(ENABLE_NSS_MODULE)"!="YES"
41.IF "$(SYSTEM_MOZILLA)" != "YES"
40.IF "$(ENABLE_NSS_MODULE)"!="YES"
42@all:
41@all:
43 @echo "No mozilla -> no nss -> no libxmlsec -> no xmlsecurity.."
42 @echo "No nss -> no libxmlsec -> no xmlsecurity.."
44.ENDIF
43.ENDIF
45.ENDIF
46
47.IF "$(CRYPTO_ENGINE)" == "mscrypto"
48CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO
49.ENDIF
50
51CDEFS += -DXMLSEC_NO_XSLT
52
53# --- Files --------------------------------------------------------

--- 15 unchanged lines hidden ---
44
45.IF "$(CRYPTO_ENGINE)" == "mscrypto"
46CDEFS += -DXMLSEC_CRYPTO_MSCRYPTO
47.ENDIF
48
49CDEFS += -DXMLSEC_NO_XSLT
50
51# --- Files --------------------------------------------------------

--- 15 unchanged lines hidden ---