Changes in uspace/lib/c/Makefile [b942a66:a0a273e] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    rb942a66 ra0a273e  
    6363        generic/bd.c \
    6464        generic/bd_srv.c \
     65        generic/perm.c \
    6566        generic/cap.c \
    6667        generic/clipboard.c \
     
    8182        generic/event.c \
    8283        generic/errno.c \
     84        generic/gsort.c \
    8385        generic/loc.c \
    8486        generic/mem.c \
     
    124126        generic/io/con_srv.c \
    125127        generic/io/console.c \
     128        generic/io/table.c \
    126129        generic/io/visualizer.c \
    127130        generic/io/window.c \
     
    158161        generic/stacktrace.c \
    159162        generic/arg_parse.c \
    160         generic/sort.c \
    161163        generic/stats.c \
    162164        generic/assert.c \
    163165        generic/pio_trace.c \
     166        generic/qsort.c \
    164167        generic/uuid.c \
    165168        generic/vbd.c \
     
    179182
    180183TEST_SOURCES = \
     184        test/fibril/timer.c \
    181185        test/main.c \
     186        test/io/table.c \
    182187        test/odict.c \
     188        test/qsort.c \
    183189        test/sprintf.c \
    184190        test/str.c
     
    188194%.h: %.ag
    189195        $(AUTOGEN) probe $< >$<.probe.c
    190         $(CC) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
     196        $(CC_AUTOGEN) $(DEFS) $(CFLAGS) -S -o $<.probe.s $<.probe.c
    191197        $(AUTOGEN) generate $< <$<.probe.s >$@   
    192198
Note: See TracChangeset for help on using the changeset viewer.