Subversion Repositories gelsvn

Rev

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

Rev 2 Rev 6
Line 21... Line 21...
21
 
21
 
22
### BINDIR is the directory where binary files are put.
22
### BINDIR is the directory where binary files are put.
23
BINDIR							= ${SOURCEROOT}/bin
23
BINDIR							= ${SOURCEROOT}/bin
24
 
24
 
25
### Append path to compiler flags
25
### Append path to compiler flags
26
CXXFLAGS						+= -I${SOURCEROOT}/Libsrc -I${SOURCEROOT}/include
26
CXXFLAGS						+= -I${SOURCEROOT}/src -I${SOURCEROOT}/include
27
 
27
 
28
### Generate list of source files.
28
### Generate list of source files.
29
sources							= $(shell ls *.cpp)
29
sources							= $(shell ls *.cpp)
30
### Generate list if object files from list of sources.
30
### Generate list if object files from list of sources.
31
objects							= $(sources:.cpp=.o)
31
objects							= $(sources:.cpp=.o)