[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
fische 3.2.2-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,588 kB
  • ctags: 374
  • sloc: sh: 10,042; cpp: 2,190; ansic: 89; makefile: 57
file content (54 lines) | stat: -rw-r--r-- 930 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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
## Process this file with automake to produce Makefile.in

## Created by Anjuta

AM_CPPFLAGS = \
	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
	-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
	$(SDL_CFLAGS)

AM_CFLAGS =\
	 -Wall\
	 -O2

bin_PROGRAMS = fische

fische_SOURCES = \
	main.cpp\
	sdlscreen.cpp \
	sdlscreen.h \
	vectorfield.h \
	vectorfield.cpp \
	ringbuffer.h \
	ringbuffer.cpp \
	blurengine.h \
	blurengine.cpp \
	traditional.c \
	traditional.h \
	alsa-samples.cpp \
	alsa-samples.h \
	wavepainter.h \
	wavepainter.cpp \
	analyst.h \
	analyst.cpp \
	configuration.h \
	configuration.cpp \
	samples.h \
	pulseaudio-samples.cpp \
	pulseaudio-samples.h \
	portaudio-samples.cpp \
	portaudio-samples.h \
	driver.h \
	dummyaudio-samples.cpp \
	dummyaudio-samples.h \
	busyindicator.h \
	busyindicator.cpp \	
	vector.h \
	blur.h

fische_LDFLAGS = 

fische_LDADD = \
	$(SDL_LIBS)