makefile.mk (06f2ef55) | 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 --- 106 unchanged lines hidden (view full) --- 115.INCLUDE : libxsltversion.mk 116SCPDEFS+=-DLIBXSLT_MAJOR=$(LIBXSLT_MAJOR) 117.ENDIF 118 119.IF "$(USE_SYSTEM_STL)" == "YES" || "$(STLPORT4)" != "NO_STLPORT4" 120SCPDEFS+=-DUSE_SYSTEM_STL 121.ENDIF 122 | 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 --- 106 unchanged lines hidden (view full) --- 115.INCLUDE : libxsltversion.mk 116SCPDEFS+=-DLIBXSLT_MAJOR=$(LIBXSLT_MAJOR) 117.ENDIF 118 119.IF "$(USE_SYSTEM_STL)" == "YES" || "$(STLPORT4)" != "NO_STLPORT4" 120SCPDEFS+=-DUSE_SYSTEM_STL 121.ENDIF 122 |
123#.IF "$(WITH_MOZILLA)" == "NO" 124#SCPDEFS+=-DWITHOUT_MOZILLA 125#.ENDIF 126 | |
127.IF "$(WITH_MYSPELL_DICTS)" == "NO" 128SCPDEFS+=-DWITHOUT_MYSPELL_DICTS 129.ENDIF 130 | 123.IF "$(WITH_MYSPELL_DICTS)" == "NO" 124SCPDEFS+=-DWITHOUT_MYSPELL_DICTS 125.ENDIF 126 |
131#.IF "$(SYSTEM_MOZILLA)" == "YES" 132#SCPDEFS+=-DSYSTEM_MOZILLA 133#.ENDIF | 127.IF "$(ENABLE_NSS_MODULE)" == "YES" 128SCPDEFS+=-DENABLE_XMLSEC 129 .IF "$(SYSTEM_NSS)" != "YES" 130 SCPDEFS+=-DBUNDLE_NSS_LIBS 131 .ENDIF 132.ENDIF |
134 135.IF "$(WITH_LDAP)" == "YES" 136SCPDEFS+=-DWITH_LDAP 137.ENDIF 138 139.IF "$(SYSTEM_CURL)" == "YES" 140SCPDEFS+=-DSYSTEM_CURL 141.ENDIF --- 243 unchanged lines hidden --- | 133 134.IF "$(WITH_LDAP)" == "YES" 135SCPDEFS+=-DWITH_LDAP 136.ENDIF 137 138.IF "$(SYSTEM_CURL)" == "YES" 139SCPDEFS+=-DSYSTEM_CURL 140.ENDIF --- 243 unchanged lines hidden --- |