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, 0 insertions, 54 deletions
diff --git a/funtools/fitsy/Imakefile b/funtools/fitsy/Imakefile
deleted file mode 100644
index 52727ba..0000000
--- a/funtools/fitsy/Imakefile
+++ /dev/null
@@ -1,54 +0,0 @@
-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()
-