File: Makefile.am

package info (click to toggle)
autoproject 0.17-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 804 kB
  • ctags: 437
  • sloc: sh: 2,850; ansic: 1,675; cpp: 201; makefile: 99
file content (18 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bin_PROGRAMS=#NAME#
#NAME#_SOURCES=#NAME#.c #NAME#.1 xmalloc.c system.h aclocal.m4 getopt.c getopt1.c getopt.h

#  uncomment the following if #NAME# requires the math library
##NAME#_LDADD=-lm

EXTRA_DIST=#NAME#.lsm.in #NAME#.spec.in #NAME#.texinfo

#  if you write a self-test script named `chk', uncomment the
#  following and add `chk' to the EXTRA_DIST list
#TESTS=chk

#  build and install the .info pages
info_TEXINFOS = #NAME#.texinfo
#NAME#_TEXINFOS = gpl.texinfo

#  install the man pages
man_MANS=#NAME#.1