Changeset 9d8b12da in mainline for uspace/app
- Timestamp:
- 2017-11-08T22:43:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 378948d
- Parents:
- d2e7a51
- Location:
- uspace/app
- Files:
-
- 8 edited
-
barber/Makefile (modified) (1 diff)
-
fontviewer/Makefile (modified) (1 diff)
-
tester/Makefile (modified) (1 diff)
-
vcalc/Makefile (modified) (1 diff)
-
vdemo/Makefile (modified) (1 diff)
-
viewer/Makefile (modified) (1 diff)
-
vlaunch/Makefile (modified) (1 diff)
-
vterm/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/barber/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw compress softrend 32 LIBS = gui draw compress softrend math 33 33 34 34 BINARY = barber 35 MATH = y36 35 37 36 IMG = image -
uspace/app/fontviewer/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw softrend compress 32 LIBS = gui draw softrend compress math 33 33 34 34 BINARY = fontviewer 35 MATH = y36 35 37 36 SOURCES = \ -
uspace/app/tester/Makefile
rd2e7a51 r9d8b12da 31 31 32 32 # TODO: softfloat testing should be done via unit tests. 33 LIBS = block softfloat drv 33 LIBS = block softfloat drv math 34 34 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX) 35 35 36 36 BINARY = tester 37 MATH = y38 37 39 38 SOURCES = \ -
uspace/app/vcalc/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw softrend compress 32 LIBS = gui draw softrend compress math 33 33 34 34 BINARY = vcalc 35 MATH = y36 35 37 36 SOURCES = \ -
uspace/app/vdemo/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw softrend compress 32 LIBS = gui draw softrend compress math 33 33 34 34 BINARY = vdemo 35 MATH = y36 35 37 36 SOURCES = \ -
uspace/app/viewer/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw softrend compress 32 LIBS = gui draw softrend compress math 33 33 34 34 BINARY = viewer 35 MATH = y36 35 37 36 SOURCES = \ -
uspace/app/vlaunch/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui", rest is transitive dependencies. 32 LIBS = gui draw softrend compress 32 LIBS = gui draw softrend compress math 33 33 34 34 BINARY = vlaunch 35 MATH = y36 35 37 36 IMG = image -
uspace/app/vterm/Makefile
rd2e7a51 r9d8b12da 30 30 31 31 # TODO: Should be just "gui graph", rest is transitive dependencies. 32 LIBS = gui graph draw softrend compress 32 LIBS = gui graph draw softrend compress math 33 33 34 34 BINARY = vterm 35 MATH = y36 35 37 36 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
