Subversion Repositories DevTools

Rev

Rev 6856 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

########################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
# Module name   : makefile.pl
# Module type   : JATS Makefile
# Environment(s): JATS Build System
#
# Description   : Makefile for debian_packager 
#
#......................................................................#
#
# exec build system
#
require "$ARGV[1]";

# Build platform definitions ..
#
Platform( '*' );

############################################################################
#   Define the source files
#
#.............................................................................
# Packaging definitions
#
PackageFile ( '*'   , '--DirTree=tools' );
PackageFile ( '*'   , '--DirTree=gbe' );
PackageFile ( '*'   , 'descpkg' );

#.............................................................................
# Finally generate the makefile
#
MakefileGenerate();

#..  Successful termination
1;