11.1Sjruoho#
21.1Sjruoho# Common make for acpica tools and utilities
31.1Sjruoho#
41.1.1.2Sjruoho
51.1.1.2Sjruoho#
61.1.1.2Sjruoho# Note: This makefile is intended to be used from within the native
71.1.1.3Schristos# ACPICA directory structure, from under the generate/unix directory.
81.1.1.3Schristos# It specifically places all the object files for each tool in separate
91.1.1.3Schristos# generate/unix subdirectories, not within the various ACPICA source
101.1.1.3Schristos# code directories. This prevents collisions between different
111.1.1.3Schristos# compilations of the same source file with different compile options.
121.1.1.2Sjruoho#
131.1.1.3SchristosBUILD_DIRECTORY_PATH = "."
141.1Sjruoho
151.1.1.3Schristosinclude Makefile.config
161.1.1.3Schristosinclude Makefile.common
17