Print this page




  88 
  89 clobber:        $(CLOBBER_DEPS)
  90 
  91 lint:           $(LINT_DEPS)
  92 
  93 modlintlib:     $(MODLINTLIB_DEPS)
  94 
  95 clean.lint:     $(CLEAN_LINT_DEPS)
  96 
  97 install:        $(INSTALL_DEPS)
  98 
  99 #
 100 #       Include common targets.
 101 #
 102 include $(UTSBASE)/intel/Makefile.targ
 103 
 104 .NO_PARALLEL:   $(LINTS)
 105 
 106 $(OBJS_DIR)/elf32.o:    $(UTSBASE)/common/exec/elf/elf.c
 107         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c
 108         $(CTFCONVERT_O)
 109 
 110 $(OBJS_DIR)/elf32_notes.o: $(UTSBASE)/common/exec/elf/elf_notes.c
 111         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf_notes.c
 112         $(CTFCONVERT_O)
 113 
 114 $(OBJS_DIR)/old32_notes.o: $(UTSBASE)/common/exec/elf/old_notes.c
 115         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/old_notes.c
 116         $(CTFCONVERT_O)
 117 
 118 $(LINTS_DIR)/elf32.ln:  $(UTSBASE)/common/exec/elf/elf.c
 119         @($(LHEAD) $(LINT.c) -Celf32 -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c $(LTAIL))
 120         @$(MV) $(@F) $@
 121 
 122 $(LINTS_DIR)/elf32_notes.ln: $(UTSBASE)/common/exec/elf/elf_notes.c
 123         @($(LHEAD) $(LINT.c) -Celf32_notes -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf_notes.c $(LTAIL))
 124         @$(MV) $(@F) $@
 125 
 126 $(LINTS_DIR)/old32_notes.ln: $(UTSBASE)/common/exec/elf/old_notes.c
 127         @($(LHEAD) $(LINT.c) -Cold32_notes -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/old_notes.c $(LTAIL))
 128         @$(MV) $(@F) $@


  88 
  89 clobber:        $(CLOBBER_DEPS)
  90 
  91 lint:           $(LINT_DEPS)
  92 
  93 modlintlib:     $(MODLINTLIB_DEPS)
  94 
  95 clean.lint:     $(CLEAN_LINT_DEPS)
  96 
  97 install:        $(INSTALL_DEPS)
  98 
  99 #
 100 #       Include common targets.
 101 #
 102 include $(UTSBASE)/intel/Makefile.targ
 103 
 104 .NO_PARALLEL:   $(LINTS)
 105 
 106 $(OBJS_DIR)/elf32.o:    $(UTSBASE)/common/exec/elf/elf.c
 107         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c

 108 
 109 $(OBJS_DIR)/elf32_notes.o: $(UTSBASE)/common/exec/elf/elf_notes.c
 110         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf_notes.c

 111 
 112 $(OBJS_DIR)/old32_notes.o: $(UTSBASE)/common/exec/elf/old_notes.c
 113         $(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/old_notes.c

 114 
 115 $(LINTS_DIR)/elf32.ln:  $(UTSBASE)/common/exec/elf/elf.c
 116         @($(LHEAD) $(LINT.c) -Celf32 -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c $(LTAIL))
 117         @$(MV) $(@F) $@
 118 
 119 $(LINTS_DIR)/elf32_notes.ln: $(UTSBASE)/common/exec/elf/elf_notes.c
 120         @($(LHEAD) $(LINT.c) -Celf32_notes -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf_notes.c $(LTAIL))
 121         @$(MV) $(@F) $@
 122 
 123 $(LINTS_DIR)/old32_notes.ln: $(UTSBASE)/common/exec/elf/old_notes.c
 124         @($(LHEAD) $(LINT.c) -Cold32_notes -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/old_notes.c $(LTAIL))
 125         @$(MV) $(@F) $@