File: Makefile.am

package info (click to toggle)
simstring 1.0-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,376 kB
  • ctags: 2,334
  • sloc: cpp: 15,653; sh: 3,846; ansic: 488; python: 205; makefile: 50; ruby: 22
file content (14 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile.am 107 2010-03-07 08:28:10Z naoaki $

bin_PROGRAMS = simstring
#man_MANS = simstring.1
EXTRA_DIST = \
	frontend.vcproj

simstring_SOURCES = \
	optparse.h \
	main.cpp

AM_CXXFLAGS = @CXXFLAGS@
INCLUDES = @INCLUDES@
AM_LDFLAGS = @LDFLAGS@