makefile.mk (43feee13) | makefile.mk (09a7098b) |
---|---|
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 --- 53 unchanged lines hidden (view full) --- 62.ELIF "$(GUI)" == "OS2" 63 64@all: 65 @echo "using system serf. nothing do do." 66 67.ELSE 68 69CONFIGURE_DIR= | 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 --- 53 unchanged lines hidden (view full) --- 62.ELIF "$(GUI)" == "OS2" 63 64@all: 65 @echo "using system serf. nothing do do." 66 67.ELSE 68 69CONFIGURE_DIR= |
70CONFIGURE_ACTION=autoconf && .$/configure | 70CONFIGURE_ACTION=.$/configure |
71 72.IF "$(OS)"=="MACOSX" 73CONFIGURE_FLAGS='CXX=$(CXX)' 74CONFIGURE_FLAGS+='CXXFLAGS=-stdlib=libc++ -U__STRICT_ANSI__' 75.ENDIF 76 77BUILD_DIR=$(CONFIGURE_DIR) 78BUILD_ACTION=$(GNUMAKE) --- 22 unchanged lines hidden --- | 71 72.IF "$(OS)"=="MACOSX" 73CONFIGURE_FLAGS='CXX=$(CXX)' 74CONFIGURE_FLAGS+='CXXFLAGS=-stdlib=libc++ -U__STRICT_ANSI__' 75.ENDIF 76 77BUILD_DIR=$(CONFIGURE_DIR) 78BUILD_ACTION=$(GNUMAKE) --- 22 unchanged lines hidden --- |