makefile.mk (59ddfc10) | makefile.mk (fdf35928) |
---|---|
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 --- 44 unchanged lines hidden (view full) --- 53SHL1TARGET= $(TARGET)$(DLLPOSTFIX) 54 55SHL1OBJS= $(SLOFILES) 56 57SHL1STDLIBS= $(COMPHELPERLIB) \ 58 $(CPPUHELPERLIB) \ 59 $(CPPULIB) \ 60 $(SALLIB) \ | 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 --- 44 unchanged lines hidden (view full) --- 53SHL1TARGET= $(TARGET)$(DLLPOSTFIX) 54 55SHL1OBJS= $(SLOFILES) 56 57SHL1STDLIBS= $(COMPHELPERLIB) \ 58 $(CPPUHELPERLIB) \ 59 $(CPPULIB) \ 60 $(SALLIB) \ |
61 $(TOOLSLIB) \ 62 $(COINMPLIBS) | 61 $(TOOLSLIB) |
63 64SHL1DEPN= makefile.mk 65SHL1DEF= $(MISC)$/$(SHL1TARGET).def 66SHL1VERSIONMAP= $(SOLARENV)/src/component.map 67DEF1NAME= $(SHL1TARGET) 68 | 62 63SHL1DEPN= makefile.mk 64SHL1DEF= $(MISC)$/$(SHL1TARGET).def 65SHL1VERSIONMAP= $(SOLARENV)/src/component.map 66DEF1NAME= $(SHL1TARGET) 67 |
68.IF "$(SYSTEM_COINMP)" == "YES" 69CFLAGS+= $(COINMP_CFLAGS) -DSYSTEM_COINMP 70# Use the library flags from configure 71SHL1STDLIBS+=$(COINMP_LIBS) 72.ELSE 73# Use the library flags from solenv 74SHL1STDLIBS+=$(COINMPLIBS) 75.ENDIF 76 |
|
69# --- Resources -------------------------------- 70 71RESLIB1LIST=$(SRS)$/solver.srs 72 73RESLIB1NAME=solver 74RESLIB1SRSFILES=$(RESLIB1LIST) 75 76# --- Targets ---------------------------------- --- 14 unchanged lines hidden --- | 77# --- Resources -------------------------------- 78 79RESLIB1LIST=$(SRS)$/solver.srs 80 81RESLIB1NAME=solver 82RESLIB1SRSFILES=$(RESLIB1LIST) 83 84# --- Targets ---------------------------------- --- 14 unchanged lines hidden --- |