Class StartApplicationProject_makeBased

java.lang.Object
eu.bandm.tools.applicationStart.StartApplicationProject_makeBased

@PropertyDependency({"line.separator","user.dir"}) public class StartApplicationProject_makeBased extends Object
Initial fill of the source file tree for a new application project based on metatools and gnu make. The PWD must be the top directory of that project, and must be completely empty. Source tree and top-level additional directories will be created.

Usage:
a/b/grmpf$ java -classpath metatools.jar eu.bandm.tools.applicationStart.StartApplicationProject_makeBased e.f.grmpf

will build

  a/b/grmpf/etc/Makefile.include
  a/b/grmpf/etc/cinfig.mk.template
  a/b/grmpf/etc/... (some more)

  a/b/grmpf/doc/makeapidoc/Makefile   

  a/b/grmpf/src/Makefile
  a/b/grmpf/src/e/Makefile
  a/b/grmpf/src/e/f/Makefile
  a/b/grmpf/src/e/f/grmpf/Makefile
  (and some more)
  
  • Field Details

  • Constructor Details

    • StartApplicationProject_makeBased

      public StartApplicationProject_makeBased()
  • Method Details

    • main

      public static void main(String[] args)
      Main service point.