makefile.mk (1076d7f7) makefile.mk (06f2ef55)
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"
124SCPDEFS+=-DWITHOUT_MOZILLA
125.ENDIF
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
126
127.IF "$(WITH_MYSPELL_DICTS)" == "NO"
128SCPDEFS+=-DWITHOUT_MYSPELL_DICTS
129.ENDIF
130
131.IF "$(SYSTEM_MOZILLA)" == "YES"
132SCPDEFS+=-DSYSTEM_MOZILLA
133.ENDIF
131#.IF "$(SYSTEM_MOZILLA)" == "YES"
132#SCPDEFS+=-DSYSTEM_MOZILLA
133#.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 ---
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 ---