makefile.mk (320b8d84) makefile.mk (a171ac4e)
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

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

33.IF "$(SYSTEM_EXPAT)" == "YES"
34all:
35 @echo "An already available installation of expat should exist on your system."
36 @echo "Therefore the version provided here does not need to be built in addition."
37.ENDIF
38
39# --- Files --------------------------------------------------------
40
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

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

33.IF "$(SYSTEM_EXPAT)" == "YES"
34all:
35 @echo "An already available installation of expat should exist on your system."
36 @echo "Therefore the version provided here does not need to be built in addition."
37.ENDIF
38
39# --- Files --------------------------------------------------------
40
41TARFILE_NAME=expat-2.1.0
42TARFILE_MD5=dd7dab7a5fea97d2a6a43f511449b7cd
41TARFILE_NAME=expat-2.2.0
42TARFILE_MD5=2f47841c829facb346eb6e3fab5212e2
43ADDITIONAL_FILES=lib$/makefile.mk
44PATCH_FILES=$(TARFILE_NAME).patch \
45 expat-winapi.patch
46
47CONFIGURE_DIR=
48.IF "$(OS)"=="WNT"
49CONFIGURE_ACTION=
50.ELSE
51CONFIGURE_ACTION=.$/configure
52.ENDIF
53
54BUILD_DIR=lib
55BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
56
57# --- Targets ------------------------------------------------------
58
59.INCLUDE : set_ext.mk
60.INCLUDE : target.mk
61.INCLUDE : tg_ext.mk
43ADDITIONAL_FILES=lib$/makefile.mk
44PATCH_FILES=$(TARFILE_NAME).patch \
45 expat-winapi.patch
46
47CONFIGURE_DIR=
48.IF "$(OS)"=="WNT"
49CONFIGURE_ACTION=
50.ELSE
51CONFIGURE_ACTION=.$/configure
52.ENDIF
53
54BUILD_DIR=lib
55BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS)
56
57# --- Targets ------------------------------------------------------
58
59.INCLUDE : set_ext.mk
60.INCLUDE : target.mk
61.INCLUDE : tg_ext.mk