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 4348
Line 43... Line 43...
43
 
43
 
44
PIC_CFLAGS := $(CFLAGS) -fPIC
44
PIC_CFLAGS := $(CFLAGS) -fPIC
45
 
45
 
46
DEFS += -DRELEASE=\"$(RELEASE)\"
46
DEFS += -DRELEASE=\"$(RELEASE)\"
47
 
47
 
48
ifdef REVISION
-
 
49
	DEFS += "-DREVISION=\"$(REVISION)\""
-
 
50
endif
-
 
51
 
-
 
52
ifdef TIMESTAMP
-
 
53
	DEFS += "-DTIMESTAMP=\"$(TIMESTAMP)\""
-
 
54
endif
-
 
55
 
-
 
56
## Sources
48
## Sources
57
#
49
#
58
 
50
 
59
OUTPUT = librtld.a
51
OUTPUT = librtld.a
60
GENERIC_SOURCES = \
52
GENERIC_SOURCES = \