Changeset 450cd3a in mainline for ns/Makefile


Ignore:
Timestamp:
2006-05-16T13:35:18Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ee6aff
Parents:
35509652
Message:

Merge ipc and libc. Does not compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/Makefile

    r35509652 r450cd3a  
    3232LIBC_PREFIX = ../libc
    3333LIBADT_PREFIX = ../libadt
    34 LIBIPC_PREFIX = ../libipc
    3534SOFTINT_PREFIX = ../softint
    3635include $(LIBC_PREFIX)/Makefile.toolchain
    3736
    38 CFLAGS += -I../libipc/include
    39 
    40 LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a
     37LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBC_PREFIX)/libc.a
    4138
    4239## Sources
Note: See TracChangeset for help on using the changeset viewer.