Searched defs:ELFCAP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/isainfo/
H A DMakefile28 ELFCAP = $(SRC)/common/elfcap macro
31 SRCS= isainfo.c $(ELFCAP)/elfcap.c
35 CPPFLAGS += -I$(ELFCAP) -I../../uts/common
49 elfcap.o: $(ELFCAP)/elfcap.c
50 $(COMPILE.c) -o $@ $(ELFCAP)/elfcap.c
/illumos-gate/usr/src/cmd/file/
H A DMakefile30 ELFCAP= $(SRC)/common/elfcap macro
36 SRCS= file.c elf_read.c magicutils.c $(ELFCAP)/elfcap.c
52 CPPFLAGS += -I$(ELFCAP) -I$(SGSRTCID)
91 elfcap.o: $(ELFCAP)/elfcap.c
92 $(COMPILE.c) -o $@ $(ELFCAP)/elfcap.c
94 xpg4_elfcap.o: $(ELFCAP)/elfcap.c
95 $(COMPILE.c) -o $@ $(ELFCAP)/elfcap.c

Completed in 92 milliseconds