Switch to unified view

a/src/common/Makefile b/src/common/Makefile
1
include ../mk/sysconf
1
include ../mk/sysconf
2
BIGLIB = ../lib/librcl.a
2
BIGLIB = ../lib/librcl.a
3
4
3
5
PROGS = unacpp textsplit
4
PROGS = unacpp textsplit
6
all: $(PROGS)
5
all: $(PROGS)
7
6
8
UNACPP_OBJS= trunacpp.o $(BIGLIB)
7
UNACPP_OBJS= trunacpp.o $(BIGLIB)