File: Makefile.am

package info (click to toggle)
libgeotiff 1.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,916 kB
  • sloc: ansic: 8,252; sh: 4,189; makefile: 164
file content (20 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

makegeo_SOURCES = makegeo.c
geotifcp_SOURCES = geotifcp.c
listgeo_SOURCES = listgeo.c
applygeo_SOURCES = applygeo.c

bin_PROGRAMS = geotifcp listgeo applygeo

noinst_PROGRAMS = makegeo

if TIFF_IS_CONFIG
TIFF_CFLAGS = @TIFF_INC@ -DHAVE_TIFF=1
endif

AM_CFLAGS = -I../  -I$(srcdir)/.. -I$(srcdir)/../libxtiff $(TIFF_CFLAGS) @PROJ_INCLUDE@

LDADD = ../libgeotiff.la

EXTRA_DIST =    getopt.c