File: Makefile.am

package info (click to toggle)
gedit 2.30.4-1squeeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 32,764 kB
  • ctags: 7,353
  • sloc: ansic: 60,008; xml: 45,265; sh: 10,897; python: 6,612; makefile: 1,197; objc: 79; perl: 30
file content (28 lines) | stat: -rw-r--r-- 868 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
INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/gedit $(GEDIT_DEBUG_FLAGS) $(GEDIT_CFLAGS)

noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd     = $(top_builddir)/gedit/libgedit.la

TEST_PROGS			= smart-converter
smart_converter_SOURCES		= smart-converter.c
smart_converter_LDADD		= $(progs_ldadd)

TEST_PROGS			+= document-input-stream
document_input_stream_SOURCES	= document-input-stream.c
document_input_stream_LDADD	= $(progs_ldadd)

TEST_PROGS			+= document-output-stream
document_output_stream_SOURCES	= document-output-stream.c
document_output_stream_LDADD	= $(progs_ldadd)

TEST_PROGS			+= document-loader
document_loader_SOURCES		= document-loader.c
document_loader_LDADD		= $(progs_ldadd)

TEST_PROGS			+= document-saver
document_saver_SOURCES		= document-saver.c
document_saver_LDADD		= $(progs_ldadd)

TESTS = $(TEST_PROGS)

EXTRA_DIST = setup-document-saver.sh