makefile.mk (7871dc3e) | makefile.mk (96e0c447) |
---|---|
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 --- 17 unchanged lines hidden (view full) --- 26PRJNAME=xmlsec1 27TARGET=so_xmlsec1 28EXTERNAL_WARNINGS_NOT_ERRORS := TRUE 29 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33 | 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 --- 17 unchanged lines hidden (view full) --- 26PRJNAME=xmlsec1 27TARGET=so_xmlsec1 28EXTERNAL_WARNINGS_NOT_ERRORS := TRUE 29 30# --- Settings ----------------------------------------------------- 31 32.INCLUDE : settings.mk 33 |
34.IF "$(WITH_MOZILLA)" == "NO" | 34.IF "$(ENABLE_NSS_MODULE)" == "NO" |
35@all: | 35@all: |
36 @echo "Mozilla disabled -> no nss -> no libxmlsec...." | 36 @echo "No nss -> no libxmlsec...." |
37.ENDIF 38 39# --- Files -------------------------------------------------------- 40 41XMLSEC1VERSION=1.2.14 42 43TARFILE_NAME=$(PRJNAME)-$(XMLSEC1VERSION) 44TARFILE_MD5=1f24ab1d39f4a51faf22244c94a6203f --- 144 unchanged lines hidden --- | 37.ENDIF 38 39# --- Files -------------------------------------------------------- 40 41XMLSEC1VERSION=1.2.14 42 43TARFILE_NAME=$(PRJNAME)-$(XMLSEC1VERSION) 44TARFILE_MD5=1f24ab1d39f4a51faf22244c94a6203f --- 144 unchanged lines hidden --- |