Makefile.libstand (7c478bd95313f5f23a4c958a745db2134aa03244) | Makefile.libstand (89518a1cfe5021ecf5ad8d04c40f53cf947e95d9) |
---|---|
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# --- 95 unchanged lines hidden (view full) --- 104%.o: ../../../common/libstand/%.c 105 $(COMPILE.c) $< 106 $(CTFCONVERT_O) 107 108%.o: $(SRC)/common/util/%.c 109 $(COMPILE.c) $< 110 $(CTFCONVERT_O) 111 | 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# --- 95 unchanged lines hidden (view full) --- 104%.o: ../../../common/libstand/%.c 105 $(COMPILE.c) $< 106 $(CTFCONVERT_O) 107 108%.o: $(SRC)/common/util/%.c 109 $(COMPILE.c) $< 110 $(CTFCONVERT_O) 111 |
112%.o: $(SRC)/common/util/i386/%.s 113 $(COMPILE.s) $< 114 |
|
112%.o: ../../libstand/%.c 113 $(COMPILE.c) -o $@ $< 114 $(CTFCONVERT_O) 115 116%.o: ../../libstand/%.s 117 $(COMPILE.s) -o $@ $< 118 119# 120# Lint 121# 122 123%.ln: ../../../common/libstand/%.c 124 $(LINT.c) -c $< 125 126%.ln: $(SRC)/common/util/%.c 127 $(LINT.c) -c $< 128 | 115%.o: ../../libstand/%.c 116 $(COMPILE.c) -o $@ $< 117 $(CTFCONVERT_O) 118 119%.o: ../../libstand/%.s 120 $(COMPILE.s) -o $@ $< 121 122# 123# Lint 124# 125 126%.ln: ../../../common/libstand/%.c 127 $(LINT.c) -c $< 128 129%.ln: $(SRC)/common/util/%.c 130 $(LINT.c) -c $< 131 |
132%.ln: $(SRC)/common/util/i386/%.s 133 $(LINT.s) -c $< 134 |
|
129%.ln: ../../libstand/%.c 130 $(LINT.c) -c $< 131 132%.ln: %.s 133 $(LINT.s) -c $< | 135%.ln: ../../libstand/%.c 136 $(LINT.c) -c $< 137 138%.ln: %.s 139 $(LINT.s) -c $< |