# build s41

make args are : 
make opts are : 

Linking Makefiles.

Making support library.
gcc -g -DDEBUG   -c fnmatch.c
gcc -g -DDEBUG   -c strcasestr.c
gcc -g -DDEBUG   -c strerror.c
gcc -g -DDEBUG   -c strsep.c
gcc -g -DDEBUG   -c authuser.c
gcc -g -DDEBUG     -c syslog.c -o syslog.o
rm -f libsupport.a
ar cq libsupport.a fnmatch.o strcasestr.o strerror.o strsep.o authuser.o syslog.o
ranlib libsupport.a

Making ftpd.
gcc -g -DDEBUG -I.. -I../support -L../support   -c ftpd.c -o ftpd.o
yacc  ftpcmd.y 
mv -f y.tab.c ftpcmd.c
gcc -g -DDEBUG -I.. -I../support -L../support   -c ftpcmd.c -o ftpcmd.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c glob.c -o glob.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c logwtmp.c -o logwtmp.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c popen.c -o popen.o
sh newvers.sh
gcc -g -DDEBUG -I.. -I../support -L../support -c vers.c
gcc -g -DDEBUG -I.. -I../support -L../support   -c access.c -o access.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c extensions.c -o extensions.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c realpath.c -o realpath.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c acl.c -o acl.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c private.c -o private.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c authenticate.c -o authenticate.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c conversions.c -o conversions.o
gcc -g -DDEBUG -I.. -I../support -L../support   -c hostacc.c -o hostacc.o
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpd ftpd.o ftpcmd.o glob.o logwtmp.o popen.o vers.o access.o extensions.o realpath.o acl.o private.o authenticate.o conversions.o hostacc.o -lsupport

Making ftpcount.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpcount ftpcount.c vers.o -lsupport

Making ftpshut.
gcc -g -DDEBUG -I.. -I../support -L../support -o ftpshut ftpshut.c vers.o -lsupport

Making ckconfig.
gcc -g -DDEBUG -I.. -I../support -L../support -o ckconfig ckconfig.c

Links to executables are in bin directory:
text	data	bss	dec	hex
122880	16384	9528	148792	24538	bin/ftpd
8192	8192	0	16384	4000	bin/ftpcount
8192	8192	0	16384	4000	bin/ftpshut
8192	8192	0	16384	4000	bin/ftpwho
8192	8192	0	16384	4000	bin/ckconfig
Done