| settings.mk (a4523a2b) | settings.mk (4691efef) |
|---|---|
| 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 --- 403 unchanged lines hidden (view full) --- 412CAT=cat 413OBJ_EXT=o 414SHAREDLIB_EXT=dylib 415SHAREDLIB_PRE=lib 416SHAREDLIB_OUT=$(OUT_LIB) 417 418COMID=gcc3 419CPPU_ENV=gcc3 | 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 --- 403 unchanged lines hidden (view full) --- 412CAT=cat 413OBJ_EXT=o 414SHAREDLIB_EXT=dylib 415SHAREDLIB_PRE=lib 416SHAREDLIB_OUT=$(OUT_LIB) 417 418COMID=gcc3 419CPPU_ENV=gcc3 |
| 420COMID=s5abi 421CPPU_ENV=s5abi | |
| 422 423OSEP=\< 424CSEP=\> 425QUOTE=$(subst S,\,S) 426QM=\" 427SQM=' 428ECHOLINE=@echo 429P2BG=& --- 191 unchanged lines hidden --- | 420 421OSEP=\< 422CSEP=\> 423QUOTE=$(subst S,\,S) 424QM=\" 425SQM=' 426ECHOLINE=@echo 427P2BG=& --- 191 unchanged lines hidden --- |