Subversion Repositories gelsvn

Rev

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

Rev 113 Rev 138
Line 18... Line 18...
18
#
18
#
19
########################################################################
19
########################################################################
20
 
20
 
21
override SOURCEROOT		= $(shell pwd)
21
override SOURCEROOT		= $(shell pwd)
22
 
22
 
23
include makefiles/definitions.mk
23
include makefiles/config.mk
24
 
24
 
25
INSTALL_PREFIX = /usr/local
25
INSTALL_PREFIX = /usr/local
26
LIBSRC 				 = ./src
26
LIBSRC 				 = ./src
27
LIBRARIES 		 =$(dir $(shell cd ${LIBSRC}; find . -type f -name 'Makefile'))
27
LIBRARIES 		 =$(dir $(shell cd ${LIBSRC}; find . -type f -name 'Makefile'))
28
 
28