From 5ef8e0ee8933e914b1847168255b53f07c3727b3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 17 Aug 2017 21:47:19 +0300 Subject: Removing auto/modules directory before commiting the new module configuration infrastructure. --- auto/modules/php/make | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 auto/modules/php/make (limited to 'auto/modules/php/make') diff --git a/auto/modules/php/make b/auto/modules/php/make deleted file mode 100644 index f4bd7f97..00000000 --- a/auto/modules/php/make +++ /dev/null @@ -1,24 +0,0 @@ - -# Copyright (C) Max Romanov -# Copyright (C) NGINX, Inc. - - -$echo >> $NXT_MAKEFILE -$echo >> $NXT_MAKEFILE - - -# The php module object files. - -for nxt_src in $NXT_PHP_MODULE_SRCS -do - nxt_obj=`$echo $nxt_src | sed -e "s/\.c$/\.o/"` - cat << END >> $NXT_MAKEFILE - -$NXT_BUILD_DIR/$nxt_obj: $nxt_src - \$(CC) -c \$(CFLAGS) \$(NXT_INCS) $NXT_PHP_INCLUDE \\ - $NXT_LIB_AUX_CFLAGS \\ - -o $NXT_BUILD_DIR/$nxt_obj \\ - $nxt_src -END - -done -- cgit