Home | History | Annotate | Line # | Download | only in dist
Makefile revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  rmind #
      2  1.1.1.1.4.2  rmind # Common make for acpica tools and utilities
      3  1.1.1.1.4.2  rmind #
      4  1.1.1.1.4.2  rmind 
      5  1.1.1.1.4.2  rmind #
      6  1.1.1.1.4.2  rmind # Note: This makefile is intended to be used from within the native
      7  1.1.1.1.4.2  rmind # ACPICA directory structure, from under top level acpica directory.
      8  1.1.1.1.4.2  rmind # It specifically places all the object files for each tool in separate
      9  1.1.1.1.4.2  rmind # generate/unix subdirectories, not within the various ACPICA source
     10  1.1.1.1.4.2  rmind # code directories. This prevents collisions between different
     11  1.1.1.1.4.2  rmind # compilations of the same source file with different compile options.
     12  1.1.1.1.4.2  rmind #
     13  1.1.1.1.4.2  rmind BUILD_DIRECTORY_PATH = "generate/unix"
     14  1.1.1.1.4.2  rmind 
     15  1.1.1.1.4.2  rmind include generate/unix/Makefile.config
     16  1.1.1.1.4.2  rmind include generate/unix/Makefile.common
     17