makefile.mk (677439b9) makefile.mk (fdf35928)
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

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

26
27# --- Settings -----------------------------------------------------
28
29.INCLUDE : settings.mk
30.INCLUDE : apr_version.mk
31
32# --- Files --------------------------------------------------------
33
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

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

26
27# --- Settings -----------------------------------------------------
28
29.INCLUDE : settings.mk
30.INCLUDE : apr_version.mk
31
32# --- Files --------------------------------------------------------
33
34.IF "$(SYSTEM_APR)"=="YES"
35
36all:
37 @echo "Using system apr. Does not have to be built."
38
39.ELSE
40
34# Assemble the full version number from the parts defined in apr_version.mk
35APRVERSION=$(APR_MAJOR).$(APR_MINOR).$(APR_MICRO)
36
37TARFILE_NAME=$(PRJNAME)-$(APRVERSION)
38TARFILE_MD5=97262fe54dddaf583eaaee3497a426e1
39
40PATCH_FILES=apr-1.4.5.patch
41

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

95.ENDIF
96
97
98# --- Targets ------------------------------------------------------
99
100.INCLUDE : set_ext.mk
101.INCLUDE : target.mk
102.INCLUDE : tg_ext.mk
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
46
47PATCH_FILES=apr-1.4.5.patch
48

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

102.ENDIF
103
104
105# --- Targets ------------------------------------------------------
106
107.INCLUDE : set_ext.mk
108.INCLUDE : target.mk
109.INCLUDE : tg_ext.mk
110
111.ENDIF