*** empty log message ***
This commit is contained in:
parent
c2ec5234df
commit
43cb8ffdc7
@ -1,4 +1,4 @@
|
|||||||
# @(#$Id: Makefile,v 1.11 2006-03-30 13:00:56 dockes Exp $ (C) 2005 J.F.Dockes
|
# @(#$Id: Makefile,v 1.12 2006-09-21 05:57:45 dockes Exp $ (C) 2005 J.F.Dockes
|
||||||
depth = ..
|
depth = ..
|
||||||
include $(depth)/mk/sysconf
|
include $(depth)/mk/sysconf
|
||||||
|
|
||||||
@ -7,8 +7,9 @@ PROGS = internfile unacpp textsplit rclconfig
|
|||||||
|
|
||||||
all: $(BIGLIB) $(PROGS)
|
all: $(BIGLIB) $(PROGS)
|
||||||
|
|
||||||
$(BIGLIB):
|
$(BIGLIB): force
|
||||||
cd $(depth)/lib;$(MAKE)
|
cd $(depth)/lib;$(MAKE)
|
||||||
|
force:
|
||||||
|
|
||||||
UNACPP_OBJS= trunacpp.o $(BIGLIB)
|
UNACPP_OBJS= trunacpp.o $(BIGLIB)
|
||||||
unacpp : $(UNACPP_OBJS)
|
unacpp : $(UNACPP_OBJS)
|
||||||
|
|||||||
@ -7,8 +7,9 @@ PROGS = trconftree wipedir smallut trfstreewalk trpathut \
|
|||||||
|
|
||||||
all: $(PROGS) $(BIGLIB)
|
all: $(PROGS) $(BIGLIB)
|
||||||
|
|
||||||
$(BIGLIB):
|
$(BIGLIB): force
|
||||||
cd $(depth)/lib;$(MAKE)
|
cd $(depth)/lib;$(MAKE)
|
||||||
|
force:
|
||||||
|
|
||||||
FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
|
FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB)
|
||||||
trfstreewalk : $(FSTREEWALK_OBJS)
|
trfstreewalk : $(FSTREEWALK_OBJS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user