makefile.mk (70840c81) makefile.mk (27b2fc91)
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

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

47
48SHL1OBJS= $(SLOFILES)
49
50SHL1STDLIBS= $(COMPHELPERLIB) \
51 $(CPPUHELPERLIB) \
52 $(CPPULIB) \
53 $(SALLIB) \
54 $(TOOLSLIB) \
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

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

47
48SHL1OBJS= $(SLOFILES)
49
50SHL1STDLIBS= $(COMPHELPERLIB) \
51 $(CPPUHELPERLIB) \
52 $(CPPULIB) \
53 $(SALLIB) \
54 $(TOOLSLIB) \
55 CoinMP.lib
55 $(COINMPLIB)
56
57SHL1DEPN= makefile.mk
58SHL1DEF= $(MISC)$/$(SHL1TARGET).def
59SHL1VERSIONMAP= $(SOLARENV)/src/component.map
60DEF1NAME= $(SHL1TARGET)
61
62# --- Resources --------------------------------
63

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

74
75ALLTAR : $(MISC)/solver.component
76
77$(MISC)/solver.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
78 solver.component
79 $(XSLTPROC) --nonet --stringparam uri \
80 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
81 $(SOLARENV)/bin/createcomponent.xslt solver.component
56
57SHL1DEPN= makefile.mk
58SHL1DEF= $(MISC)$/$(SHL1TARGET).def
59SHL1VERSIONMAP= $(SOLARENV)/src/component.map
60DEF1NAME= $(SHL1TARGET)
61
62# --- Resources --------------------------------
63

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

74
75ALLTAR : $(MISC)/solver.component
76
77$(MISC)/solver.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
78 solver.component
79 $(XSLTPROC) --nonet --stringparam uri \
80 '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
81 $(SOLARENV)/bin/createcomponent.xslt solver.component
82