Changeset 1b1164e8 in mainline for uspace/app
- Timestamp:
- 2010-03-23T14:44:00Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63f8966
- Parents:
- d99c1d2
- Location:
- uspace/app
- Files:
-
- 1 deleted
- 11 edited
-
Makefile.common (deleted)
-
bdsh/Makefile (modified) (2 diffs)
-
edit/Makefile (modified) (2 diffs)
-
getterm/Makefile (modified) (2 diffs)
-
init/Makefile (modified) (1 diff)
-
klog/Makefile (modified) (1 diff)
-
mkfat/Makefile (modified) (1 diff)
-
redir/Makefile (modified) (1 diff)
-
taskdump/Makefile (modified) (2 diffs)
-
tester/Makefile (modified) (2 diffs)
-
tetris/Makefile (modified) (2 diffs)
-
trace/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 32 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -I. -Icmds/ -Icmds/builtins -Icmds/modules 33 34 OUTPUT = bdsh 33 BINARY = bdsh 35 34 36 35 SOURCES = \ … … 60 59 scli.c 61 60 62 include ../Makefile.common61 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/edit/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = edit 31 BINARY = edit 34 32 35 33 SOURCES = \ … … 37 35 sheet.c 38 36 39 include ../Makefile.common37 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/getterm/Makefile
rd99c1d2 r1b1164e8 28 28 # 29 29 30 include ../../../version31 DEFS += -DRELEASE=$(RELEASE) "-DNAME=$(NAME)"32 33 30 USPACE_PREFIX = ../.. 34 LIBS = $(LIBC_PREFIX)/libc.a 35 36 OUTPUT = getterm 31 DEFS = -DRELEASE=$(RELEASE) "-DNAME=$(NAME)" 32 BINARY = getterm 37 33 38 34 SOURCES = \ … … 40 36 version.c 41 37 42 include ../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/init/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = init 31 BINARY = init 34 32 35 33 SOURCES = \ 36 34 init.c 37 35 38 include ../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/klog/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = klog 31 BINARY = klog 34 32 35 33 SOURCES = \ 36 34 klog.c 37 35 38 include ../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/mkfat/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a $(LIBC_PREFIX)/libc.a31 LIBS = $(LIBBLOCK_PREFIX)/libblock.a 32 32 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) 33 34 OUTPUT = mkfat 33 BINARY = mkfat 35 34 36 35 SOURCES = \ 37 36 mkfat.c 38 37 39 include ../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/redir/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = redir 31 BINARY = redir 34 32 35 33 SOURCES = \ 36 34 redir.c 37 35 38 include ../Makefile.common36 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/taskdump/Makefile
rd99c1d2 r1b1164e8 28 28 29 29 USPACE_PREFIX = ../.. 30 LIBS = $(LIBC_PREFIX)/libc.a31 30 EXTRA_CFLAGS = -Iinclude 32 33 OUTPUT = taskdump 31 BINARY = taskdump 34 32 35 33 SOURCES = \ … … 38 36 symtab.c 39 37 40 include ../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/tester/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = tester 31 BINARY = tester 34 32 35 33 SOURCES = \ … … 53 51 mm/malloc1.c 54 52 55 include ../Makefile.common53 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/tetris/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = tetris 31 BINARY = tetris 34 32 35 33 SOURCES = \ … … 40 38 screen.c 41 39 42 include ../Makefile.common40 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/trace/Makefile
rd99c1d2 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../.. 31 LIBS = $(LIBC_PREFIX)/libc.a 32 33 OUTPUT = trace 31 BINARY = trace 34 32 35 33 SOURCES = \ … … 41 39 errors.c 42 40 43 include ../Makefile.common41 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
