File: Makefile.am

package info (click to toggle)
wordinspect 0.1a-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 300 kB
  • ctags: 128
  • sloc: ansic: 1,682; sh: 276; makefile: 74
file content (21 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

bin_PROGRAMS = wordinspect

wordinspect_SOURCES = \
        gladesrc.c \
        gladesig.c \
	utils.c \
	dict.c \
	getopt.c \
	getopt1.c

noinst_HEADERS = \
        gladesrc.h \
        gladesig.h \
	utils.h \
	dict.h \
	getopt.h

EXTRA_DIST = wordinspect.glade