File: Makefile.am

package info (click to toggle)
nyello 0.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 720 kB
  • ctags: 593
  • sloc: cpp: 4,056; sh: 785; makefile: 75
file content (29 lines) | stat: -rw-r--r-- 556 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
INCLUDES = $(XMMS2_CFLAGS)
LIBS = $(XMMS2_LIBS) $(READLINE_LIBS)
bin_PROGRAMS = nyello
nyello_SOURCES = nyello.cc\
		dispatcher.cc\
		playback.cc\
		medialibrary.cc\
		output.cc\
		columniser.cc\
		column.cc\
		countercolumn.cc\
		printable.cc\
		resultlist.cc\
		playlistresultlist.cc\
		selectionresultlist.cc\
		abstractresult.cc\
		songresult.cc\
		selectresult.cc\
		richresult.cc\
		patternparser.cc\
		patternnodes.cc\
		patternquery.cc\
		medialibquery.cc\
		sequence.cc\
		command.cc\
		delayed.cc\
		asynchronizer.cc\
		productmaker.cc\
		uri.cc