Makefile.rules (45a4b79d042e642c2ed7090ec290469ccf8fc563) | Makefile.rules (10ae99ee6a0e5168918d2bba208bcf536edb08f7) |
---|---|
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 --- 35 unchanged lines hidden (view full) --- 44# alphabetically by the remaining components. 45 46# 47# Section 1a: C objects build rules 48# 49$(OBJS_DIR)/decompress.o := CPPFLAGS += -I$(SRC)/contrib/zlib 50$(OBJS_DIR)/zmod.o := CPPFLAGS += -I$(SRC)/contrib/zlib 51$(OBJS_DIR)/zmod_subr.o := CPPFLAGS += -I$(SRC)/contrib/zlib | 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 --- 35 unchanged lines hidden (view full) --- 44# alphabetically by the remaining components. 45 46# 47# Section 1a: C objects build rules 48# 49$(OBJS_DIR)/decompress.o := CPPFLAGS += -I$(SRC)/contrib/zlib 50$(OBJS_DIR)/zmod.o := CPPFLAGS += -I$(SRC)/contrib/zlib 51$(OBJS_DIR)/zmod_subr.o := CPPFLAGS += -I$(SRC)/contrib/zlib |
52$(OBJS_DIR)/lz4.o := CPPFLAGS += -I$(COMMONBASE)/lz4 |
|
52 53$(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c 54 $(COMPILE.c) -o $@ $< 55 $(CTFCONVERT_O) 56 57$(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c 58 $(COMPILE.c) -o $@ $< 59 $(CTFCONVERT_O) --- 296 unchanged lines hidden (view full) --- 356$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/%.c 357 $(COMPILE.c) -o $@ $< 358 $(CTFCONVERT_O) 359 360$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/lua/%.c 361 $(COMPILE.c) -o $@ $< 362 $(CTFCONVERT_O) 363 | 53 54$(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c 55 $(COMPILE.c) -o $@ $< 56 $(CTFCONVERT_O) 57 58$(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c 59 $(COMPILE.c) -o $@ $< 60 $(CTFCONVERT_O) --- 296 unchanged lines hidden (view full) --- 357$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/%.c 358 $(COMPILE.c) -o $@ $< 359 $(CTFCONVERT_O) 360 361$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/lua/%.c 362 $(COMPILE.c) -o $@ $< 363 $(CTFCONVERT_O) 364 |
365$(OBJS_DIR)/%.o: $(COMMONBASE)/lz4/%.c 366 $(COMPILE.c) -o $@ $< 367 $(CTFCONVERT_O) 368 |
|
364$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zut/%.c 365 $(COMPILE.c) -o $@ $< 366 $(CTFCONVERT_O) 367 368$(OBJS_DIR)/%.o: $(COMMONBASE)/xattr/%.c 369 $(COMPILE.c) -o $@ $< 370 $(CTFCONVERT_O) 371 --- 2401 unchanged lines hidden --- | 369$(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zut/%.c 370 $(COMPILE.c) -o $@ $< 371 $(CTFCONVERT_O) 372 373$(OBJS_DIR)/%.o: $(COMMONBASE)/xattr/%.c 374 $(COMPILE.c) -o $@ $< 375 $(CTFCONVERT_O) 376 --- 2401 unchanged lines hidden --- |