Makefile.am 964 Bytes
Newer Older
Emmanuel Bertin's avatar
Emmanuel Bertin committed
1
# Program Makefile for SEx
Emmanuel Bertin's avatar
Emmanuel Bertin committed
2
# Copyright (C) 2004-2006 Emmanuel Bertin.
Emmanuel Bertin's avatar
Emmanuel Bertin committed
3
SUBDIRS			= fits wcs
Emmanuel Bertin's avatar
Emmanuel Bertin committed
4
bin_PROGRAMS		= sex
Emmanuel Bertin's avatar
Emmanuel Bertin committed
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
sex_SOURCES		= analyse.c assoc.c astrom.c back.c bpro.c catout.c \
			  check.c clean.c extract.c field.c filter.c \
			  flag.c graph.c growth.c image.c interpolate.c \
			  main.c makeit.c manobjlist.c misc.c neurro.c pc.c \
			  photom.c plist.c poly.c prefs.c psf.c readimage.c \
			  refine.c retina.c scan.c som.c weight.c winpos.c \
			  xml.c \
			  assoc.h astrom.h back.h bpro.h check.h clean.h \
			  define.h extract.h field.h filter.h flag.h \
			  globals.h growth.h image.h interpolate.h key.h \
			  neurro.h param.h photom.h plist.h poly.h prefs.h \
			  preflist.h psf.h retina.h sexhead1.h sexhead.h \
			  sexheadsc.h som.h types.h weight.h winpos.h xml.h
AM_CPPFLAGS		= -DXSL_URL=\"file://$(pkgdatadir)/${PACKAGE_NAME}.xsl\"
sex_LDADD		= $(top_builddir)/src/fits/libfits.a $(top_builddir)/src/wcs/libwcs_c.a
DATE=`date +"%Y-%m-%d"`