File: Makefile.am

package info (click to toggle)
libydpdict 1.0.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • ctags: 74
  • sloc: ansic: 848; makefile: 31; python: 19; sh: 12
file content (19 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
check_PROGRAMS = ydpstress ydptest ydpxml gentable
EXTRA_DIST = mkdict.py

ydpstress_CFLAGS = -I$(top_builddir)/include
ydpstress_LDADD = $(top_builddir)/src/libydpdict.la
ydpstress_SOURCES = ydpstress.c

ydptest_CFLAGS = -I$(top_builddir)/include
ydptest_LDADD = $(top_builddir)/src/libydpdict.la
ydptest_SOURCES = ydpstress.c

ydpxml_CFLAGS = -I$(top_builddir)/include $(LIBXML2_CFLAGS)
ydpxml_LDADD = $(top_builddir)/src/libydpdict.la $(LIBXML2_LIBS)
ydpxml_SOURCES = ydpxml.c

gentable_SOURCES = gentable.c

clean-local:
	rm -f gmon.out test.html *.dat *.idx