162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciuse 5.010000; 362306a36Sopenharmony_ciuse ExtUtils::MakeMaker; 462306a36Sopenharmony_ci# See lib/ExtUtils/MakeMaker.pm for details of how to influence 562306a36Sopenharmony_ci# the contents of the Makefile that is written. 662306a36Sopenharmony_ciWriteMakefile( 762306a36Sopenharmony_ci NAME => 'Perf::Trace::Context', 862306a36Sopenharmony_ci VERSION_FROM => 'lib/Perf/Trace/Context.pm', # finds $VERSION 962306a36Sopenharmony_ci PREREQ_PM => {}, # e.g., Module::Name => 1.1 1062306a36Sopenharmony_ci ($] >= 5.005 ? ## Add these new keywords supported since 5.005 1162306a36Sopenharmony_ci (ABSTRACT_FROM => 'lib/Perf/Trace/Context.pm', # retrieve abstract from module 1262306a36Sopenharmony_ci AUTHOR => 'Tom Zanussi <tzanussi@gmail.com>') : ()), 1362306a36Sopenharmony_ci LIBS => [''], # e.g., '-lm' 1462306a36Sopenharmony_ci DEFINE => '-I ../..', # e.g., '-DHAVE_SOMETHING' 1562306a36Sopenharmony_ci INC => '-I.', # e.g., '-I. -I/usr/include/other' 1662306a36Sopenharmony_ci # Un-comment this if you add C files to link with later: 1762306a36Sopenharmony_ci OBJECT => 'Context.o', # link all the C files too 1862306a36Sopenharmony_ci); 19