Subversion Repositories HelenOS

Rev

Rev 4342 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4342 Rev 4347
Line 42... Line 42...
42
LFLAGS +=
42
LFLAGS +=
43
 
43
 
44
LIBS = $(RTLD_PREFIX)/librtld.a $(LIBC_PREFIX)/libc.a $(SOFTINT_PREFIX)/libsoftint.a
44
LIBS = $(RTLD_PREFIX)/librtld.a $(LIBC_PREFIX)/libc.a $(SOFTINT_PREFIX)/libsoftint.a
45
DEFS += -DRELEASE=\"$(RELEASE)\"
45
DEFS += -DRELEASE=\"$(RELEASE)\"
46
 
46
 
47
ifdef REVISION
-
 
48
	DEFS += "-DREVISION=\"$(REVISION)\""
-
 
49
endif
-
 
50
 
-
 
51
ifdef TIMESTAMP
-
 
52
	DEFS += "-DTIMESTAMP=\"$(TIMESTAMP)\""
-
 
53
endif
-
 
54
 
-
 
55
## Sources
47
## Sources
56
#
48
#
57
 
49
 
58
OUTPUT = dload
50
OUTPUT = dload
59
GENERIC_SOURCES = \
51
GENERIC_SOURCES = \