Re: Makefile in l4re
Adam Lackorzynski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Madam, On Thu Jan 29, 2015 at 18:57:45 +0530, Harini Balachandran wrote: > Sir, > I have some doubts regarding makefile in l4re.What does each statement > in a makefile in l4re refer to? For ex,what does REQUIRES_LIBS refer to? REQUIRES_LIBS is there to list library requirements of the program to be build. TARGET is the program name. SRC_CC lists C++ files, SRC_C lists C files. Adam -- Adam [email protected] Lackorzynski http://os.inf.tu-dresden.de/~adam/