Switch to unified view
a/src/common/Makefile | b/src/common/Makefile | ||
---|---|---|---|
1 | # @(#$Id: Makefile,v 1.10 2006-03-29 13:08:08 dockes Exp $ (C) 2005 J.F.Dockes |
1 | # @(#$Id: Makefile,v 1.11 2006-03-30 13:00:56 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 |
6 | PROGS = internfile unacpp textsplit rclconfig
|
7 | 7 | ||
8 | all: $(BIGLIB) $(PROGS) |
8 | all: $(BIGLIB) $(PROGS) |
9 | 9 | ||
10 | $(BIGLIB): |
10 | $(BIGLIB): |
11 | cd $(depth)/lib;$(MAKE) |
11 | cd $(depth)/lib;$(MAKE) |