makefile.mk (7871dc3e) makefile.mk (d853d28b)
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

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

59SHL1LIBS= $(SLB)$/$(TARGET).lib
60SHL1DEF= $(MISC)$/$(SHL1TARGET).def
61SHL1RPATH= URELIB
62
63DEF1NAME= $(SHL1TARGET)
64
65.IF "$(COMNAME)"=="msci"
66SHL1VERSIONMAP=msci.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

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

59SHL1LIBS= $(SLB)$/$(TARGET).lib
60SHL1DEF= $(MISC)$/$(SHL1TARGET).def
61SHL1RPATH= URELIB
62
63DEF1NAME= $(SHL1TARGET)
64
65.IF "$(COMNAME)"=="msci"
66SHL1VERSIONMAP=msci.map
67.ELIF "$(COMNAME)"=="mscx"
68SHL1VERSIONMAP=mscx.map
67.ELIF "$(GUI)"=="OS2"
68SHL1VERSIONMAP=gcc3os2.map
69.ELIF "$(COMNAME)"=="sunpro5"
70SHL1VERSIONMAP=sols.map
71.ELIF "$(COMNAME)"=="gcc3"
72SHL1VERSIONMAP=gcc3.map
73.ENDIF
74
75# --- Targets ------------------------------------------------------
76
77.INCLUDE : target.mk
78
69.ELIF "$(GUI)"=="OS2"
70SHL1VERSIONMAP=gcc3os2.map
71.ELIF "$(COMNAME)"=="sunpro5"
72SHL1VERSIONMAP=sols.map
73.ELIF "$(COMNAME)"=="gcc3"
74SHL1VERSIONMAP=gcc3.map
75.ENDIF
76
77# --- Targets ------------------------------------------------------
78
79.INCLUDE : target.mk
80