17871dc3eSAndrew Rist#************************************************************** 27871dc3eSAndrew Rist# 37871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 47871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 57871dc3eSAndrew Rist# distributed with this work for additional information 67871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 77871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 87871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 97871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 107871dc3eSAndrew Rist# 117871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 127871dc3eSAndrew Rist# 137871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 147871dc3eSAndrew Rist# software distributed under the License is distributed on an 157871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 167871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 177871dc3eSAndrew Rist# specific language governing permissions and limitations 187871dc3eSAndrew Rist# under the License. 197871dc3eSAndrew Rist# 207871dc3eSAndrew Rist#************************************************************** 217871dc3eSAndrew Rist 227871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweirPRJ=..$/.. 25cdf0e10cSrcweir 26cdf0e10cSrcweirPRJPCH= 27cdf0e10cSrcweir 28cdf0e10cSrcweirPRJNAME=scp2 29cdf0e10cSrcweirTARGET=calc 30cdf0e10cSrcweirTARGETTYPE=CUI 31cdf0e10cSrcweir 32cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 33cdf0e10cSrcweir 34cdf0e10cSrcweir.INCLUDE : settings.mk 35cdf0e10cSrcweir 3627b2fc91SAndre Fischer.IF "$(ENABLE_COINMP)" == "YES" 3727b2fc91SAndre FischerSCPDEFS+=-DENABLE_COINMP 38*fdf35928SAndre Fischer.IF "$(SYSTEM_COINMP)" == "NO" 3927b2fc91SAndre Fischer.IF "$(GUI)"!="WNT" 4027b2fc91SAndre Fischer# For the non-Windows platforms all libraries related to CoinMP have to be 4127b2fc91SAndre Fischer# added explicitly. 4227b2fc91SAndre FischerSCPDEFS+=-DADD_ALL_COINMP_LIBRARIES 43*fdf35928SAndre Fischer.ELSE 44*fdf35928SAndre FischerSCPDEFS+=-DADD_MAIN_COINMP_LIBRARY 45*fdf35928SAndre Fischer.ENDIF 4627b2fc91SAndre Fischer.ENDIF 47cdf0e10cSrcweir.ENDIF 48cdf0e10cSrcweir 49cdf0e10cSrcweirSCP_PRODUCT_TYPE=osl 50cdf0e10cSrcweirPARFILES= \ 51cdf0e10cSrcweir module_calc.par \ 52cdf0e10cSrcweir file_calc.par 53cdf0e10cSrcweir 54cdf0e10cSrcweir.IF "$(GUI)"=="WNT" 55cdf0e10cSrcweirPARFILES += \ 56cdf0e10cSrcweir registryitem_calc.par \ 57cdf0e10cSrcweir folderitem_calc.par 58cdf0e10cSrcweir.ENDIF 59cdf0e10cSrcweir 60cdf0e10cSrcweirULFFILES= \ 61cdf0e10cSrcweir module_calc.ulf \ 62cdf0e10cSrcweir registryitem_calc.ulf \ 63cdf0e10cSrcweir folderitem_calc.ulf 64cdf0e10cSrcweir 65cdf0e10cSrcweir# --- File --------------------------------------------------------- 66cdf0e10cSrcweir.INCLUDE : target.mk 67