From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- vendor/x11iraf/xtapemon/Imakefile.orig | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 vendor/x11iraf/xtapemon/Imakefile.orig (limited to 'vendor/x11iraf/xtapemon/Imakefile.orig') diff --git a/vendor/x11iraf/xtapemon/Imakefile.orig b/vendor/x11iraf/xtapemon/Imakefile.orig new file mode 100644 index 00000000..b0953dcf --- /dev/null +++ b/vendor/x11iraf/xtapemon/Imakefile.orig @@ -0,0 +1,33 @@ +# +# Imakefile for xtapemon : X11 based tape monitoring utility for IRAF. +# + CDEBUGFLAGS = -g + XAWLIB = -lXaw3d # set to Xaw3d for 3d look + +############################################################################## +# Nothing to change below here... + +SRCS= classnames.c types.c xtapemon.c +OBJS= classnames.o types.o xtapemon.o +DEFINES= -DXTAPEMON +INCLUDES= -I. +DEPLIBS= XawClientDepLibs +LOCAL_LIBRARIES= XawClientLibs +LOCAL_LDFLAGS= -L../lib + +ComplexProgramTarget(xtapemon) +InstallAppDefaults(Xtapemon) + +install.xtapemon: xtapemon Xtapemon.ad xtapemon.man + $(INSTALL) -c $(INSTPGMFLAGS) xtapemon $(BINDIR) + $(INSTALL) -c $(INSTAPPFLAGS) Xtapemon.ad $(XAPPLOADDIR)/Xtapemon + $(INSTALL) -c $(INSTMANFLAGS) xtapemon.man $(MANDIR)/xtapemon.1 + +xtapemon.o: XTapemon.ad.h +xtapemon.c: XTapemon.ad.h + +XTapemon.ad.h: XTapemon.ad + ad2c.sh XTapemon.ad > XTapemon.ad.h + +clean:: + rm -f *.o xtapemon -- cgit