Changeset 8fc0f47c in mainline for uspace/lib/bithenge/Makefile


Ignore:
Timestamp:
2012-08-21T10:48:03Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2ee05261
Parents:
67edca6
Message:

Clean Bithenge headers namespace

Move headers into <bithenge/>, put sources into src/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/bithenge/Makefile

    r67edca6 r8fc0f47c  
    2929USPACE_PREFIX = ../..
    3030LIBRARY = libbithenge
    31 EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__
     31EXTRA_CFLAGS = -I$(LIBBLOCK_PREFIX) -D__HELENOS__ -Iinclude
    3232
    3333SOURCES = \
    34         helenos/block.c \
    35         blob.c \
    36         compound.c \
    37         expression.c \
    38         file.c \
    39         print.c \
    40         script.c \
    41         sequence.c \
    42         source.c \
    43         transform.c \
    44         tree.c
     34        src/helenos/block.c \
     35        src/blob.c \
     36        src/compound.c \
     37        src/expression.c \
     38        src/file.c \
     39        src/print.c \
     40        src/script.c \
     41        src/sequence.c \
     42        src/source.c \
     43        src/transform.c \
     44        src/tree.c
    4545
    4646include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.