[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / prex-old / usr / lib / libsa

Annotation of prex-old/usr/lib/libsa/Makefile, Revision 1.1

1.1     ! nbrk        1: LIB=   $(SRCDIR)/usr/lib/libsa.a
        !             2:
        !             3: include $(SRCDIR)/mk/own.mk
        !             4:
        !             5: SRCS=  __libc_init.c _exit.c _stdio.c getchar.c \
        !             6:        putchar.c puts.c printf.c \
        !             7:        vsprintf.c assert.c sprintf.c
        !             8:
        !             9: CFLAGS+=       -D_STANDALONE
        !            10: CPPFLAGS+=     -D_STANDALONE
        !            11:
        !            12: include $(SRCDIR)/usr/lib/prex/Makefile.inc
        !            13: include $(SRCDIR)/usr/lib/libc/ctype/Makefile.inc
        !            14: include $(SRCDIR)/usr/lib/libc/errno/Makefile.inc
        !            15: include $(SRCDIR)/usr/lib/libc/stdlib/Makefile.inc
        !            16: include $(SRCDIR)/usr/lib/libc/string/Makefile.inc
        !            17:
        !            18: include $(SRCDIR)/mk/lib.mk

CVSweb