makefile.mk (a4523a2b) | makefile.mk (37ec910a) |
---|---|
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 --- 56 unchanged lines hidden (view full) --- 65.IF "$(COMNAME)"=="msci" 66SHL1VERSIONMAP=msci.map 67.ELIF "$(COMNAME)"=="mscx" 68SHL1VERSIONMAP=mscx.map 69.ELIF "$(GUI)"=="OS2" 70SHL1VERSIONMAP=gcc3os2.map 71.ELIF "$(COMNAME)"=="sunpro5" 72SHL1VERSIONMAP=sols.map | 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 --- 56 unchanged lines hidden (view full) --- 65.IF "$(COMNAME)"=="msci" 66SHL1VERSIONMAP=msci.map 67.ELIF "$(COMNAME)"=="mscx" 68SHL1VERSIONMAP=mscx.map 69.ELIF "$(GUI)"=="OS2" 70SHL1VERSIONMAP=gcc3os2.map 71.ELIF "$(COMNAME)"=="sunpro5" 72SHL1VERSIONMAP=sols.map |
73.ELIF "$(COMNAME)"=="gcc3" | 73.ELIF "$(COMNAME)"=="gcc3" && "$(OS)"!="MACOSX" |
74SHL1VERSIONMAP=gcc3.map 75.ENDIF 76 77# --- Targets ------------------------------------------------------ 78 79.INCLUDE : target.mk 80 | 74SHL1VERSIONMAP=gcc3.map 75.ENDIF 76 77# --- Targets ------------------------------------------------------ 78 79.INCLUDE : target.mk 80 |