~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/sbi/Makefile

  • Committer: Jiri Svoboda
  • Date: 2010-04-23 23:09:56 UTC
  • mfrom: (301.1.22 sysel)
  • Revision ID: jiri@wiwaxia-20100423230956-qlvja3q8qfwgnmnw
Merge from lp:~jsvoboda/helenos/sysel. New: generic classes, autoboxing, delegates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
BINARY = sbi
34
34
 
35
35
SOURCES = \
 
36
        src/builtin/bi_boxed.c \
36
37
        src/builtin/bi_error.c \
37
38
        src/builtin/bi_fun.c \
38
39
        src/builtin/bi_textfile.c \