makefile.mk (0a4fc6d9) makefile.mk (257b46fa)
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

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

37 @echo "Using system apr. Does not have to be built."
38
39.ELSE
40
41# Assemble the full version number from the parts defined in apr_version.mk
42APRVERSION=$(APR_MAJOR).$(APR_MINOR).$(APR_MICRO)
43
44TARFILE_NAME=$(PRJNAME)-$(APRVERSION)
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

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

37 @echo "Using system apr. Does not have to be built."
38
39.ELSE
40
41# Assemble the full version number from the parts defined in apr_version.mk
42APRVERSION=$(APR_MAJOR).$(APR_MINOR).$(APR_MICRO)
43
44TARFILE_NAME=$(PRJNAME)-$(APRVERSION)
45TARFILE_MD5=97262fe54dddaf583eaaee3497a426e1
45TARFILE_MD5=98492e965963f852ab29f9e61b2ad700
46
46
47PATCH_FILES= $(TARFILE_NAME).patch
48
49.IF "$(OS)"=="WNT"
50
51PATCH_FILES+= $(TARFILE_NAME)-windows.patch
52PATCH_FILES+= $(TARFILE_NAME)-no-devenv.patch
53CONFIGURE_ACTION=cp include/apr.hw include/apr.h
54BUILD_DIR=
55BUILD_ACTION=INCLUDE="$(INCLUDE);./include" USEMAK=1 nmake -f Makefile.win buildall
56

--- 55 unchanged lines hidden ---
47.IF "$(OS)"=="WNT"
48
49PATCH_FILES+= $(TARFILE_NAME)-windows.patch
50PATCH_FILES+= $(TARFILE_NAME)-no-devenv.patch
51CONFIGURE_ACTION=cp include/apr.hw include/apr.h
52BUILD_DIR=
53BUILD_ACTION=INCLUDE="$(INCLUDE);./include" USEMAK=1 nmake -f Makefile.win buildall
54

--- 55 unchanged lines hidden ---