makefile.mk (444fcb3f) | makefile.mk (bcc22a4c) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40all: 41 @echo "Using system CoinMP. Does not have to be built." 42 43.ELSE 44 45TARFILE_NAME=CoinMP-1.7.6 46TARFILE_MD5=1cce53bf4b40ae29790d2c5c9f8b1129 47 | 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 --- 31 unchanged lines hidden (view full) --- 40all: 41 @echo "Using system CoinMP. Does not have to be built." 42 43.ELSE 44 45TARFILE_NAME=CoinMP-1.7.6 46TARFILE_MD5=1cce53bf4b40ae29790d2c5c9f8b1129 47 |
48PATCH_FILES=coinmp-1.7.6.patch coinmp-1.7.6-clang.patch | 48PATCH_FILES=coinmp-1.7.6.patch coinmp-1.7.6-clang.patch coinmp-1.7.6-clang-1.8.patch |
49.IF "$(OS)"=="OS2" 50PATCH_FILES+=coinmp-1.6.0-os2.patch 51.ENDIF 52 53.IF "$(COM)"=="MSC" 54BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv CoinMP\\MSVisualStudio\\v9\\CoinMP.sln "Release|Win32" 55.ELSE 56CONFIGURE_ACTION=./configure --- 38 unchanged lines hidden --- | 49.IF "$(OS)"=="OS2" 50PATCH_FILES+=coinmp-1.6.0-os2.patch 51.ENDIF 52 53.IF "$(COM)"=="MSC" 54BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv CoinMP\\MSVisualStudio\\v9\\CoinMP.sln "Release|Win32" 55.ELSE 56CONFIGURE_ACTION=./configure --- 38 unchanged lines hidden --- |