Changeset 00acd66 in mainline for uspace/app/init/Makefile
- Timestamp:
- 2007-06-23T13:34:01Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/Makefile
r3ae470a r00acd66 27 27 # 28 28 29 include ../../ version30 include ../ Makefile.config29 include ../../../version 30 include ../../Makefile.config 31 31 32 32 ## Setup toolchain 33 33 # 34 34 35 LIBC_PREFIX = ../ libc36 SOFTINT_PREFIX = ../ softint35 LIBC_PREFIX = ../../lib/libc 36 SOFTINT_PREFIX = ../../lib/softint 37 37 include $(LIBC_PREFIX)/Makefile.toolchain 38 38 39 CFLAGS += -I../ kbd/include39 CFLAGS += -I../../srv/kbd/include 40 40 41 41 LIBS = $(LIBC_PREFIX)/libc.a
Note:
See TracChangeset
for help on using the changeset viewer.