File: Makefile.am

package info (click to toggle)
gwave 20031224-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,508 kB
  • ctags: 1,065
  • sloc: ansic: 8,029; lisp: 1,619; sh: 1,202; makefile: 167
file content (11 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Makefile.am: process this file with automake to produce Makefile.in

EXTRA_DIST=README
CFLAGS = @CFLAGS@ @GTK_CFLAGS@ 
bin_PROGRAMS=gwave-exec gwaverepl
gwave_exec_SOURCES=gwave-exec.c xgclient.c xgexec.h
gwave_exec_LDADD= @GTK_LIBS@

gwaverepl_SOURCES=gwaverepl.c xgclient.c xgexec.h repllib.c
gwaverepl_LDADD= @GTK_LIBS@ @READLINE_LIB@