
all : install

install : afaire asr-manpages at bash createrepo cron diffutils docbook-utils \
    eject glibc-linuxthreads grep initscripts lilo modutils netkit-telnet \
    nfs-utils openjade opensp procps psmisc rp-pppoe sed sgml-common \
    switchdesk sysvinit util-linux-ng yp-tools man-pages-man1 ntpd gzip \
    usbutils pciutils

# Fedora ne fournissant pas de paquet pour lilo,
# on exclut les pages de manuel correspondantes
install-fedora : afaire asr-manpages at bash createrepo cron diffutils \
    docbook-utils eject glibc-linuxthreads grep initscripts modutils \
    netkit-telnet nfs-utils openjade opensp procps psmisc rp-pppoe sed \
    sgml-common switchdesk sysvinit util-linux-ng yp-tools yum man-pages-man1 \
    ntpd gzip yum-utils usbutils pciutils

afaire :
	cd afaire ; \
	make install ;

asr-manpages :
	cd asr-manpages-1.3 ; \
	make install ;

at :
	cd at-3.1.10 ; \
	make install ;

bash :
	cd bash-3.2 ; \
	make install ;

createrepo :
	cd createrepo-0.9.5 ; \
	make install ;

cron :
	cd cron-4.1 ; \
	make install ;

diffutils :
	cd diffutils-2.8.1 ; \
	make install ;

docbook-utils :
	cd docbook-utils-0.6.14 ; \
	make install ;

eject :
	cd eject-2.1.5 ; \
	make install ;

glibc-linuxthreads :
	cd glibc-linuxthreads-2.3.6 ; \
	make install ;

grep :
	cd grep-2.5.3 ; \
	make install ;

gzip :
	cd gzip-1.3.12 ; \
	make install ;

initscripts :
	cd initscripts-8.51 ; \
	make install ;

lilo :
	cd lilo-22.8 ; \
	make install ;

man-pages-man1 :
	cd man-pages-man1-2.49 ; \
	make install ;

modutils :
	cd modutils-2.4.27 ; \
	make install ;

netkit-telnet :
	cd netkit-telnet-0.17 ; \
	make install ;

nfs-utils :
	cd nfs-utils-1.1.1 ; \
	make install ;

ntpd :
	cd ntpd-4.2.4p4 ; \
	make install ;

opensp :
	cd opensp-1.5.2 ; \
	make install ;

openjade :
	cd openjade-1.3.2 ; \
	make install ;

pciutils :
	cd pciutils-3.0.0 ; \
	make install ;

procps :
	cd procps-3.2.7 ; \
	make install ;

psmisc :
	cd psmisc-22.6 ; \
	make install ;

rp-pppoe :
	cd rp-pppoe-3.8 ; \
	make install ;

sed :
	cd sed-4.1.5 ; \
	make install ;

sgml-common :
	cd sgml-common-0.6.3 ; \
	make install ;

switchdesk :
	cd switchdesk-4.0.8 ; \
	make install ;

sysvinit :
	cd sysvinit-2.86 ; \
	make install ;

util-linux-ng :
	cd util-linux-ng-2.13.1.1 ; \
	make install ;

usbutils :
	cd usbutils-0.73 ; \
	make install ;

yp-tools :
	cd yp-tools-2.10 ; \
	make install ;

yum :
	cd yum-3.2.7 ; \
	make install ;

yum-utils :
	cd yum-utils-1.1.13 ; \
	make install ;
