Deleted Added
full compact
Makefile (228110) Makefile (229989)
1# $FreeBSD: head/usr.sbin/acpi/iasl/Makefile 228110 2011-11-28 23:36:48Z jkim $
1# $FreeBSD: head/usr.sbin/acpi/iasl/Makefile 229989 2012-01-11 23:06:37Z jkim $
2
3PROG= iasl
4SRCS= adfile.c adisasm.c adwalk.c
5
6# common
7SRCS+= dmextern.c dmrestag.c dmtable.c dmtbdump.c dmtbinfo.c \
8 getopt.c
9

--- 40 unchanged lines hidden (view full) ---

50
51# os_specific/service_layers
52SRCS+= osunixxf.c
53
54# tables
55SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c
56
57# utilities
2
3PROG= iasl
4SRCS= adfile.c adisasm.c adwalk.c
5
6# common
7SRCS+= dmextern.c dmrestag.c dmtable.c dmtbdump.c dmtbinfo.c \
8 getopt.c
9

--- 40 unchanged lines hidden (view full) ---

50
51# os_specific/service_layers
52SRCS+= osunixxf.c
53
54# tables
55SRCS+= tbfadt.c tbinstal.c tbutils.c tbxface.c
56
57# utilities
58SRCS+= utalloc.c utcache.c utcopy.c utdebug.c utdecode.c \
59 utdelete.c utglobal.c utinit.c utlock.c utmath.c \
60 utmisc.c utmutex.c utobject.c utosi.c utresrc.c \
61 utstate.c utxface.c utxferror.c
58SRCS+= utaddress.c utalloc.c utcache.c utcopy.c utdebug.c \
59 utdecode.c utdelete.c utglobal.c utinit.c utlock.c \
60 utmath.c utmisc.c utmutex.c utobject.c utosi.c \
61 utresrc.c utstate.c utxface.c utxferror.c
62
63WARNS?= 2
64
65MAN= iasl.8
66
67CFLAGS+= -DACPI_ASL_COMPILER -I.
68LFLAGS= -i -s
69YFLAGS= -d

--- 24 unchanged lines hidden ---
62
63WARNS?= 2
64
65MAN= iasl.8
66
67CFLAGS+= -DACPI_ASL_COMPILER -I.
68LFLAGS= -i -s
69YFLAGS= -d

--- 24 unchanged lines hidden ---