2 # acpiexamples - Example ACPICA initialization code and control
7 # Note: This makefile is intended to be used from within the native
8 # ACPICA directory structure, from under generate/unix. It specifically
9 # places all object files in a generate/unix subdirectory, not within
10 # the various ACPICA source directories. This prevents collisions
11 # between different compilations of the same source file with different
12 # compile options, and prevents pollution of the source code.
14 include ..
/Makefile.config
15 FINAL_PROG
= ..
/$(BINDIR
)/acpiexamples
16 PROG
= $(OBJDIR
)/acpiexamples
19 # Search paths for source files
35 $(wildcard $(ACPIEXAMPLES
)/*.h
)
42 $(OBJDIR
)/dscontrol.o\
50 $(OBJDIR
)/dspkginit.o\
57 $(OBJDIR
)/evhandler.o\
93 $(OBJDIR
)/nsarguments.o\
94 $(OBJDIR
)/nsconvert.o\
100 $(OBJDIR
)/nsobject.o\
102 $(OBJDIR
)/nspredef.o\
103 $(OBJDIR
)/nsprepkg.o\
104 $(OBJDIR
)/nsrepair.o\
105 $(OBJDIR
)/nsrepair2.o\
106 $(OBJDIR
)/nssearch.o\
109 $(OBJDIR
)/nsxfeval.o\
110 $(OBJDIR
)/nsxfname.o\
112 $(OBJDIR
)/osunixxf.o\
115 $(OBJDIR
)/psobject.o\
116 $(OBJDIR
)/psopcode.o\
117 $(OBJDIR
)/psopinfo.o\
127 $(OBJDIR
)/tbinstal.o\
131 $(OBJDIR
)/tbxfload.o\
132 $(OBJDIR
)/tbxfroot.o\
133 $(OBJDIR
)/utaddress.o\
136 $(OBJDIR
)/utbuffer.o\
140 $(OBJDIR
)/utdecode.o\
141 $(OBJDIR
)/utdelete.o\
145 $(OBJDIR
)/utglobal.o\
153 $(OBJDIR
)/utobject.o\
155 $(OBJDIR
)/utownerid.o\
156 $(OBJDIR
)/utnonansi.o\
157 $(OBJDIR
)/utpredef.o\
160 $(OBJDIR
)/utstring.o\
161 $(OBJDIR
)/utstrsuppt.o\
162 $(OBJDIR
)/utstrtoul64.o\
164 $(OBJDIR
)/utxferror.o\
168 # Flags specific to acpinames utility
177 include ..
/Makefile.rules