[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
sfftobmp 3.1.3-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 23,444 kB
  • sloc: cpp: 148,005; ansic: 85,028; sh: 14,606; makefile: 587; asm: 284
file content (6 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
## Makefile.am -- Process this file with automake to produce Makefile.in

INCLUDES            =  -I$(top_builddir) -I$(top_srcdir)
bin_PROGRAMS = sfftobmp
sfftobmp_SOURCES = my_getopt.c cmdline.cpp codes.cpp common.cpp decoder.cpp input.cpp main.cpp output.cpp
sfftobmp_LDADD = @TIFF_LIB@ @JPEG_LIB@ -lboost_filesystem-mt -lboost_system