diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-20 21:32:14 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 66d003e06152b1da64f28658818771ffa5999286 (patch) | |
tree | 4e68dad82aa735238fc97d9d208955c05d4161f6 /Makefile.in | |
parent | b326c7d0d308849ef291814eab5cf2923220f4ff (diff) |
Update build scripts
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/Makefile.in b/Makefile.in index cb24fdaa..5fb89822 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,20 +196,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = configure src/cell.h src/hdf5-file.h src/image.h \ - src/utils.h src/diffraction.h src/detector.h \ - src/sfac.h src/reflections.h src/list_tmp.h \ - src/statistics.h src/displaywindow.h src/render.h src/hdfsee.h \ - data/displaywindow.ui src/dirax.h src/peaks.h src/index.h \ - src/filters.h src/diffraction-gpu.h src/cl-utils.h \ - data/defs.h src/parameters-lcls.tmp \ - data/diffraction.cl src/symmetry.h \ - src/povray.h src/index-priv.h src/geometry.h src/templates.h \ - data/sfac/Ca.nff data/sfac/C.nff data/sfac/Fe.nff data/sfac/H.nff \ - data/sfac/Mg.nff data/sfac/N.nff data/sfac/O.nff data/sfac/P.nff \ - data/sfac/S.nff data/sfac/f0_WaasKirf.dat src/render_hkl.h \ - src/stream.h src/thread-pool.h - +EXTRA_DIST = configure SUBDIRS = src data doc doc/examples scripts all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |