11cb0ef41Sopenharmony_ci# =========================================================================== 21cb0ef41Sopenharmony_ci# https://www.gnu.org/software/autoconf-archive/ax_am_macros_static.html 31cb0ef41Sopenharmony_ci# =========================================================================== 41cb0ef41Sopenharmony_ci# 51cb0ef41Sopenharmony_ci# SYNOPSIS 61cb0ef41Sopenharmony_ci# 71cb0ef41Sopenharmony_ci# AX_AM_MACROS_STATIC 81cb0ef41Sopenharmony_ci# 91cb0ef41Sopenharmony_ci# DESCRIPTION 101cb0ef41Sopenharmony_ci# 111cb0ef41Sopenharmony_ci# Adds support for macros that create Automake rules. You must manually 121cb0ef41Sopenharmony_ci# add the following line 131cb0ef41Sopenharmony_ci# 141cb0ef41Sopenharmony_ci# include $(top_srcdir)/aminclude_static.am 151cb0ef41Sopenharmony_ci# 161cb0ef41Sopenharmony_ci# to your Makefile.am files. 171cb0ef41Sopenharmony_ci# 181cb0ef41Sopenharmony_ci# LICENSE 191cb0ef41Sopenharmony_ci# 201cb0ef41Sopenharmony_ci# Copyright (c) 2009 Tom Howard <tomhoward@users.sf.net> 211cb0ef41Sopenharmony_ci# Copyright (c) 2009 Allan Caffee <allan.caffee@gmail.com> 221cb0ef41Sopenharmony_ci# 231cb0ef41Sopenharmony_ci# Copying and distribution of this file, with or without modification, are 241cb0ef41Sopenharmony_ci# permitted in any medium without royalty provided the copyright notice 251cb0ef41Sopenharmony_ci# and this notice are preserved. This file is offered as-is, without any 261cb0ef41Sopenharmony_ci# warranty. 271cb0ef41Sopenharmony_ci 281cb0ef41Sopenharmony_ci#serial 11 291cb0ef41Sopenharmony_ci 301cb0ef41Sopenharmony_ciAC_DEFUN([AMINCLUDE_STATIC],[aminclude_static.am]) 311cb0ef41Sopenharmony_ci 321cb0ef41Sopenharmony_ciAC_DEFUN([AX_AM_MACROS_STATIC], 331cb0ef41Sopenharmony_ci[ 341cb0ef41Sopenharmony_ciAX_AC_PRINT_TO_FILE(AMINCLUDE_STATIC,[ 351cb0ef41Sopenharmony_ci# ]AMINCLUDE_STATIC[ generated automatically by Autoconf 361cb0ef41Sopenharmony_ci# from AX_AM_MACROS_STATIC on ]m4_esyscmd([LC_ALL=C date])[ 371cb0ef41Sopenharmony_ci]) 381cb0ef41Sopenharmony_ci]) 39