2 # acpisrc - ACPICA source code conversion utility
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
)/acpisrc
15 PROG
= $(OBJDIR
)/acpisrc
18 # Search path for source files and individual source files
26 $(wildcard $(ACPISRC
)/*.h
)
36 $(OBJDIR
)/osunixdir.o\
40 # Compile flags specific to acpisrc
49 include ..
/Makefile.rules