settings.mk (ac209c85) settings.mk (b682cb18)
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

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

410ECHO=@echo
411MKDIR=mkdir -p
412CAT=cat
413OBJ_EXT=o
414SHAREDLIB_EXT=dylib
415SHAREDLIB_PRE=lib
416SHAREDLIB_OUT=$(OUT_LIB)
417
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

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

410ECHO=@echo
411MKDIR=mkdir -p
412CAT=cat
413OBJ_EXT=o
414SHAREDLIB_EXT=dylib
415SHAREDLIB_PRE=lib
416SHAREDLIB_OUT=$(OUT_LIB)
417
418COMID=gcc3
419CPPU_ENV=gcc3
418COMID=s5abi
419CPPU_ENV=s5abi
420
421OSEP=\<
422CSEP=\>
423QUOTE=$(subst S,\,S)
424QM=\"
425SQM='
426ECHOLINE=@echo
427P2BG=&

--- 191 unchanged lines hidden ---
420
421OSEP=\<
422CSEP=\>
423QUOTE=$(subst S,\,S)
424QM=\"
425SQM='
426ECHOLINE=@echo
427P2BG=&

--- 191 unchanged lines hidden ---