File: Makefile.am

package info (click to toggle)
cdcd 0.5.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 300 kB
  • ctags: 52
  • sloc: sh: 1,682; ansic: 1,549; makefile: 42
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = cdcd
man_MANS = cdcd.1

cdcd_SOURCES = cdcd.c

EXTRA_DIST = $(MANS)

CFLAGS = @CFLAGS@ $(EXTRA_CFLAGS)