Makefile.com (8ad60789) Makefile.com (b6805bf7)
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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26#ident "%Z%%M% %I% %E% SMI"
27
28.KEEP_STATE:
29
30PROG = eftinfo
31LOCALOBJS = eftinfo.o
32OBJS = $(LOCALOBJS) $(COMMONOBJS)
33SRCS = $(LOCALOBJS:.o=.c) $(COMMONSRCS)
34

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

48LINTFLAGS = -mnux
49
50$(PROG): $(OBJS)
51 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
52 $(CTFMRG)
53 $(POST_PROCESS)
54
55clean:
26
27.KEEP_STATE:
28
29PROG = eftinfo
30LOCALOBJS = eftinfo.o
31OBJS = $(LOCALOBJS) $(COMMONOBJS)
32SRCS = $(LOCALOBJS:.o=.c) $(COMMONSRCS)
33

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

47LINTFLAGS = -mnux
48
49$(PROG): $(OBJS)
50 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
51 $(CTFMRG)
52 $(POST_PROCESS)
53
54clean:
56 $(RM) $(OBJS) y.output y.tab.c y.tab.h a.out core
55 $(RM) $(OBJS) y.output y.tab.c y.tab.h
57
58clobber: clean
59 $(RM) $(PROG)
60
61esclex.o: escparse.o
62
63%.o: ../common/%.c
64 $(COMPILE.c) $<
65 $(CTFCONVO)
56
57clobber: clean
58 $(RM) $(PROG)
59
60esclex.o: escparse.o
61
62%.o: ../common/%.c
63 $(COMPILE.c) $<
64 $(CTFCONVO)