Changeset 9d8b12da in mainline for uspace/app


Ignore:
Timestamp:
2017-11-08T22:43:39Z (8 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
378948d
Parents:
d2e7a51
Message:

Instead of setting MATH=y, just list 'math' in dependencies like a normal library.

Location:
uspace/app
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/barber/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw compress softrend
     32LIBS = gui draw compress softrend math
    3333
    3434BINARY = barber
    35 MATH = y
    3635
    3736IMG = image
  • uspace/app/fontviewer/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw softrend compress
     32LIBS = gui draw softrend compress math
    3333
    3434BINARY = fontviewer
    35 MATH = y
    3635
    3736SOURCES = \
  • uspace/app/tester/Makefile

    rd2e7a51 r9d8b12da  
    3131
    3232# TODO: softfloat testing should be done via unit tests.
    33 LIBS = block softfloat drv
     33LIBS = block softfloat drv math
    3434EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX)
    3535
    3636BINARY = tester
    37 MATH = y
    3837
    3938SOURCES = \
  • uspace/app/vcalc/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw softrend compress
     32LIBS = gui draw softrend compress math
    3333
    3434BINARY = vcalc
    35 MATH = y
    3635
    3736SOURCES = \
  • uspace/app/vdemo/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw softrend compress
     32LIBS = gui draw softrend compress math
    3333
    3434BINARY = vdemo
    35 MATH = y
    3635
    3736SOURCES = \
  • uspace/app/viewer/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw softrend compress
     32LIBS = gui draw softrend compress math
    3333
    3434BINARY = viewer
    35 MATH = y
    3635
    3736SOURCES = \
  • uspace/app/vlaunch/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui", rest is transitive dependencies.
    32 LIBS = gui draw softrend compress
     32LIBS = gui draw softrend compress math
    3333
    3434BINARY = vlaunch
    35 MATH = y
    3635
    3736IMG = image
  • uspace/app/vterm/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui graph", rest is transitive dependencies.
    32 LIBS = gui graph draw softrend compress
     32LIBS = gui graph draw softrend compress math
    3333
    3434BINARY = vterm
    35 MATH = y
    3635
    3736SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.