File: Makefile.am

package info (click to toggle)
anjuta 2%3A3.34.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 72,440 kB
  • sloc: ansic: 207,444; sh: 47,499; cpp: 11,461; makefile: 3,586; yacc: 2,821; perl: 2,094; lex: 1,546; xml: 904; python: 149; sql: 99; javascript: 51; java: 10
file content (18 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/gtester.mk

AM_CPPFLAGS = $(LIBANJUTA_CFLAGS)

noinst_PROGRAMS += $(TEST_PROGS)

TEST_PROGS += \
	testgit

testgit_SOURCES = \
	testgit.c   \
	../git-status-factory.c \
	../git-status-factory.h \
	../git-status.c \
	../git-status.h 

testgit_LDADD = $(LIBANJUTA_LIBS) $(ANJUTA_LIBS)
-include $(top_srcdir)/git.mk