Makefile (7c478bd9) Makefile (734b6a94)
1#
2# ident "%Z%%M% %I% %E% SMI"
3#
1#
2# ident "%Z%%M% %I% %E% SMI"
3#
4# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
4# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5# Use is subject to license terms.
6#
7
8ROUTEDPROG= in.routed
9ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \
10 rdisc.o table.o trace.o
11ROUTEDSRCS= $(ROUTEDOBJS:.o=.c)
12RTQUERYPROG= rtquery

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

28
29# Turning on __EXTENSIONS__ breaks lint, and we need __EXTENSIONS__.
30# This is really a lint problem, so around the breakage.
31LINTFLAGS += -erroff=E_FUNC_DECL_VAR_ARG2 -erroff=E_INCONS_VAL_TYPE_DECL2 \
32 -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_ARG_USED2
33
34CPPFLAGS += $(_D_XOPEN_EXTN)
35CFLAGS += $(CCVERBOSE)
5# Use is subject to license terms.
6#
7
8ROUTEDPROG= in.routed
9ROUTEDOBJS= common.o if.o input.o main.o output.o parms.o radix.o \
10 rdisc.o table.o trace.o
11ROUTEDSRCS= $(ROUTEDOBJS:.o=.c)
12RTQUERYPROG= rtquery

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

28
29# Turning on __EXTENSIONS__ breaks lint, and we need __EXTENSIONS__.
30# This is really a lint problem, so around the breakage.
31LINTFLAGS += -erroff=E_FUNC_DECL_VAR_ARG2 -erroff=E_INCONS_VAL_TYPE_DECL2 \
32 -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_ARG_USED2
33
34CPPFLAGS += $(_D_XOPEN_EXTN)
35CFLAGS += $(CCVERBOSE)
36LDLIBS += -lxnet -lmd5 -lsocket
36LDLIBS += -lxnet -lmd -lsocket
37CLEAN_FILES += $(ROUTEDOBJS) $(RTQUERYOBJS)
38CLOBBERFILES += $(ROUTEDPROG) $(RTQUERYPROG)
39#
40# Message catalog
41#
42POFILE= in.routed.po
43POFILES= $(POFILEOBJS:.o=.po)
44#

--- 38 unchanged lines hidden ---
37CLEAN_FILES += $(ROUTEDOBJS) $(RTQUERYOBJS)
38CLOBBERFILES += $(ROUTEDPROG) $(RTQUERYPROG)
39#
40# Message catalog
41#
42POFILE= in.routed.po
43POFILES= $(POFILEOBJS:.o=.po)
44#

--- 38 unchanged lines hidden ---