File: Makefile.am

package info (click to toggle)
cssc 1.0.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,612 kB
  • ctags: 1,424
  • sloc: cpp: 13,502; sh: 4,759; ansic: 2,971; perl: 342; makefile: 339; awk: 11
file content (12 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
csscutildir = $(libexecdir)/cssc
bin_PROGRAMS = sccs
# "itbm" stands for "include the blasted manual pages".
itbm = sccs.1
EXTRA_DIST = sccs.me COPYING.bsd .ispell_english $(itbm)
man_MANS = sccs.1

AM_CPPFLAGS = "-DPREFIX=\"$(csscutildir)/\""

# The .ispell_english file is included in the distribution because it
# is useful for the list of correct spellings in this document to
# accompany the document itself.