Makefile.rules (692d834dec3070f47507bc0f44d3d92620b49cfa) Makefile.rules (69b3e10436272b0970d58743de375d0dd61046ce)
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

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

702$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
703 $(COMPILE.c) -o $@ $<
704 $(CTFCONVERT_O)
705
706$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
707 $(COMPILE.c) -o $@ $<
708 $(CTFCONVERT_O)
709
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

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

702$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
703 $(COMPILE.c) -o $@ $<
704 $(CTFCONVERT_O)
705
706$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
707 $(COMPILE.c) -o $@ $<
708 $(CTFCONVERT_O)
709
710$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/elxl/%.c
711 $(COMPILE.c) -o $@ $<
712 $(CTFCONVERT_O)
713
710$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
711 $(COMPILE.c) -o $@ $<
712 $(CTFCONVERT_O)
713
714$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
715 $(COMPILE.c) -o $@ $<
716 $(CTFCONVERT_O)
717

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

1993 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1994
1995$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
1996 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1997
1998$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
1999 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2000
714$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
715 $(COMPILE.c) -o $@ $<
716 $(CTFCONVERT_O)
717
718$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
719 $(COMPILE.c) -o $@ $<
720 $(CTFCONVERT_O)
721

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

1997 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1998
1999$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
2000 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2001
2002$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
2003 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2004
2005$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/elxl/%.c
2006 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2007
2001$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2002 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2003
2004$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2005 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2006
2007$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2008 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 574 unchanged lines hidden ---
2008$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2009 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2010
2011$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2012 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2013
2014$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2015 @($(LHEAD) $(LINT.c) $< $(LTAIL))

--- 574 unchanged lines hidden ---