| unx.mk (0bc66fd0) | unx.mk (c25219e0) |
|---|---|
| 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 --- 125 unchanged lines hidden (view full) --- 134.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC300NETBSDI" 135.INCLUDE : unxbsdi2.mk 136.ENDIF 137 138.IF "$(COM)$(OS)$(CPU)" == "GCCNETBSDS" 139.INCLUDE : unxbsds.mk 140.ENDIF 141 | 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 --- 125 unchanged lines hidden (view full) --- 134.IF "$(COM)$(CVER)$(OS)$(CPU)" == "GCCC300NETBSDI" 135.INCLUDE : unxbsdi2.mk 136.ENDIF 137 138.IF "$(COM)$(OS)$(CPU)" == "GCCNETBSDS" 139.INCLUDE : unxbsds.mk 140.ENDIF 141 |
| 142.IF "$(COM)$(OS)" == "GCCFREEBSD" | 142.IF "$(OS)" == "FREEBSD" |
| 143.INCLUDE : unxfbsd.mk 144.ENDIF 145 146.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" 147.INCLUDE : unxmacxp.mk 148.ENDIF 149 150.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXI" --- 62 unchanged lines hidden --- | 143.INCLUDE : unxfbsd.mk 144.ENDIF 145 146.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXP" 147.INCLUDE : unxmacxp.mk 148.ENDIF 149 150.IF "$(COM)$(OS)$(CPU)" == "GCCMACOSXI" --- 62 unchanged lines hidden --- |