Changes in uspace/lib/c/Makefile [75c430e3:2498b95] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r75c430e3 r2498b95  
    4141EXTRA_OUTPUT = $(LINKER_SCRIPTS)
    4242EXTRA_CLEAN = $(LINKER_SCRIPTS)
     43EXTRA_TEST_CFLAGS = -Wno-deprecated-declarations
    4344LIBRARY = libc
    4445SOVERSION = 0.0
     
    132133        generic/malloc.c \
    133134        generic/stdio/scanf.c \
     135        generic/stdio/sprintf.c \
    134136        generic/stdio/sscanf.c \
    135137        generic/stdio/sstream.c \
     138        generic/stdio/vsprintf.c \
    136139        generic/sysinfo.c \
    137140        generic/ipc.c \
     
    149152        generic/adt/prodcons.c \
    150153        generic/time.c \
     154        generic/tmpfile.c \
    151155        generic/stdio.c \
    152156        generic/stdlib.c \
     
    189193        test/fibril/timer.c \
    190194        test/main.c \
     195        test/mem.c \
    191196        test/io/table.c \
    192197        test/stdio/scanf.c \
     
    194199        test/qsort.c \
    195200        test/sprintf.c \
     201        test/stdio.c \
    196202        test/stdlib.c \
    197203        test/str.c
Note: See TracChangeset for help on using the changeset viewer.