makefile.mk (0301d5ec) makefile.mk (66d4592e)
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

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

41@all:
42 @echo "No nss -> no libxmlsec -> no xmlsecurity/nss"
43.ENDIF
44
45.IF "$(SYSTEM_NSS)" != "YES"
46MOZ_INC = $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla
47NSS_INC = $(MOZ_INC)$/nss
48NSPR_INC = $(MOZ_INC)$/nspr
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

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

41@all:
42 @echo "No nss -> no libxmlsec -> no xmlsecurity/nss"
43.ENDIF
44
45.IF "$(SYSTEM_NSS)" != "YES"
46MOZ_INC = $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla
47NSS_INC = $(MOZ_INC)$/nss
48NSPR_INC = $(MOZ_INC)$/nspr
49.ELIF "$(GUI)" == "OS2"
50NSS_INC = /@unixroot/usr/include/nss3
51NSPR_INC = /@unixroot/usr/include/nspr4
49.ELSE
50# TODO: better use pkgconfig to find the proper system include path
51NSS_INC = /usr/include/nss3
52NSPR_INC = /usr/include/nspr4
53.ENDIF
54
55.IF "$(GUI)" == "WNT"
56.IF "$(DBG_LEVEL)" == "0"

--- 78 unchanged lines hidden ---
52.ELSE
53# TODO: better use pkgconfig to find the proper system include path
54NSS_INC = /usr/include/nss3
55NSPR_INC = /usr/include/nspr4
56.ENDIF
57
58.IF "$(GUI)" == "WNT"
59.IF "$(DBG_LEVEL)" == "0"

--- 78 unchanged lines hidden ---