makefile.mk (fb2e0c6f) | makefile.mk (1e1ac450) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40.ELSE 41 42TARFILE_NAME=nss-3.14.4-with-nspr-4.9.5 43TARFILE_MD5=067a04150b1d8b64f7da3019688a7547 44TARFILE_ROOTDIR=nss-3.14.4 45PATCH_FILES=nss.patch 46 47.IF "$(OS)"=="MACOSX" | 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 --- 31 unchanged lines hidden (view full) --- 40.ELSE 41 42TARFILE_NAME=nss-3.14.4-with-nspr-4.9.5 43TARFILE_MD5=067a04150b1d8b64f7da3019688a7547 44TARFILE_ROOTDIR=nss-3.14.4 45PATCH_FILES=nss.patch 46 47.IF "$(OS)"=="MACOSX" |
48MACOS_SDK_DIR=/Developer/SDKs/MacOSX10.4u.sdk | 48MACOS_SDK_DIR=$(SDK_PATH) |
49.EXPORT : MACOS_SDK_DIR 50PATCH_FILES+=nss_macosx.patch 51.ENDIF # "$(OS)"=="MACOSX" 52 53.IF "$(debug)" != "" 54.ELSE 55BUILD_OPT=1 56.EXPORT: BUILD_OPT --- 104 unchanged lines hidden --- | 49.EXPORT : MACOS_SDK_DIR 50PATCH_FILES+=nss_macosx.patch 51.ENDIF # "$(OS)"=="MACOSX" 52 53.IF "$(debug)" != "" 54.ELSE 55BUILD_OPT=1 56.EXPORT: BUILD_OPT --- 104 unchanged lines hidden --- |