File: Makefile.am

package info (click to toggle)
beagle 0.2.12-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 12,204 kB
  • ctags: 16,188
  • sloc: cs: 91,628; sh: 27,627; ansic: 10,646; makefile: 2,248; xml: 15
file content (16 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INCLUDES =				\
	-I$(top_srcdir)/libbeagle	\
	$(LIBBEAGLE_CFLAGS)		\
	$(WARN_CFLAGS)

LDADD = $(top_builddir)/libbeagle/beagle/libbeagle.la

noinst_PROGRAMS =			\
	beagle-search			\
	beagle-shutdown			\
	beagle-info

beagle_search_SOURCES   = beagle-search.c
beagle_shutdown_SOURCES = beagle-shutdown.c
beagle_info_SOURCES	= beagle-info.c