makefile.mk (4e651fab) makefile.mk (aec63fa3)
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

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

41# Assemble the full version number from the parts defined in gtest_version.mk
42LIBGTESTVERSION=$(GTEST_MAJOR).$(GTEST_MINOR).$(GTEST_MICRO)
43
44TARFILE_NAME=$(PRJNAME)-$(LIBGTESTVERSION)
45# This is the SHA1 checksum, not MD5 but tg_ext.mk does not now about this and,
46# thankfully, does not care.
47TARFILE_MD5=2d6ec8ccdf5c46b05ba54a9fd1d130d7
48
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

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

41# Assemble the full version number from the parts defined in gtest_version.mk
42LIBGTESTVERSION=$(GTEST_MAJOR).$(GTEST_MINOR).$(GTEST_MICRO)
43
44TARFILE_NAME=$(PRJNAME)-$(LIBGTESTVERSION)
45# This is the SHA1 checksum, not MD5 but tg_ext.mk does not now about this and,
46# thankfully, does not care.
47TARFILE_MD5=2d6ec8ccdf5c46b05ba54a9fd1d130d7
48
49PATCH_FILES= use-own-tuple.patch
49PATCH_FILES= use-own-tuple.patch gtest-python3.patch
50
51.IF "$(OS)"=="WNT"
52
53CONFIGURE_DIR=
54# dirty hack for gbuild whihc relies on .cxx extension for C++ files
55CONFIGURE_ACTION=cp src/gtest-all.cc src/gtest-all.cxx
56CONFIGURE_FLAGS=
57

--- 47 unchanged lines hidden ---
50
51.IF "$(OS)"=="WNT"
52
53CONFIGURE_DIR=
54# dirty hack for gbuild whihc relies on .cxx extension for C++ files
55CONFIGURE_ACTION=cp src/gtest-all.cc src/gtest-all.cxx
56CONFIGURE_FLAGS=
57

--- 47 unchanged lines hidden ---