Makefile (82629e30) Makefile (bd0ce624)
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

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

35 mdesc_nodecount.o \
36 mdesc_rootnode.o \
37 mdesc_scandag.o
38
39OBJS += $(CMNOBJS)
40
41include ../Makefile.com
42
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

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

35 mdesc_nodecount.o \
36 mdesc_rootnode.o \
37 mdesc_scandag.o
38
39OBJS += $(CMNOBJS)
40
41include ../Makefile.com
42
43C99MODE = $(C99_ENABLE)
43CSTD = $(CSTD_GNU99)
44
45LDLIBS += -luuid -lc
46
47CPPFLAGS += -I. -I$(SRC)/lib/libds/common -I$(SRC)/cmd/ldmad
48
49install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
50
51pics/%.o: $(SRC)/common/mdesc/%.c
52 $(COMPILE.c) -o $@ $<
53 $(POST_PROCESS_O)
44
45LDLIBS += -luuid -lc
46
47CPPFLAGS += -I. -I$(SRC)/lib/libds/common -I$(SRC)/cmd/ldmad
48
49install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
50
51pics/%.o: $(SRC)/common/mdesc/%.c
52 $(COMPILE.c) -o $@ $<
53 $(POST_PROCESS_O)