unx.mk (7871dc3e) | unx.mk (0bc66fd0) |
---|---|
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 --- 137 unchanged lines hidden (view full) --- 146.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" 147.INCLUDE : unxmacxp.mk 148.ENDIF 149 150.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXI" 151.INCLUDE : unxmacxi.mk 152.ENDIF 153 | 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 --- 137 unchanged lines hidden (view full) --- 146.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" 147.INCLUDE : unxmacxp.mk 148.ENDIF 149 150.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXI" 151.INCLUDE : unxmacxi.mk 152.ENDIF 153 |
154.IF "$(COM)$(OS)$(CPU)" == "CLANGMACOSXI" 155.INCLUDE : unxmacci.mk 156.ENDIF 157 158.IF "$(COM)$(OS)$(CPU)" == "CLANGMACOSXX" 159.INCLUDE : unxmaccx.mk 160.ENDIF 161 |
|
154.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXM" 155.INCLUDE : unxlngmips.mk 156.ENDIF 157 158.IF "$(COM)$(OS)$(CPU)" == "GCCLINUX6" 159.INCLUDE : unxlngm68k.mk 160.ENDIF 161 --- 43 unchanged lines hidden --- | 162.IF "$(COM)$(OS)$(CPU)" == "GCCLINUXM" 163.INCLUDE : unxlngmips.mk 164.ENDIF 165 166.IF "$(COM)$(OS)$(CPU)" == "GCCLINUX6" 167.INCLUDE : unxlngm68k.mk 168.ENDIF 169 --- 43 unchanged lines hidden --- |