This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mg3a - a version of Mg2a developed on Cygwin



forgot about make install :


install: strip installbin installdoc

PREFIX=/usr
#PREFIX=/usr/local
BINDIR=${PREFIX}/bin
DOCDIR=${PREFIX}/share/doc/mg3a
DOCFILES=README README.misc README.programmer README.reference \
        orig/mgprog.doc orig/README orig/tutorial
SAMPDIR=${DOCDIR}/examples
SAMFILES=.mg .mg-cygwin .mg-xterm

installbin:
cp mg.exe /usr/local/bin
installdoc:
mkdir -p ${DOCDIR}/orig ${SAMPDIR}
for file in ${SAMFILES}; do cp bl/$${file} ${SAMPDIR}/dot$${file}; done
for file in ${DOCFILES}; do cp $${file} ${DOCDIR}/$${file}; done


Regards,

Cyrille Lefevre
--
mailto:Cyrille.Lefevre-lists@laposte.net


-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]