makefile.mk (acb11dfd) | makefile.mk (744a105a) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 37TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)_$(ICU_MICRO)-src 38TARFILE_MD5=2f6ecca935948f7db92d925d88d0d078 39.ELSE 40TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)-src 41TARFILE_MD5= 42.ENDIF 43TARFILE_ROOTDIR=icu 44 | 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 --- 28 unchanged lines hidden (view full) --- 37TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)_$(ICU_MICRO)-src 38TARFILE_MD5=2f6ecca935948f7db92d925d88d0d078 39.ELSE 40TARFILE_NAME=icu4c-$(ICU_MAJOR)_$(ICU_MINOR)-src 41TARFILE_MD5= 42.ENDIF 43TARFILE_ROOTDIR=icu 44 |
45PATCH_FILES=${TARFILE_NAME}.patch icu-mp.patch | 45PATCH_FILES=${TARFILE_NAME}.patch icu-mp.patch icu-win-layoutex.patch |
46 47# ADDITIONAL_FILES= 48 49.IF "$(GUI)"=="UNX" 50.IF "$(COMNAME)"=="sunpro5" 51#.IF "$(BUILD_TOOLS)$/cc"=="$(shell +-which cc)" 52#CC:=$(COMPATH)$/bin$/cc 53#CXX:=$(COMPATH)$/bin$/CC --- 220 unchanged lines hidden --- | 46 47# ADDITIONAL_FILES= 48 49.IF "$(GUI)"=="UNX" 50.IF "$(COMNAME)"=="sunpro5" 51#.IF "$(BUILD_TOOLS)$/cc"=="$(shell +-which cc)" 52#CC:=$(COMPATH)$/bin$/cc 53#CXX:=$(COMPATH)$/bin$/CC --- 220 unchanged lines hidden --- |