File: Makefile.am

package info (click to toggle)
longomatch 0.16.8%2Bgit20110626-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,272 kB
  • sloc: cs: 20,332; sh: 10,410; ansic: 7,628; makefile: 318; xml: 302
file content (51 lines) | stat: -rw-r--r-- 1,163 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
ASSEMBLY = CesarPlayer
TARGET = library

LINK = $(REF_DEP_CESARPLAYER)

SOURCES = \
	AssemblyInfo.cs \
	gtk-gui/generated.cs \
	Common/Constants.cs\
	Common/Enum.cs\
	Common/Handlers.cs\
	Player/GstPlayer.cs \
	Player/IPlayer.cs \
	Player/ObjectManager.cs \
	gtk-gui/LongoMatch.Gui.CapturerBin.cs \
	gtk-gui/LongoMatch.Gui.PlayerBin.cs \
	gtk-gui/LongoMatch.Gui.VolumeWindow.cs \
	Gui/CapturerBin.cs \
	Gui/PlayerBin.cs \
	Gui/VolumeWindow.cs \
	MultimediaFactory.cs \
	Utils/IFramesCapturer.cs \
	Utils/FramesCapturer.cs \
	Utils/IMetadataReader.cs \
	Utils/TimeString.cs \
	Capturer/CaptureProperties.cs \
	Capturer/GstCameraCapturer.cs \
	Capturer/FakeCapturer.cs \
	Capturer/ICapturer.cs \
	Capturer/LiveSourceTimer.cs \
	Capturer/ObjectManager.cs \
	Editor/GstVideoSplitter.cs \
	Editor/IVideoEditor.cs \
	Editor/IVideoSplitter.cs \
	Editor/VideoSegment.cs \
	Editor/EditorState.cs \
	Utils/Device.cs \
	Utils/MediaFile.cs \
	Utils/PreviewMediaFile.cs

RESOURCES = \
	gtk-gui/objects.xml \
	gtk-gui/gui.stetic

DLLCONFIG = CesarPlayer.dll.config

include $(top_srcdir)/build/build.mk

EXTRA_DIST += CesarPlayer.dll.config \
              AssemblyInfo.cs.in