Rev 1839 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# Copyright (C) 1998-2006 ERG Limited, All rights reserved## Module name : Makefile.pl# Module type : Makefile system# Compiler(s) : ANSI C# Environment(s): n/a## Description: makefile.pl for package ant-jants##.........................................................................#die "Usage: Makefile.pl rootdir Makelib.pl\n"unless( $#ARGV+1 >= 2 );require "$ARGV[1]";## Build platform definitions ..#Platform( '*' );############################################################################# Define the source files##.............................................................................# Packaging definitions#GenerateFiles ('*', 'jats_transform_file','-infile=--Prerequisite(ant-jants.template.xml)','-outfile=--GeneratedCommon(ant-jants.xml)','-tag=TAG_ANTSHIELD,--PackageInfo(antshield,--fullversion)','-tag=TAG_CLEARCASE,--PackageInfo(clearcase,--fullversion)','-tag=TAG_JANTS,--PackageInfo(jants,--fullversion)',);PackageFile ( '*', 'ant-jants.xml' );#..#Src ( '*' , 'descpkg' );PackageFile ( '*' , 'descpkg' );#.............................................................................# Finally generate the makefile#MakefileGenerate();#.. Successful termination1;