Changeset da0fef6 in mainline for uspace/app/bithenge/Makefile


Ignore:
Timestamp:
2012-06-23T18:24:21Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03b2b2c
Parents:
d5070ef
Message:

Bithenge: port to Linux and allow choosing a data source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/Makefile

    rd5070ef rda0fef6  
    2929USPACE_PREFIX = ../..
    3030LIBS = $(LIBBLOCK_PREFIX)/libblock.a
    31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX)
     31EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ -Ihelenos
    3232BINARY = bithenge
    3333
    3434SOURCES = \
     35        helenos/block.c \
    3536        blob.c \
    36         block.c \
    3737        file.c \
    3838        print.c \
     39        source.c \
    3940        test.c \
    4041        transform.c \
Note: See TracChangeset for help on using the changeset viewer.