Rev 4129 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#..# Copyright (c) VIX TECHNOLOGY (AUST) LTD#die "Usage: Makefile.pl rootdir Makelib.pl\n" unless( $#ARGV+1 >= 2 );require "$ARGV[1]";# subdirectories to recurseSubDir( 'attend' );SubDir( 'config' );SubDir( 'generated' );# target platformsPlatform( '*' );# libraries to be installed outside the sandboxSrc ( '*', 'descpkg' );PackageFile ( '*', 'descpkg' );#--- Finally generate the makefileMakefileGenerate();