Index: ossp-pkg/lmtp2nntp/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Makefile.in,v' 2>/dev/null --- Makefile.in 2001/09/07 15:02:08 1.15 +++ Makefile.in 2001/09/12 06:50:52 1.16 @@ -117,3 +117,16 @@ check: lmtp2nntp @cd test && ./run.sh +# create dependencies +depend: + cp Makefile.in Makefile.in.bak \ + && sed -ne '1,/^# DO NOT REMOVE/p' Makefile.in > Makefile.new \ + && $(CC) -MM $(CPPFLAGS) $(CFLAGS) *.c |\ + sed -e 's/^\(l2_.*\)\.o:/\1.lo:/' >> Makefile.new \ + && cp Makefile.new Makefile.in + && rm -f Makefile.new + +## +## ____ DEPENDENCY AREA ____________________________________________ +## (AUTOMATICALLY UPDATED - DO NOT EDIT) +##