Skip to content
Snippets Groups Projects
Commit 73e6e6ee authored by David Flitney's avatar David Flitney
Browse files

Made Makefiles conformant with new rules

parent c9ea331d
No related branches found
Tags RECOVERED-11Apr2003 stable-03Mar2003
No related merge requests found
#
include ${FSLDIR}/etc/default.mk
include ${FSLCONFDIR}/default.mk
PROJNAME = misc_tcl
TCLFILES = *.tcl *xbm *.sh *.ppm
all:
${INSTALL} -m 0775 Runtcl ${BINDIR}/ ; \
cd ${BINDIR} ; \
${INSTALL} -m 0775 Runtcl ${FSLDEVDIR}/bin ; \
cd ${FSLDEVDIR}/bin ; \
${RM} -f fsl fsl_gui ; \
ln -s Runtcl fsl ; \
ln -s Runtcl fsl_gui
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment