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

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

61
62.ELIF "$(GUI)" == "OS2"
63
64@all:
65 @echo "using system serf. nothing do do."
66
67.ELSE
68
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

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

61
62.ELIF "$(GUI)" == "OS2"
63
64@all:
65 @echo "using system serf. nothing do do."
66
67.ELSE
68
69.IF "$(OS)"=="LINUX"
70PATCH_FILES+=linux-pthread.patch
71.ENDIF
72
69CONFIGURE_DIR=
70CONFIGURE_ACTION=.$/configure
71
72.IF "$(OS)"=="MACOSX"
73CONFIGURE_FLAGS='CXX=$(CXX)'
74CONFIGURE_FLAGS+='CXXFLAGS=-stdlib=libc++ -U__STRICT_ANSI__ -isysroot $(MACOSX_SDK_PATH)'
75.ENDIF
76

--- 24 unchanged lines hidden ---
73CONFIGURE_DIR=
74CONFIGURE_ACTION=.$/configure
75
76.IF "$(OS)"=="MACOSX"
77CONFIGURE_FLAGS='CXX=$(CXX)'
78CONFIGURE_FLAGS+='CXXFLAGS=-stdlib=libc++ -U__STRICT_ANSI__ -isysroot $(MACOSX_SDK_PATH)'
79.ENDIF
80

--- 24 unchanged lines hidden ---