Switch to unified view

a/src/common/Makefile b/src/common/Makefile
1
# @(#$Id: Makefile,v 1.11 2006-03-30 13:00:56 dockes Exp $  (C) 2005 J.F.Dockes
1
# @(#$Id: Makefile,v 1.12 2006-09-21 05:57:45 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 = internfile unacpp textsplit rclconfig
7
7
8
all: $(BIGLIB) $(PROGS) 
8
all: $(BIGLIB) $(PROGS) 
9
9
10
$(BIGLIB):
10
$(BIGLIB): force
11
    cd $(depth)/lib;$(MAKE)
11
    cd $(depth)/lib;$(MAKE)
12
force:
12
13
13
UNACPP_OBJS= trunacpp.o $(BIGLIB)
14
UNACPP_OBJS= trunacpp.o $(BIGLIB)
14
unacpp : $(UNACPP_OBJS)
15
unacpp : $(UNACPP_OBJS)
15
    $(CXX) $(ALL_CXXFLAGS) -o unacpp $(UNACPP_OBJS) \
16
    $(CXX) $(ALL_CXXFLAGS) -o unacpp $(UNACPP_OBJS) \
16
           $(LIBICONV)
17
           $(LIBICONV)