Makefile.com (58e78d166bd2b5a9dda31250b8e8bad7c7548c0e) Makefile.com (73a801acfbef73aca0012eca23d6a1b842f5a104)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

180$(POFILE): $(POFILES)
181 $(RM) $@; cat $(POFILES) > $@
182
183$(DEVFSADM_MOD): $(DEVFSADM_OBJ)
184 $(LINK.c) -o $@ $< $(DEVFSADM_OBJ) $(LDLIBS)
185 $(POST_PROCESS)
186
187SUNW_%.so: %.o $(MAPFILES)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

180$(POFILE): $(POFILES)
181 $(RM) $@; cat $(POFILES) > $@
182
183$(DEVFSADM_MOD): $(DEVFSADM_OBJ)
184 $(LINK.c) -o $@ $< $(DEVFSADM_OBJ) $(LDLIBS)
185 $(POST_PROCESS)
186
187SUNW_%.so: %.o $(MAPFILES)
188 $(LINK.c) -o $@ $(GSHARED) $(DYNFLAGS) -h $@ $< $(LDLIBS) -lc
188 $(LINK.c) -o $@ $(GSHARED) $(DYNFLAGS) -Wl,-h$@ $< $(LDLIBS) -lc
189 $(POST_PROCESS_SO)
190
191%.o: $(COMMON)/%.c
192 $(COMPILE.c) -o $@ $< $(CTFCONVERT_HOOK)
193 $(POST_PROCESS_O)
194
195
196$(DEVLINKTAB): $(DEVLINKTAB_SRC)

--- 30 unchanged lines hidden ---
189 $(POST_PROCESS_SO)
190
191%.o: $(COMMON)/%.c
192 $(COMPILE.c) -o $@ $< $(CTFCONVERT_HOOK)
193 $(POST_PROCESS_O)
194
195
196$(DEVLINKTAB): $(DEVLINKTAB_SRC)

--- 30 unchanged lines hidden ---