makefile.mk (c58749d7) | makefile.mk (4023fbb7) |
---|---|
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 --- 47 unchanged lines hidden (view full) --- 56CONFIGURE_DIR= 57CONFIGURE_ACTION= 58CONFIGURE_FLAGS= 59 60BUILD_DIR=$(CONFIGURE_DIR) 61BUILD_ACTION=$(GNUMAKE) 62BUILD_FLAGS+= -j$(EXTMAXPROCESS) 63 | 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 --- 47 unchanged lines hidden (view full) --- 56CONFIGURE_DIR= 57CONFIGURE_ACTION= 58CONFIGURE_FLAGS= 59 60BUILD_DIR=$(CONFIGURE_DIR) 61BUILD_ACTION=$(GNUMAKE) 62BUILD_FLAGS+= -j$(EXTMAXPROCESS) 63 |
64.ELIF "$(GUI)" == "OS2" 65 66@all: 67 @echo "using system serf. nothing do do." 68 |
|
64.ELSE 65 66.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" 67# Do not link against expat. It is not necessary (apr-util is already linked against it) 68# and does not work (we use a different expat library schema.) 69PATCH_FILES+=$(TARFILE_NAME).mac.patch 70.ELSE 71# Add -ldl as last library so that the linker has no trouble resolving dependencies. --- 31 unchanged lines hidden --- | 69.ELSE 70 71.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" 72# Do not link against expat. It is not necessary (apr-util is already linked against it) 73# and does not work (we use a different expat library schema.) 74PATCH_FILES+=$(TARFILE_NAME).mac.patch 75.ELSE 76# Add -ldl as last library so that the linker has no trouble resolving dependencies. --- 31 unchanged lines hidden --- |