Makefile (7014882c) Makefile (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#

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

108all install: $(LIBPROM)
109
110lint: $(LINTLIBPROM)
111
112clean:
113 $(RM) $(OBJS) $(L_OBJS)
114
115clobber: clean
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#

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

108all install: $(LIBPROM)
109
110lint: $(LINTLIBPROM)
111
112clean:
113 $(RM) $(OBJS) $(L_OBJS)
114
115clobber: clean
116 $(RM) $(LIBPROM) $(LINTLIBPROM) a.out core
116 $(RM) $(LIBPROM) $(LINTLIBPROM)
117
118$(LIBPROM): $(OBJSDIR) .WAIT $(OBJS)
119 $(BUILD.AR) $(OBJS)
120
121$(LINTLIBPROM): $(OBJSDIR) .WAIT $(L_OBJS)
122 @$(ECHO) "\nlint library construction:" $@
123 @$(LINT.lib) -o prom $(L_SRCS)
124

--- 21 unchanged lines hidden ---
117
118$(LIBPROM): $(OBJSDIR) .WAIT $(OBJS)
119 $(BUILD.AR) $(OBJS)
120
121$(LINTLIBPROM): $(OBJSDIR) .WAIT $(L_OBJS)
122 @$(ECHO) "\nlint library construction:" $@
123 @$(LINT.lib) -o prom $(L_SRCS)
124

--- 21 unchanged lines hidden ---