--- ./Imakefile.org Thu Oct 31 05:09:31 1991 +++ ./Imakefile Mon Dec 5 17:27:06 1994 @@ -1,23 +1,11 @@ /**/# Cannot compile in using Gcc CC = cc -LOCAL_LIBRARIES = -L/usr/local/lib $(XLIB) - SYS_LIBRARIES = -lm + SYS_LIBRARIES = MathLibrary +LOCAL_LIBRARIES = $(XLIB) DEPLIBS = $(DEPXLIB) - DEFINES = -DSHAPE -I/usr/local/include - -CP = /bin/cp -STRIP = /bin/strip -RM = /bin/rm -f + DEFINES = -DSHAPE SimpleProgramTarget(oneko) - -DESTDIR = /afs/andrew/system/dest/@sys/contributed/neko/011 - -install:: - $(RM) $(DESTDIR)/bin/oneko $(DESTDIR)/man/man1/oneko.man - $(CP) oneko $(DESTDIR)/bin/oneko - $(STRIP) $(DESTDIR)/bin/oneko - $(CP) oneko.man $(DESTDIR)/man/man1/oneko.1 /* InstallAppDefaults(Oneko) */