Changeset 450cd3a in mainline for ns/Makefile
- Timestamp:
- 2006-05-16T13:35:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ee6aff
- Parents:
- 35509652
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ns/Makefile
r35509652 r450cd3a 32 32 LIBC_PREFIX = ../libc 33 33 LIBADT_PREFIX = ../libadt 34 LIBIPC_PREFIX = ../libipc35 34 SOFTINT_PREFIX = ../softint 36 35 include $(LIBC_PREFIX)/Makefile.toolchain 37 36 38 CFLAGS += -I../libipc/include 39 40 LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBIPC_PREFIX)/libipc.a $(LIBC_PREFIX)/libc.a 37 LIBS = $(LIBADT_PREFIX)/libadt.a $(LIBC_PREFIX)/libc.a 41 38 42 39 ## Sources
Note:
See TracChangeset
for help on using the changeset viewer.