Makefile revision 1.1
11.1Schristos# 21.1Schristos# Common make for acpica tools and utilities 31.1Schristos# 41.1Schristos 51.1Schristos# 61.1Schristos# Note: This makefile is intended to be used from within the native 71.1Schristos# ACPICA directory structure, from under top level acpica directory. 81.1Schristos# It specifically places all the object files for each tool in separate 91.1Schristos# generate/unix subdirectories, not within the various ACPICA source 101.1Schristos# code directories. This prevents collisions between different 111.1Schristos# compilations of the same source file with different compile options. 121.1Schristos# 131.1SchristosBUILD_DIRECTORY_PATH = "generate/unix" 141.1Schristos 151.1Schristosinclude generate/unix/Makefile.config 161.1Schristosinclude generate/unix/Makefile.common 17