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