usr/src/uts/intel/ibd/Makefile
changeset 3138 7bbdcbfa4cd5
parent 3066 2a2af34f0642
child 4604 5989fb2cb1d5
--- a/usr/src/uts/intel/ibd/Makefile	Fri Nov 17 15:38:56 2006 -0800
+++ b/usr/src/uts/intel/ibd/Makefile	Fri Nov 17 16:14:57 2006 -0800
@@ -39,6 +39,9 @@
 LINTS		= $(IBD_OBJS:%.o=$(LINTS_DIR)/%.ln)
 ROOTMODULE	= $(ROOT_DRV_DIR)/$(MODULE)
 LDFLAGS		+= -dy -Nmisc/gld -Nmisc/ibtl -Nmisc/ibcm -Nmisc/ibmf
+WARLOCK_OUT	= $(IBD_OBJS:%.o=%.ll)
+WARLOCK_OK	= $(MODULE).ok
+WLCMD_DIR	= $(UTSBASE)/common/io/warlock
 #
 #	Include common rules.
 #
@@ -71,8 +74,10 @@
 all:		$(ALL_DEPS)
 
 clean:		$(CLEAN_DEPS)
+		$(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
 
 clobber:	$(CLOBBER_DEPS)
+		$(RM) $(WARLOCK_OUT) $(WARLOCK_OK)
 
 lint:		$(LINT_DEPS)
 
@@ -87,3 +92,28 @@
 #
 include $(UTSBASE)/intel/Makefile.targ
 
+#
+#       Defines for local commands.
+#
+WARLOCK         = warlock
+WLCC            = wlcc
+TOUCH           = touch
+SCCS            = sccs
+TEST            = test
+
+warlock: $(WARLOCK_OK)
+
+%.wlcmd:
+	cd $(WLCMD_DIR); $(TEST) -f $@  || $(SCCS) get $@
+
+$(WARLOCK_OK): $(WARLOCK_OUT) ibd.wlcmd warlock_ddi.files
+	$(WARLOCK) -c $(WLCMD_DIR)/ibd.wlcmd $(WARLOCK_OUT) \
+		-l ../warlock/ddi_dki_impl.ll
+	$(TOUCH) $@
+
+%.ll: $(UTSBASE)/common/io/ib/clients/ibd/%.c \
+	$(UTSBASE)/common/sys/ib/clients/ibd/ibd.h
+	$(WLCC)  $(CPPFLAGS) -DDEBUG -o $@ $<
+        
+warlock_ddi.files:
+	@cd ../warlock; pwd; $(MAKE) warlock