Revised source dependencies
This commit is contained in:
117
lib/Makefile
117
lib/Makefile
@@ -7,12 +7,12 @@ include ../Makefile.global
|
||||
CLCOMM_SRCS = clcomm.c client.c crc.c semafore.c signame.c
|
||||
CLCOMM_OBJS = clcomm.o client.o crc.o semafore.o signame.o
|
||||
CLCOMM_HDRS = clcomm.h
|
||||
COMMON_SRCS = attach.c charconv_utf.c falists.c hdr.c msgflags.c parsedate.c rfcmsg.c unpacker.c \
|
||||
COMMON_SRCS = attach.c charconv_utf.c falists.c hdr.c parsedate.c rfcmsg.c unpacker.c \
|
||||
batchrd.c charset.c ftn.c nodelist.c pktname.c mangle.c \
|
||||
charconv.c dostran.c ftnmsg.c mbfile.c nodelock.c rawio.c strcasestr.c \
|
||||
charconv_hz.c execute.c expipe.c getheader.c mime.c noderecord.c rfcaddr.c strutil.c \
|
||||
charconv_jp.c faddr.c gmtoffset.c packet.c rfcdate.c term.c
|
||||
COMMON_OBJS = ftscprod.o attach.o charconv_utf.o falists.o hdr.o msgflags.o parsedate.o rfcmsg.o unpacker.o \
|
||||
COMMON_OBJS = ftscprod.o attach.o charconv_utf.o falists.o hdr.o parsedate.o rfcmsg.o unpacker.o \
|
||||
batchrd.o charset.o ftn.o nodelist.o pktname.o mangle.o \
|
||||
charconv.o dostran.o ftnmsg.o mbfile.o nodelock.o rawio.o strcasestr.o \
|
||||
charconv_hz.o execute.o expipe.o getheader.o mime.o noderecord.o rfcaddr.o strutil.o \
|
||||
@@ -115,61 +115,60 @@ depend: ftscprod.c
|
||||
|
||||
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
|
||||
# Dependencies generated by make depend
|
||||
clcomm.o: libs.h clcomm.h
|
||||
client.o: libs.h clcomm.h
|
||||
crc.o: libs.h clcomm.h
|
||||
semafore.o: libs.h structs.h clcomm.h common.h
|
||||
signame.o: libs.h clcomm.h
|
||||
attach.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
charconv_utf.o: libs.h structs.h common.h
|
||||
falists.o: libs.h structs.h clcomm.h common.h
|
||||
hdr.o: libs.h structs.h common.h
|
||||
msgflags.o: libs.h structs.h clcomm.h common.h
|
||||
parsedate.o: libs.h structs.h common.h
|
||||
rfcmsg.o: libs.h structs.h users.h records.h common.h clcomm.h
|
||||
unpacker.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
batchrd.o: libs.h structs.h clcomm.h common.h
|
||||
charset.o: libs.h structs.h common.h clcomm.h
|
||||
ftn.o: libs.h structs.h users.h records.h clcomm.h dbftn.h common.h
|
||||
nodelist.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
pktname.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
mangle.o: libs.h structs.h clcomm.h common.h
|
||||
charconv.o: libs.h structs.h users.h records.h common.h clcomm.h
|
||||
dostran.o: libs.h structs.h users.h records.h common.h
|
||||
ftnmsg.o: libs.h structs.h common.h clcomm.h
|
||||
mbfile.o: libs.h structs.h clcomm.h common.h
|
||||
nodelock.o: libs.h structs.h clcomm.h common.h
|
||||
rawio.o: libs.h structs.h common.h
|
||||
strcasestr.o: libs.h
|
||||
charconv_hz.o: libs.h structs.h common.h clcomm.h
|
||||
execute.o: libs.h structs.h clcomm.h common.h
|
||||
expipe.o: libs.h structs.h clcomm.h common.h
|
||||
getheader.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
mime.o: libs.h structs.h clcomm.h common.h
|
||||
noderecord.o: libs.h structs.h common.h users.h records.h dbnode.h common.h
|
||||
rfcaddr.o: libs.h structs.h users.h records.h clcomm.h common.h
|
||||
strutil.o: libs.h structs.h common.h
|
||||
charconv_jp.o: libs.h structs.h common.h
|
||||
faddr.o: libs.h structs.h common.h
|
||||
gmtoffset.o: libs.h structs.h common.h
|
||||
packet.o: libs.h structs.h users.h records.h clcomm.h common.h dbnode.h
|
||||
rfcdate.o: libs.h structs.h common.h clcomm.h
|
||||
term.o: libs.h structs.h users.h ansi.h records.h common.h
|
||||
dbcfg.o: libs.h mbse.h structs.h users.h records.h dbcfg.h
|
||||
dbdupe.o: libs.h structs.h clcomm.h dbdupe.h
|
||||
dbftn.o: libs.h structs.h users.h records.h dbcfg.h dbftn.h
|
||||
dbmsgs.o: libs.h structs.h users.h records.h clcomm.h dbcfg.h dbmsgs.h
|
||||
dbnode.o: libs.h structs.h common.h users.h records.h clcomm.h dbcfg.h dbnode.h
|
||||
dbtic.o: libs.h structs.h users.h records.h clcomm.h dbcfg.h dbtic.h
|
||||
dbuser.o: libs.h structs.h users.h records.h dbcfg.h dbuser.h
|
||||
jammsg.o: libs.h clcomm.h msgtext.h msg.h jam.h jammsg.h
|
||||
msg.o: libs.h msgtext.h msg.h jammsg.h
|
||||
msgtext.o: libs.h msgtext.h msg.h
|
||||
nntp.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
pop3.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
smtp.o: libs.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
diesel.o: libs.h diesel.h
|
||||
mbdiesel.o: libs.h structs.h users.h records.h common.h clcomm.h diesel.h
|
||||
memwatch.o: ../config.h ../config.h libs.h memwatch.h
|
||||
ftscprod.o: libs.h structs.h common.h
|
||||
clcomm.o: ../config.h libs.h memwatch.h clcomm.h
|
||||
client.o: ../config.h libs.h memwatch.h clcomm.h
|
||||
crc.o: ../config.h libs.h memwatch.h clcomm.h
|
||||
semafore.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
signame.o: ../config.h libs.h memwatch.h clcomm.h
|
||||
attach.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
charconv_utf.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
falists.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
hdr.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
parsedate.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
rfcmsg.o: ../config.h libs.h memwatch.h structs.h users.h records.h common.h clcomm.h
|
||||
unpacker.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
batchrd.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
charset.o: ../config.h libs.h memwatch.h structs.h common.h clcomm.h
|
||||
ftn.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h dbftn.h common.h
|
||||
nodelist.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
pktname.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
mangle.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
charconv.o: ../config.h libs.h memwatch.h structs.h users.h records.h common.h clcomm.h
|
||||
dostran.o: ../config.h libs.h memwatch.h structs.h users.h records.h common.h
|
||||
ftnmsg.o: ../config.h libs.h memwatch.h structs.h common.h clcomm.h
|
||||
mbfile.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
nodelock.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
rawio.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
strcasestr.o: ../config.h libs.h memwatch.h
|
||||
charconv_hz.o: ../config.h libs.h memwatch.h structs.h common.h clcomm.h
|
||||
execute.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
expipe.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
getheader.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
mime.o: ../config.h libs.h memwatch.h structs.h clcomm.h common.h
|
||||
noderecord.o: ../config.h libs.h memwatch.h structs.h common.h users.h records.h dbnode.h common.h
|
||||
rfcaddr.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h
|
||||
strutil.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
charconv_jp.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
faddr.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
gmtoffset.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
packet.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h common.h dbnode.h
|
||||
rfcdate.o: ../config.h libs.h memwatch.h structs.h common.h clcomm.h
|
||||
term.o: ../config.h libs.h memwatch.h structs.h users.h ansi.h records.h common.h
|
||||
dbcfg.o: ../config.h libs.h memwatch.h mbse.h structs.h users.h records.h dbcfg.h
|
||||
dbdupe.o: ../config.h libs.h memwatch.h structs.h clcomm.h dbdupe.h
|
||||
dbftn.o: ../config.h libs.h memwatch.h structs.h users.h records.h dbcfg.h dbftn.h
|
||||
dbmsgs.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h dbcfg.h dbmsgs.h
|
||||
dbnode.o: ../config.h libs.h memwatch.h structs.h common.h users.h records.h clcomm.h dbcfg.h dbnode.h
|
||||
dbtic.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h dbcfg.h dbtic.h
|
||||
dbuser.o: ../config.h libs.h memwatch.h structs.h users.h records.h dbcfg.h dbuser.h
|
||||
jammsg.o: ../config.h libs.h memwatch.h clcomm.h msgtext.h msg.h jam.h jammsg.h
|
||||
msg.o: ../config.h libs.h memwatch.h msgtext.h msg.h jammsg.h
|
||||
msgtext.o: ../config.h libs.h memwatch.h msgtext.h msg.h
|
||||
nntp.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
pop3.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
smtp.o: ../config.h libs.h memwatch.h structs.h users.h records.h clcomm.h mbinet.h
|
||||
diesel.o: ../config.h libs.h memwatch.h diesel.h
|
||||
mbdiesel.o: ../config.h libs.h memwatch.h structs.h users.h records.h common.h clcomm.h diesel.h
|
||||
memwatch.o: ../config.h libs.h memwatch.h
|
||||
ftscprod.o: ../config.h libs.h memwatch.h structs.h common.h
|
||||
# End of generated dependencies
|
||||
|
Reference in New Issue
Block a user