File: Makefile.am

package info (click to toggle)
spruce 0.5.9-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,616 kB
  • ctags: 1,089
  • sloc: ansic: 16,518; makefile: 216; sh: 210; exp: 206; sed: 93; awk: 20
file content (39 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Process this file with automake to produce Makefile.in

INCLUDES = @GTK_CFLAGS@

SUBDIRS = intl po

bin_PROGRAMS = spruce

spruce_SOURCES = defines.h \
	about.c about.h \
	accounts.c accounts.h \
	addrbook.c addrbook.h \
	composer.c composer.h \
	date.c date.h \
	filters.h filters.c \
	globals.c globals.h \
	gti.c gti.h \
	gtkmanip.c gtkmanip.h \
	gui.c gui.h \
	imap.c imap.h \
	init.c init.h \
	mailbox.c mailbox.h \
	mbox.c mbox.h \
	mime.c mime.h \
	mesgreader.c mesgreader.h \
	msgid.c msgid.h \
	options.c options.h \
	parse.c parse.h \
	pop3io.c pop3io.h \
	pgp.c pgp.h \
	print.c print.h \
	rc.c rc.h \
	server.c server.h \
	smtpio.c smtpio.h \
	sockio.c sockio.h \
	sort.c sort.h \
	status.c status.h \
	main.c main.h
spruce_LDADD = @GTK_LIBS@