[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libgxps 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,756 kB
  • ctags: 1,513
  • sloc: ansic: 10,000; sh: 4,136; makefile: 349
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
noinst_PROGRAMS = test-gxps

test_gxps_SOURCES = test-gxps.c
test_gxps_CPPFLAGS = \
	-I$(top_srcdir)		\
	-I$(top_srcdir)/libgxps	\
	$(AM_CPPFLAGS)

test_gxps_CFLAGS = \
	$(GXPS_CFLAGS)	\
	$(GTK_CFLAGS)	\
	$(WARN_CFLAGS)	\
	$(AM_CFLAGS)

test_gxps_LDADD = \
	$(top_builddir)/libgxps/libgxps.la	\
	$(GTK_LIBS)