~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to .pc/add-cplcore-link.patch/src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-grvehmdmxrzlkf1n
Tags: 3.9.0-1
New package. Closes: #641634

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
##   This file is part of the ESO Pipeline Tool
 
4
##   Copyright (C) 2004 European Southern Observatory
 
5
 
 
6
##   This program is free software; you can redistribute it and/or modify
 
7
##   it under the terms of the GNU General Public License as published by
 
8
##   the Free Software Foundation; either version 2 of the License, or
 
9
##   (at your option) any later version.
 
10
 
 
11
##   This program is distributed in the hope that it will be useful,
 
12
##   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
##   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
##   GNU General Public License for more details.
 
15
 
 
16
##   You should have received a copy of the GNU General Public License
 
17
##   along with this program; if not, write to the Free Software
 
18
##   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
19
 
 
20
 
 
21
AUTOMAKE_OPTIONS = 1.8 foreign
 
22
 
 
23
DISTCLEANFILE = *~
 
24
 
 
25
 
 
26
if MAINTAINER_MODE
 
27
 
 
28
MAINTAINERCLEANFILES = Makefile.in
 
29
 
 
30
endif
 
31
 
 
32
SUBDIRS = tests
 
33
 
 
34
CPPFLAGS = -DCX_LOG_DOMAIN=\"EsoRex\"
 
35
 
 
36
INCLUDES = $(CFITSIO_INCLUDES) $(CPL_INCLUDES) $(CX_INCLUDES) $(INCLTDL)
 
37
 
 
38
noinst_HEADERS = er_fileutils.h er_help.h er_main.h er_params.h \
 
39
                er_paramutils.h er_plugin.h er_pluginlist.h \
 
40
                er_stringarray.h er_stringutils.h er_paf.h
 
41
 
 
42
 
 
43
esorex_SOURCES = er_fileutils.c er_help.c er_main.c er_params.c \
 
44
                er_paramutils.c er_plugin.c er_pluginlist.c \
 
45
                er_stringarray.c er_stringutils.c er_paf.c
 
46
 
 
47
 
 
48
EXTRA_esorex_SOURCES = getopt.c getopt1.c getopt.h
 
49
 
 
50
bin_PROGRAMS = esorex
 
51
 
 
52
esorex_LDFLAGS = $(CPL_LDFLAGS) $(CFITSIO_LDFLAGS) $(LIBLTDL)
 
53
esorex_LDADD = @GETOPT@ $(LIBCPLUI) $(LIBCPLDFS) $(LIBLTDL)
 
54
esorex_DEPENDENCIES = @GETOPT@ $(LIBLTDL)
 
55
 
 
56
if PURIFY
 
57
 include $(top_builddir)/Makefile.purify
 
58
endif
 
59
 
 
60
esorex.man: esorex
 
61
        sh esorex_create_man.sh
 
62
 
 
63
man1_MANS = esorex.man