2 # acpidump - ACPI table dump utility (binary to ascii hex)
6 # Note: This makefile is intended to be used from within the native
7 # ACPICA directory structure, from under generate/unix. It specifically
8 # places all object files in a generate/unix subdirectory, not within
9 # the various ACPICA source directories. This prevents collisions
10 # between different compilations of the same source file with different
11 # compile options, and prevents pollution of the source code.
13 include ..
/Makefile.config
14 FINAL_PROG
= ..
/$(BINDIR
)/acpidump
15 PROG
= $(OBJDIR
)/acpidump
18 # Search paths for source files
28 $(wildcard $(ACPIDUMP
)/*.h
)
37 $(OBJDIR
)/osunixdir.o\
38 $(OBJDIR
)/osunixmap.o\
47 $(OBJDIR
)/utnonansi.o\
55 ifeq ($(HOST
), _DragonFly
)
59 ifeq ($(HOST
), _FreeBSD
)
63 ifeq ($(HOST
), _NetBSD
)
67 ifeq ($(HOST_FAMILY
), BSD
)
72 $(OBJDIR
)/oslinuxtbl.o
76 # Flags specific to acpidump
85 include ..
/Makefile.rules