1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/generate/unix
2011-05-31 17:33:30 +00:00
..
acpiexec Import ACPICA 20110413. 2011-04-13 18:18:52 +00:00
acpinames Import ACPICA 20110211. 2011-02-11 22:56:14 +00:00
acpisrc Import ACPICA 20110211. 2011-02-11 22:56:14 +00:00
acpixtract Import ACPICA 20110211. 2011-02-11 22:56:14 +00:00
iasl Import ACPICA 20110413. 2011-04-13 18:18:52 +00:00
Makefile Import ACPICA 20110211. 2011-02-11 22:56:14 +00:00
Makefile.config Import ACPICA 20110527. 2011-05-31 17:33:30 +00:00
readme.txt Import ACPICA 20110211. 2011-02-11 22:56:14 +00:00

Unix ACPICA makefiles
---------------------

These makefiles are intended for generating the ACPICA utilities in
a Unix-like environment, with the original ACPICA code (not linuxized),
and in the original (git tree) ACPICA directory structure.

The top level makefile will generate the following utilities:

acpiexec
acpinames
acpisrc
acpixtract
iasl


Requirements
------------

make
gcc compiler (3+ or 4+)
bison
flex


Configuration
-------------

The Makefile.config file contains the configuration information:

HOST =       _CYGWIN            /* Host system, must appear in acenv.h */
CC =         gcc-4              /* C compiler */
ACPICA_SRC = ../../../source    /* Location of acpica source tree */


Intermediate Files
------------------

The intermediate files for each utility (.o, etc.) are placed in the
subdirectory corresponding to each utility, not in the source code 
tree itself. This prevents collisions when different utilities compile
the same source modules with different options.


Output
------

The executable utilities are copied to the local bin directory.

"make install" will install the binaries to /usr/bin