Subversion Repositories gelsvn

Rev

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

Rev 138 Rev 178
Line 31... Line 31...
31
PLATFORM = ${OS}_${CPU}_${CXX}
31
PLATFORM = ${OS}_${CPU}_${CXX}
32
 
32
 
33
### Concatenation of platform and target yields a string used as 
33
### Concatenation of platform and target yields a string used as 
34
### suffix of makefiles and in the name of the builddir.
34
### suffix of makefiles and in the name of the builddir.
35
PLATFORM_TARG = ${PLATFORM}_$(TARGET)
35
PLATFORM_TARG = ${PLATFORM}_$(TARGET)
-
 
36
 
-
 
37
### LIBDIR is the directory where we stick .a files pertaining to 
-
 
38
### the specific combination of platform and target.
-
 
39
LIBDIR							= ${SOURCEROOT}/lib/${PLATFORM_TARG}
-
 
40
 
-
 
41
### BINDIR is the directory where binary files are put.
-
 
42
BINDIR							= ${SOURCEROOT}/bin