29 Jan
2015
29 Jan
'15
2:27 p.m.
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? Thank you.
31 Jan
31 Jan
12:32 a.m.
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 adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
4050
Age (days ago)
4051
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adam Lackorzynski -
Harini Balachandran