Makefile.com (e0f1c0afa46cc84d4b1e40124032a9a87310386e) Makefile.com (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

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

49MAPFILES =
50
51LIBS += $(DYNLIB) $(LINTLIB)
52
53INCS += -I../common
54INCS += -I../../../uts/common/fs/zfs
55INCS += -I../../../uts/common/fs/zfs/lua
56INCS += -I../../../common/zfs
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

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

49MAPFILES =
50
51LIBS += $(DYNLIB) $(LINTLIB)
52
53INCS += -I../common
54INCS += -I../../../uts/common/fs/zfs
55INCS += -I../../../uts/common/fs/zfs/lua
56INCS += -I../../../common/zfs
57INCS += -I../../../common/lz4
57INCS += -I../../../common
58
59CLEANFILES += ../common/zfs.h
60CLEANFILES += $(EXTPICS)
61
62$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
63$(LINTLIB): ../common/zfs.h
64$(LIBS): ../common/zfs.h

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

104pics/%.o: ../../../uts/common/fs/zfs/lua/%.c
105 $(COMPILE.c) -o $@ $<
106 $(POST_PROCESS_O)
107
108pics/%.o: ../../../common/zfs/%.c ../common/zfs.h
109 $(COMPILE.c) -o $@ $<
110 $(POST_PROCESS_O)
111
58INCS += -I../../../common
59
60CLEANFILES += ../common/zfs.h
61CLEANFILES += $(EXTPICS)
62
63$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
64$(LINTLIB): ../common/zfs.h
65$(LIBS): ../common/zfs.h

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

105pics/%.o: ../../../uts/common/fs/zfs/lua/%.c
106 $(COMPILE.c) -o $@ $<
107 $(POST_PROCESS_O)
108
109pics/%.o: ../../../common/zfs/%.c ../common/zfs.h
110 $(COMPILE.c) -o $@ $<
111 $(POST_PROCESS_O)
112
113pics/%.o: ../../../common/lz4/%.c ../common/zfs.h
114 $(COMPILE.c) -o $@ $<
115 $(POST_PROCESS_O)
116
112pics/%.o: ../common/%.d $(PICS)
113 $(COMPILE.d) -C -s $< -o $@ $(PICS)
114 $(POST_PROCESS_O)
115
116../common/%.h: ../common/%.d
117 $(DTRACE) -xnolibs -h -s $< -o $@
117pics/%.o: ../common/%.d $(PICS)
118 $(COMPILE.d) -C -s $< -o $@ $(PICS)
119 $(POST_PROCESS_O)
120
121../common/%.h: ../common/%.d
122 $(DTRACE) -xnolibs -h -s $< -o $@