summaryrefslogtreecommitdiffstats
path: root/funtools/fitsy/Imakefile
blob: 52727baa995dedaf486785dbda0b56e476f95109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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()