Makefile.mdb (3893cb7fe5bfa1c9a4f7954517a917367f6cf081) | Makefile.mdb (087e1372ab71eb8a49fbb5619711cfbb79f695fc) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 72 unchanged lines hidden (view full) --- 81 mdb_umem.c \ 82 mdb_value.c \ 83 mdb_vcb.c \ 84 mdb_wcb.c 85 86$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG 87CPPFLAGS += -D_MDB -I. -I../.. -I../../../common 88 | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 72 unchanged lines hidden (view full) --- 81 mdb_umem.c \ 82 mdb_value.c \ 83 mdb_vcb.c \ 84 mdb_wcb.c 85 86$(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG 87CPPFLAGS += -D_MDB -I. -I../.. -I../../../common 88 |
89LDLIBS += -ltermcap -lkvm -lproc -lrtld_db -lctf -lumem -ldisasm -lm \ | 89LDLIBS += -ltermcap -lkvm -lproc -lrtld_db -lctf -lumem -ldisasm \ |
90 $(ZLAZYLOAD) -lscf $(ZNOLAZYLOAD) 91 92LINTFLAGS += -n -errtags=yes 93LINTFILES = $(SRCS:%.c=%.ln) 94 95PROG = mdb 96OBJS = $(SRCS:%.c=%.o) mdb_lex.o mdb_grammar.o 97 --- 88 unchanged lines hidden --- | 90 $(ZLAZYLOAD) -lscf $(ZNOLAZYLOAD) 91 92LINTFLAGS += -n -errtags=yes 93LINTFILES = $(SRCS:%.c=%.ln) 94 95PROG = mdb 96OBJS = $(SRCS:%.c=%.o) mdb_lex.o mdb_grammar.o 97 --- 88 unchanged lines hidden --- |