PERFORCE change 95290 for review
John Birrell
jb at FreeBSD.org
Fri Apr 14 23:22:55 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=95290
Change 95290 by jb at jb_freebsd2 on 2006/04/14 23:22:22
Still work in progress.
Affected files ...
.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#2 edit
Differences ...
==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#2 (text+ko) ====
@@ -5,15 +5,45 @@
LIB= dtrace
SHLIB_MAJOR= 1
-SRCS= dt_names.c dt_errtags.c \
- dt_grammar.y dt_cg.c dt_error.c dt_list.c dt_strtab.c \
- dt_handle.c dt_map.c dt_pcb.c dt_program.c dt_as.c dt_work.c \
- dt_buf.c dt_inttab.c dt_pragma.c dt_string.c dt_parser.c \
- dt_decl.c dt_ident.c dt_provider.c dt_dis.c dt_open.c \
- dt_xlator.c dt_cc.c dt_options.c dt_printf.c \
- dt_aggregate.c dt_consume.c dt_subr.c \
- dt_regset.c dt_link.c dt_lex.l gmatch.c
-# dt_module.c drti.c dt_proc.c dt_pid.c dt_dof.c
+SRCS= drti.c \
+ dt_aggregate.c \
+ dt_as.c \
+ dt_buf.c \
+ dt_cc.c \
+ dt_cg.c \
+ dt_consume.c \
+ dt_decl.c \
+ dt_dis.c \
+ dt_dof.c \
+ dt_error.c \
+ dt_errtags.c \
+ dt_grammar.y \
+ dt_handle.c \
+ dt_ident.c \
+ dt_inttab.c \
+ dt_lex.l \
+ dt_link.c \
+ dt_list.c \
+ dt_map.c \
+ dt_module.c \
+ dt_names.c \
+ dt_open.c \
+ dt_options.c \
+ dt_parser.c \
+ dt_pcb.c \
+ dt_pid.c \
+ dt_pragma.c \
+ dt_printf.c \
+ dt_proc.c \
+ dt_program.c \
+ dt_provider.c \
+ dt_regset.c \
+ dt_string.c \
+ dt_strtab.c \
+ dt_subr.c \
+ dt_work.c \
+ dt_xlator.c \
+ gmatch.c
WARNS?= 0
@@ -29,6 +59,10 @@
-I${OPENSOLARIS_USR_DISTDIR}/lib/libproc/common \
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
+.if ${MACHINE_ARCH} == "i386"
+CFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
+.endif
+
LFLAGS+=-l
YFLAGS+=-d
More information about the p4-projects
mailing list