Makefile.libstand revision 7c478bd95313f5f23a4c958a745db2134aa03244
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/Ainclude ../../Makefile.libstand
memchr.c \
memcmp.c \
memcpy.c \
memset.c \
qsort.c \
string.c \
strtol.c \
../../../common/libstand \
$(ROOT)/usr/include
LIB = libstand.a
%.o: ../../../common/libstand/%.c
$(COMPILE.c) $<
%.o: $(SRC)/common/util/%.c
$(COMPILE.c) $<
$(COMPILE.c) -o $@ $<
$(COMPILE.s) -o $@ $<
%.ln: ../../../common/libstand/%.c
$(LINT.c) -c $<
%.ln: $(SRC)/common/util/%.c
$(LINT.c) -c $<
$(LINT.c) -c $<
$(LINT.s) -c $<