File: Makefile.am

package info (click to toggle)
nemo 3.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,028 kB
  • ctags: 11,121
  • sloc: ansic: 117,739; makefile: 953; xml: 562; python: 149; sh: 66
file content (35 lines) | stat: -rw-r--r-- 654 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
NULL=

AM_CPPFLAGS =\
	-I$(top_srcdir) \
	$(BASE_CFLAGS) \
	$(COMMON_CFLAGS) \
	$(NEMO_CFLAGS) \
	$(WARN_CFLAGS) \
	-DVERSION="\"$(VERSION)\"" \
	-DNEMO_DATADIR=\""$(datadir)/nemo"\" \
	$(NULL)

LDADD =\
	$(top_builddir)/libnemo-private/libnemo-private.la \
	$(BASE_LIBS) \
	$(COMMON_LIBS) \
	$(NEMO_LIBS) \
	$(NULL)

noinst_PROGRAMS =\
	test-nemo-search-engine \
	test-nemo-directory-async \
	test-nemo-copy \
	test-eel-editable-label	\
	$(NULL)

test_nemo_copy_SOURCES = test-copy.c test.c

test_nemo_search_engine_SOURCES = test-nemo-search-engine.c 

test_nemo_directory_async_SOURCES = test-nemo-directory-async.c

EXTRA_DIST = \
	test.h \
	$(NULL)