~mok0/clipper/trunk

« back to all changes in this revision

Viewing changes to clipper/contrib/Makefile.am

  • Committer: Morten Kjeldgaard
  • Date: 2011-02-09 21:25:56 UTC
  • Revision ID: mok@bioxray.dk-20110209212556-3zbon5ukh4zf3x00
Tags: 2.0.3
versionĀ 2.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## -*- mode: Makefile; mode: font-lock -*-
 
2
 
 
3
libclipper_contrib_la_SOURCES =                 \
 
4
        convolution_search.cpp                  \
 
5
        edcalc.cpp                              \
 
6
        fffear.cpp                              \
 
7
        function_object_bases.cpp               \
 
8
        mapfilter.cpp                           \
 
9
        originmatch.cpp                         \
 
10
        sfcalc.cpp                              \
 
11
        sfcalc_obs.cpp                          \
 
12
        sfscale.cpp                             \
 
13
        sfweight.cpp                            \
 
14
        skeleton.cpp                            \
 
15
        test_contrib.cpp
 
16
 
 
17
library_include_HEADERS =                       \
 
18
        convolution_search.h                    \
 
19
        edcalc.h                                \
 
20
        fffear.h                                \
 
21
        function_object_bases.h                 \
 
22
        mapfilter.h                             \
 
23
        originmatch.h                           \
 
24
        sfcalc.h                                \
 
25
        sfcalc_obs.h                            \
 
26
        sfscale.h                               \
 
27
        sfweight.h                              \
 
28
        skeleton.h                              \
 
29
        test_contrib.h
 
30
 
 
31
library_includedir = $(pkgincludedir)/contrib
 
32
 
 
33
lib_LTLIBRARIES = libclipper-contrib.la
 
34
 
 
35
libclipper_contrib_la_LDFLAGS = -version-info @CLIPPER_LT_VERSION@
 
36
 
 
37
INCLUDES =  $(FFTW_CXXFLAGS)
 
38
DIST_EXTRA = clipper_contrib.dox
 
39
 
 
40
####