diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/x11iraf/obmsh/Imakefile.orig | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/x11iraf/obmsh/Imakefile.orig')
-rw-r--r-- | vendor/x11iraf/obmsh/Imakefile.orig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/x11iraf/obmsh/Imakefile.orig b/vendor/x11iraf/obmsh/Imakefile.orig new file mode 100644 index 00000000..1462c251 --- /dev/null +++ b/vendor/x11iraf/obmsh/Imakefile.orig @@ -0,0 +1,23 @@ +# Imakefile for the OBM shell. + + CDEBUGFLAGS = -g + XAWLIB = -lXaw3d # set to Xaw3d for 3d look + BINDIR = /usr/local/bin + + LOCAL_LDFLAGS = -L../lib + EXTRA_INCLUDES = -I../include + OBMLIBS = -lobm -lXpm + MATHLIB = -lm + DEPOBM = ../lib/libobm.a + + SRCS = obmsh.c + OBJS = obmsh.o + +AllTarget(obmsh) + +NormalProgramTarget(obmsh,$(OBJS),${DEPOBM},${OBMLIBS} XawClientLibs,$(MATHLIB)) + +${DEPOBM}: + +InstallProgramWithFlags(obmsh, $(BINDIR), $(INSTUIDFLAGS)) +DependTarget() |