Makefile (fcf3ce441efd61da9bb2884968af01cb7c1452cc) Makefile (03a6687dc6597686cef37c77a1c5cd070217a1d8)
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

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

33
34LOCAL_OBJS = sbdadm.o
35COMMON_OBJS = cmdparse.o
36LOCAL_SRCS = $(LOCAL_OBJS:%.o=%.c)
37COMMON_SRCS = $(COMMON_OBJS:%.o=$(COMMONBASE)/cmdparse/%.c)
38OBJS = $(LOCAL_OBJS) $(COMMON_OBJS)
39SRCS = $(LOCAL_SRCS) $(COMMON_SRCS)
40POFILE = sbdadm_all.po
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

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

33
34LOCAL_OBJS = sbdadm.o
35COMMON_OBJS = cmdparse.o
36LOCAL_SRCS = $(LOCAL_OBJS:%.o=%.c)
37COMMON_SRCS = $(COMMON_OBJS:%.o=$(COMMONBASE)/cmdparse/%.c)
38OBJS = $(LOCAL_OBJS) $(COMMON_OBJS)
39SRCS = $(LOCAL_SRCS) $(COMMON_SRCS)
40POFILE = sbdadm_all.po
41POFILES = $(LOCAL_OBJS:%.o=%.po) $(COMMON_OBJS:%.o=$(COMMONBASE)/cmdparse/%.po)
41POFILES = $(LOCAL_OBJS:%.o=%.po)
42
43CPPFLAGS += -I. -I$(COMMONBASE)/cmdparse
44LDLIBS += -lstmf -lnvpair
45LINTFLAGS += -xerroff=E_BAD_PTR_CAST_ALIGN
46
47.KEEP_STATE:
48
49all: $(PROG)

--- 24 unchanged lines hidden ---
42
43CPPFLAGS += -I. -I$(COMMONBASE)/cmdparse
44LDLIBS += -lstmf -lnvpair
45LINTFLAGS += -xerroff=E_BAD_PTR_CAST_ALIGN
46
47.KEEP_STATE:
48
49all: $(PROG)

--- 24 unchanged lines hidden ---