Switch to unified view

a/src/common/Makefile b/src/common/Makefile
1
# @(#$Id: Makefile,v 1.13 2006-11-15 14:57:53 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile,v 1.14 2006-11-20 11:17:53 dockes Exp $  (C) 2005 J.F.Dockes
2
depth = ..
2
depth = ..
3
include $(depth)/mk/sysconf
3
include $(depth)/mk/sysconf
4
4
5
# Only test executables get build in here
5
# Only test executables get build in here
6
PROGS = internfile unacpp textsplit rclconfig
6
PROGS = unacpp textsplit rclconfig
7
7
8
all: $(BIGLIB) $(PROGS) 
8
all: $(BIGLIB) $(PROGS) 
9
9
10
$(BIGLIB): force
10
$(BIGLIB): force
11
    cd $(depth)/lib;$(MAKE)
11
    cd $(depth)/lib;$(MAKE)