Makefile.rules (0f1702c5201310f0529cd5abb77652e5e9b241b6) Makefile.rules (7c2fbfb345896881c631598ee3852ce9ce33fb07)
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

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

175$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/elf/%.c
176 $(COMPILE.c) -o $@ $<
177 $(CTFCONVERT_O)
178
179$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/intp/%.c
180 $(COMPILE.c) -o $@ $<
181 $(CTFCONVERT_O)
182
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

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

175$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/elf/%.c
176 $(COMPILE.c) -o $@ $<
177 $(CTFCONVERT_O)
178
179$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/intp/%.c
180 $(COMPILE.c) -o $@ $<
181 $(CTFCONVERT_O)
182
183$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/shbin/%.c
184 $(COMPILE.c) -o $@ $<
185 $(CTFCONVERT_O)
186
183$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/java/%.c
184 $(COMPILE.c) -o $@ $<
185 $(CTFCONVERT_O)
186
187$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/%.c
188 $(COMPILE.c) -o $@ $<
189 $(CTFCONVERT_O)
190

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

1383 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1384
1385$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/elf/%.c
1386 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1387
1388$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/intp/%.c
1389 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1390
187$(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/java/%.c
188 $(COMPILE.c) -o $@ $<
189 $(CTFCONVERT_O)
190
191$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/%.c
192 $(COMPILE.c) -o $@ $<
193 $(CTFCONVERT_O)
194

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

1387 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1388
1389$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/elf/%.c
1390 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1391
1392$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/intp/%.c
1393 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1394
1395$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/shbin/%.c
1396 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1397
1391$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/java/%.c
1392 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1393
1394$(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/%.c
1395 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1396
1397$(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/autofs/%.c
1398 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 755 unchanged lines hidden ---
1398$(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/java/%.c
1399 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1400
1401$(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/%.c
1402 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1403
1404$(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/autofs/%.c
1405 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 755 unchanged lines hidden ---