makefile.mk (7766832a) makefile.mk (56386a57)
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

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

42
43.ELSE # "$(SYSTEM_BOOST)" == "YES"
44
45# --- Files --------------------------------------------------------
46
47TARFILE_NAME=boost_1_55_0
48TARFILE_MD5=d6eef4b4cacb2183f2bf265a5a03a354
49PATCH_FILES= $(TARFILE_NAME).patch
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

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

42
43.ELSE # "$(SYSTEM_BOOST)" == "YES"
44
45# --- Files --------------------------------------------------------
46
47TARFILE_NAME=boost_1_55_0
48TARFILE_MD5=d6eef4b4cacb2183f2bf265a5a03a354
49PATCH_FILES= $(TARFILE_NAME).patch
50.IF "$(GUI)"=="OS2"
51PATCH_FILES+=boost-os2.patch
52.ENDIF
50
51CONFIGURE_DIR=
52CONFIGURE_ACTION=
53
54BUILD_DIR=
55BUILD_ACTION=
56BUILD_FLAGS=
57

--- 112 unchanged lines hidden ---
53
54CONFIGURE_DIR=
55CONFIGURE_ACTION=
56
57BUILD_DIR=
58BUILD_ACTION=
59BUILD_FLAGS=
60

--- 112 unchanged lines hidden ---