Changeset 36b8100a in mainline for uspace/app/init/Makefile
- Timestamp:
- 2009-06-03T19:29:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 73878c1
- Parents:
- 595edf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/Makefile
r595edf5 r36b8100a 27 27 # 28 28 29 include ../../../version30 31 29 ## Setup toolchain 32 30 # … … 37 35 include $(LIBC_PREFIX)/Makefile.toolchain 38 36 39 CFLAGS += -I../../srv/kbd/include40 41 37 LIBS = $(LIBC_PREFIX)/libc.a 42 DEFS += -DRELEASE=$(RELEASE)43 38 44 39 ## Sources … … 47 42 OUTPUT = init 48 43 SOURCES = \ 49 init.c \ 50 version.c 44 init.c 51 45 52 46 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note:
See TracChangeset
for help on using the changeset viewer.