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 (19 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#  no compile and link, so omit these macros
#bin_PROGRAMS=#NAME#
##NAME#_SOURCES=

#  this gets installed
bin_SCRIPTS=#NAME#
#  list sources here instead of using the #NAME#_SOURCES macro
EXTRA_DIST=#NAME#.lsm.in #NAME#.spec.in #NAME#.texinfo #NAME#.in #NAME#.1 \
 aclocal.m4 gpl.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 files
info_TEXINFOS = #NAME#.texinfo

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