2 # acpinames - Load ACPI table and dump namespace. This is a subset
3 # of the AcpiExec functionality, it is intended to demonstrate
4 # the configurability of ACPICA.
8 # Note: This makefile is intended to be used from within the native
9 # ACPICA directory structure, from under generate/unix. It specifically
10 # places all object files in a generate/unix subdirectory, not within
11 # the various ACPICA source directories. This prevents collisions
12 # between different compilations of the same source file with different
13 # compile options, and prevents pollution of the source code.
15 include ..
/Makefile.config
16 FINAL_PROG
= ..
/$(BINDIR
)/acpinames
17 PROG
= $(OBJDIR
)/acpinames
20 # Search paths for source files
35 $(wildcard $(ACPINAMES
)/*.h
)
90 $(OBJDIR
)/utaddress.o\
103 $(OBJDIR
)/utobject.o\
105 $(OBJDIR
)/utownerid.o\
107 $(OBJDIR
)/utstring.o\
109 $(OBJDIR
)/utxferror.o\
113 # Flags specific to acpinames utility
122 include ..
/Makefile.rules