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 20... Line 20...
20
 
20
 
21
override SOURCEROOT		= $(shell pwd)
21
override SOURCEROOT		= $(shell pwd)
22
 
22
 
23
include makefiles/definitions.mk
23
include makefiles/definitions.mk
24
 
24
 
25
LIBSRC 				= ./Libsrc
25
LIBSRC 				= ./src
26
LIBRARIES 		 =$(dir $(shell find ${LIBSRC} -type f -name 'Makefile'))
26
LIBRARIES 		 =$(dir $(shell find ${LIBSRC} -type f -name 'Makefile'))
27
APPSRC 				= ./Appsrc
27
APPSRC 				= ./apps
28
APPLICATIONS 	= $(dir $(shell find ${APPSRC} -type f -name 'Makefile'))
28
APPLICATIONS 	= $(dir $(shell find ${APPSRC} -type f -name 'Makefile'))
29
 
29
 
30
.PHONY: cvs app lib clean distclean platform makefiles
30
.PHONY: cvs app lib clean distclean platform makefiles
31
 
31
 
32
all: lib app
32
all: lib app