1# LargeTIFFTools Software
2#
3# Copyright (c) Christophe Deroulers, 2012-2017
4#
5# License: GNU General Public License v3
6#
7
8# Process this file with automake to produce Makefile.in.
9
10bin_PROGRAMS = \
11        tiffsplittiles \
12        tiffmakemosaic \
13        tifffastcrop
14
15tiffsplittiles_SOURCES = tiffsplittiles.c
16tiffmakemosaic_SOURCES = tiffmakemosaic.c
17tifffastcrop_SOURCES = tifffastcrop.c
18