view auto/lib/libatomic/make @ 4445:50445a6d469e stable-1.0

Merge of r4398: Changed ngx_log_debugN() macros to verify the number of arguments when built with debugging.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 05 Feb 2012 19:06:52 +0000
parents b4aa418af6ef
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


    cat << END                                            >> $NGX_MAKEFILE

$NGX_LIBATOMIC/src/libatomic_ops.a:	$NGX_LIBATOMIC/Makefile
	cd $NGX_LIBATOMIC && make

$NGX_LIBATOMIC/Makefile:	$NGX_MAKEFILE
	cd $NGX_LIBATOMIC && ./configure

END