summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/fitsy/Imakefile')
-rw-r--r--funtools/fitsy/Imakefile54
1 files changed, 54 insertions, 0 deletions
diff --git a/funtools/fitsy/Imakefile b/funtools/fitsy/Imakefile
new file mode 100644
index 0000000..52727ba
--- /dev/null
+++ b/funtools/fitsy/Imakefile
@@ -0,0 +1,54 @@
+XCOMM Makefile for fitsy library
+
+#include "../config/Imake.rules"
+
+LBINDIR = `$(TOP)/pathname $(TOP)/bin`
+LMANDIR = $(TOP)/man
+LLIBDIR = $(TOP)/lib
+
+INCLUDES= -I.
+
+SRCS= cardpar.c \
+ cardfmt.c \
+ cardins.c \
+ cardfind.c \
+ headget.c \
+ headset.c \
+ headins.c \
+ headinit.c \
+ headdata.c \
+ headfind.c \
+ headfile.c \
+ headimage.c \
+ headtable.c \
+ dataimage.c \
+ fitshead.c \
+ fitsimage.c \
+ ftacht.c \
+ nd.c
+
+OBJS= cardpar.o \
+ cardfmt.o \
+ cardins.o \
+ cardfind.o \
+ headget.o \
+ headset.o \
+ headins.o \
+ headinit.o \
+ headdata.o \
+ headfind.o \
+ headfile.o \
+ headimage.o \
+ headtable.o \
+ dataimage.o \
+ fitshead.o \
+ fitsimage.o \
+ ftacht.o \
+ nd.o
+
+NormalLibraryObjectRule()
+NormalLibraryTarget(fitsy,$(OBJS))
+
+DependTarget()
+LintTarget()
+