Makefile.rules (ca3e8d88e8c867355e441fbc914c52e7416fc537) Makefile.rules (22a84b8d79248a611e4ba663a268d3c4bed054ac)
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

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

795$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwi/%.c
796 $(COMPILE.c) -o $@ $<
797 $(CTFCONVERT_O)
798
799$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwk/%.c
800 $(COMPILE.c) -o $@ $<
801 $(CTFCONVERT_O)
802
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

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

795$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwi/%.c
796 $(COMPILE.c) -o $@ $<
797 $(CTFCONVERT_O)
798
799$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwk/%.c
800 $(COMPILE.c) -o $@ $<
801 $(CTFCONVERT_O)
802
803$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwp/%.c
804 $(COMPILE.c) -o $@ $<
805 $(CTFCONVERT_O)
806
803$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c
804 $(COMPILE.c) -o $@ $<
805 $(CTFCONVERT_O)
806
807$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kbtrans/%.c
808 $(COMPILE.c) -o $@ $<
809 $(CTFCONVERT_O)
810

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

2043 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2044
2045$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwi/%.c
2046 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2047
2048$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwk/%.c
2049 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2050
807$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c
808 $(COMPILE.c) -o $@ $<
809 $(CTFCONVERT_O)
810
811$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kbtrans/%.c
812 $(COMPILE.c) -o $@ $<
813 $(CTFCONVERT_O)
814

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

2047 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2048
2049$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwi/%.c
2050 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2051
2052$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwk/%.c
2053 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2054
2055$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwp/%.c
2056 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2057
2051$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c
2052 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2053
2054$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kbtrans/%.c
2055 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2056
2057$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ksocket/%.c
2058 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 490 unchanged lines hidden ---
2058$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c
2059 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2060
2061$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kbtrans/%.c
2062 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2063
2064$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ksocket/%.c
2065 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 490 unchanged lines hidden ---