Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
961 pj 1
ifndef BASE
2
BASE=..
3
endif
4
 
5
include $(BASE)/config/config.mk
6
 
7
LIBRARY       = modules
8
 
9
OBJS_PATH     = $(BASE)/modules
10
 
11
include $(wildcard */subdir.mk)
12
 
13
OTHERINCL += -I$(BASE)/modules
14
 
15
include $(BASE)/config/lib.mk
16