Last change
on this file since 172 was
165,
checked in by alain, 12 years ago
|
Introducing various modifications in kernel initialisation
|
File size:
365 bytes
|
Rev | Line | |
---|
[163] | 1 | SRCS += $(wildcard src/*.cpp) |
---|
| 2 | SRCS += $(wildcard src/libelfpp/*) |
---|
| 3 | SRCS += main.cpp |
---|
| 4 | |
---|
| 5 | HDRS += $(wildcard include/*) |
---|
| 6 | HDRS += $(wildcard include/libelfpp/elfpp/*) |
---|
| 7 | HDRS += $(wildcard include/libelfpp/dpp/*) |
---|
| 8 | |
---|
[165] | 9 | INCLUDES = -Iinclude/libelfpp -Iinclude/libelfpp/elfpp -Iinclude/ -I../xml |
---|
[163] | 10 | memo.x: $(SRCS) $(HDRS) |
---|
| 11 | g++ -Wall -g $(SRCS) $(INCLUDES) -o memo.x |
---|
| 12 | |
---|
| 13 | clean: |
---|
| 14 | rm memo.x |
---|
Note: See
TracBrowser
for help on using the repository browser.