Makefile (7014882c) Makefile (d3b5f563)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

30
31include ../Makefile.cmd
32
33LDLIBS += -lproject
34
35.KEEP_STATE:
36
37CFLAGS += $(CCVERBOSE)
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, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
8#

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

30
31include ../Makefile.cmd
32
33LDLIBS += -lproject
34
35.KEEP_STATE:
36
37CFLAGS += $(CCVERBOSE)
38CERRWARN += -_gcc=-Wno-uninitialized
38CERRWARN += $(CNOWARN_UNINIT)
39
40all: $(PROG)
41
42install: all $(ROOTPROG)
43
44clean:
45
46lint: lint_PROG
47
48include ../Makefile.targ
39
40all: $(PROG)
41
42install: all $(ROOTPROG)
43
44clean:
45
46lint: lint_PROG
47
48include ../Makefile.targ