Makefile.rules (23c352973f956f97f817e65150aad7e1cebeb228) | Makefile.rules (75ab5f91d942eea4138efe4799ca0589870c3899) |
---|---|
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 --- 139 unchanged lines hidden (view full) --- 148$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/agpgart/%.c 149 $(COMPILE.c) -o $@ $< 150 $(CTFCONVERT_O) 151 152$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/agpmaster/%.c 153 $(COMPILE.c) -o $@ $< 154 $(CTFCONVERT_O) 155 | 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 --- 139 unchanged lines hidden (view full) --- 148$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/agpgart/%.c 149 $(COMPILE.c) -o $@ $< 150 $(CTFCONVERT_O) 151 152$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/agpmaster/%.c 153 $(COMPILE.c) -o $@ $< 154 $(CTFCONVERT_O) 155 |
156$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/amd8111s/%.c 157 $(COMPILE.c) -o $@ $< 158 $(CTFCONVERT_O) 159 |
|
156$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/amr/%.c 157 $(COMPILE.c) -o $@ $< 158 $(CTFCONVERT_O) 159 160$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/drm/%.c 161 $(COMPILE.c) -o $@ $< 162 $(CTFCONVERT_O) 163 --- 181 unchanged lines hidden (view full) --- 345 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 346 347$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/agpgart/%.c 348 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 349 350$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/agpmaster/%.c 351 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 352 | 160$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/amr/%.c 161 $(COMPILE.c) -o $@ $< 162 $(CTFCONVERT_O) 163 164$(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/drm/%.c 165 $(COMPILE.c) -o $@ $< 166 $(CTFCONVERT_O) 167 --- 181 unchanged lines hidden (view full) --- 349 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 350 351$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/agpgart/%.c 352 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 353 354$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/agpmaster/%.c 355 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 356 |
357$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/amd8111s/%.c 358 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 359 |
|
353$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/amr/%.c 354 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 355 356$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/drm/%.c 357 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 358 359$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/drm/%.s 360 @($(LHEAD) $(LINT.s) $< $(LTAIL)) --- 73 unchanged lines hidden --- | 360$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/amr/%.c 361 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 362 363$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/drm/%.c 364 @($(LHEAD) $(LINT.c) $< $(LTAIL)) 365 366$(LINTS_DIR)/%.ln: $(UTSBASE)/intel/io/drm/%.s 367 @($(LHEAD) $(LINT.s) $< $(LTAIL)) --- 73 unchanged lines hidden --- |