Rev 6914 | Blame | Compare with Previous | Last modification | View Log | RSS feed
######################################################################### COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.# Module name : makefile.pl# Module type : JATS Makefile# Environment(s): JATS Build System## Description : Makefile for buildtool with Gradle##......................................................................### exec build system#require "$ARGV[1]";SubDir ('attend');SubDir ('config');# target platformsPlatform( '*' );# Build and Test 27-Feb-19with gradleGradleRoot ( 'JAVA','../build.gradle');Gradle ( 'JAVA','../build.gradle', 'eclipse', 'build');GradleTest ( 'JAVA','../build.gradle', 'test');# Basic PackagingPackageFile ( '*', 'descpkg' );#--- Finally generate the makefileMakefileGenerate();