Makefile (7c478bd9) Makefile (24da5b34)
1#
1#
2#ident "%Z%%M% %I% %E% SMI"
2# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
3#
4#
4# Copyright (c) 2000 by Sun Microsystems, Inc.
5# All rights reserved.
5# ident "%Z%%M% %I% %E% SMI"
6#
7
8PROG= chat
9OBJS= chat.o
10SRCS= $(OBJS:%.o=%.c)
11
12include ../../../Makefile.cmd
13
14CPPFLAGS += -DSOL2
6#
7
8PROG= chat
9OBJS= chat.o
10SRCS= $(OBJS:%.o=%.c)
11
12include ../../../Makefile.cmd
13
14CPPFLAGS += -DSOL2
15LDFLAGS += $(MAPFILE.NGB:%=-M%)
15
16.KEEP_STATE:
17
18all: $(PROG)
19
20install: all $(ROOTPROG)
21
22clean:
23 $(RM) $(OBJS)
24
25lint:
26
27include ../../../Makefile.targ
16
17.KEEP_STATE:
18
19all: $(PROG)
20
21install: all $(ROOTPROG)
22
23clean:
24 $(RM) $(OBJS)
25
26lint:
27
28include ../../../Makefile.targ