Makefile.rules (cb41b9c565d4eec9e1f06e24d429696f59f2f07d) Makefile.rules (9890ff8357a674572254e0be06b175a1e8eab4b0)
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

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

85$(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
86 $(COMPILE.c) -o $@ $<
87 $(CTFCONVERT_O)
88
89$(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
90 $(COMPILE.c) -o $@ $<
91 $(CTFCONVERT_O)
92
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

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

85$(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
86 $(COMPILE.c) -o $@ $<
87 $(CTFCONVERT_O)
88
89$(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
90 $(COMPILE.c) -o $@ $<
91 $(CTFCONVERT_O)
92
93$(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
93$(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
94 $(COMPILE.c) -o $@ $<
95 $(CTFCONVERT_O)
96
97$(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
98 $(COMPILE.c) -o $@ $<
99 $(CTFCONVERT_O)
100
101$(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c

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

278$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
279 $(COMPILE.c) -o $@ $<
280 $(CTFCONVERT_O)
281
282$(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
283 $(COMPILE.c) -o $@ $<
284 $(CTFCONVERT_O)
285
94 $(COMPILE.c) -o $@ $<
95 $(CTFCONVERT_O)
96
97$(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
98 $(COMPILE.c) -o $@ $<
99 $(CTFCONVERT_O)
100
101$(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c

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

278$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
279 $(COMPILE.c) -o $@ $<
280 $(CTFCONVERT_O)
281
282$(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
283 $(COMPILE.c) -o $@ $<
284 $(CTFCONVERT_O)
285
286$(OBJS_DIR)/%.o: $(COMMONBASE)/vga/%.c
287 $(COMPILE.c) -o $@ $<
288 $(CTFCONVERT_O)
289
286$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
287 $(COMPILE.c) -o $@ $<
288 $(CTFCONVERT_O)
289
290$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/objfs/%.c
291 $(COMPILE.c) -o $@ $<
292 $(CTFCONVERT_O)
293

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

1911 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1912
1913$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ip/%.c
1914 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1915
1916$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipnet/%.c
1917 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1918
290$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
291 $(COMPILE.c) -o $@ $<
292 $(CTFCONVERT_O)
293
294$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/objfs/%.c
295 $(COMPILE.c) -o $@ $<
296 $(CTFCONVERT_O)
297

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

1915 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1916
1917$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ip/%.c
1918 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1919
1920$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipnet/%.c
1921 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1922
1919$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/iptun/%.c
1923$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/iptun/%.c
1920 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1921
1922$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipd/%.c
1923 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1924
1925$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipf/%.c
1926 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1927

--- 828 unchanged lines hidden ---
1924 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1925
1926$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipd/%.c
1927 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1928
1929$(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipf/%.c
1930 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1931

--- 828 unchanged lines hidden ---