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 54
Line 4... Line 4...
4
### Include definitions and rules common to the library and the
4
### Include definitions and rules common to the library and the
5
### application makefiles
5
### application makefiles
6
include ${SOURCEROOT}/makefiles/common.mk
6
include ${SOURCEROOT}/makefiles/common.mk
7
 
7
 
8
### Name of library is derived from name of present working directory.
8
### Name of library is derived from name of present working directory.
9
LIB = ${LIBDIR}/lib$(notdir $(shell pwd)).a
9
LIB = ${LIBDIR}/libGEL_$(notdir $(shell pwd)).a
10
 
10
 
11
######################################################################
11
######################################################################
12
############# if we are cleaning #####################################
12
############# if we are cleaning #####################################
13
ifeq (${MAKECMDGOALS},clean)
13
ifeq (${MAKECMDGOALS},clean)
14
 
14