makefile.mk (4023fbb7) | makefile.mk (677439b9) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32# --- Files -------------------------------------------------------- 33 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 | 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 --- 23 unchanged lines hidden (view full) --- 32# --- Files -------------------------------------------------------- 33 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 |
|
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 --- 53 unchanged lines hidden --- | 42.IF "$(OS)"=="WNT" 43 44CONFIGURE_ACTION=cp include/apr.hw include/apr.h 45BUILD_DIR= 46BUILD_ACTION=INCLUDE="$(INCLUDE);./include" nmake -f Makefile.win buildall 47 48#INSTALL_ACTION=cp Release/libapr-1.lib $(OUTDIR)/lib/libapr-1.lib 49 --- 53 unchanged lines hidden --- |