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#

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

25#
26
27PROG= id
28XPG4PROG= id
29
30include ../Makefile.cmd
31
32CERRWARN += -_gcc=-Wno-parentheses
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#

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

25#
26
27PROG= id
28XPG4PROG= id
29
30include ../Makefile.cmd
31
32CERRWARN += -_gcc=-Wno-parentheses
33CERRWARN += -_gcc=-Wno-uninitialized
33CERRWARN += $(CNOWARN_UNINIT)
34
35.KEEP_STATE:
36
37CFLAGS += $(CCVERBOSE)
38LDLIBS += -lproject
39$(XPG4) := CFLAGS += -DXPG4
40
41all: $(PROG) $(XPG4)
42
43install: all $(ROOTPROG) $(ROOTXPG4PROG)
44
45clean:
46
47lint: lint_PROG
48
49include ../Makefile.targ
34
35.KEEP_STATE:
36
37CFLAGS += $(CCVERBOSE)
38LDLIBS += -lproject
39$(XPG4) := CFLAGS += -DXPG4
40
41all: $(PROG) $(XPG4)
42
43install: all $(ROOTPROG) $(ROOTXPG4PROG)
44
45clean:
46
47lint: lint_PROG
48
49include ../Makefile.targ