makefile.mk (c9f2ebca) 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

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

40.IF "$(OS)"=="WNT"
41
42CONFIGURE_ACTION=cp include/apr.hw include/apr.h
43BUILD_DIR=
44BUILD_ACTION=INCLUDE="$(INCLUDE);./include" nmake -f Makefile.win buildall
45
46#INSTALL_ACTION=cp Release/libapr-1.lib $(OUTDIR)/lib/libapr-1.lib
47
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

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

40.IF "$(OS)"=="WNT"
41
42CONFIGURE_ACTION=cp include/apr.hw include/apr.h
43BUILD_DIR=
44BUILD_ACTION=INCLUDE="$(INCLUDE);./include" nmake -f Makefile.win buildall
45
46#INSTALL_ACTION=cp Release/libapr-1.lib $(OUTDIR)/lib/libapr-1.lib
47
48.ELIF "$(GUI)" == "OS2"
49
50@all:
51 @echo "using system apr. nothing do do."
52
48.ELSE
49
50CONFIGURE_DIR=
51CONFIGURE_ACTION=.$/configure --prefix=$(OUTDIR) --includedir=$(OUTDIR)$/inc$/apr
52CONFIGURE_FLAGS=
53
54BUILD_DIR=$(CONFIGURE_DIR)
55BUILD_ACTION=$(GNUMAKE)

--- 40 unchanged lines hidden ---
53.ELSE
54
55CONFIGURE_DIR=
56CONFIGURE_ACTION=.$/configure --prefix=$(OUTDIR) --includedir=$(OUTDIR)$/inc$/apr
57CONFIGURE_FLAGS=
58
59BUILD_DIR=$(CONFIGURE_DIR)
60BUILD_ACTION=$(GNUMAKE)

--- 40 unchanged lines hidden ---