File: Makefile.am

package info (click to toggle)
taoframework 2.1.svn20090801-15.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,312 kB
  • sloc: cs: 113,093; makefile: 908; sh: 107; ansic: 7
file content (27 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (6)
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

PROGRAM = SdlExamples
PACKAGES =
BINARY_LIBS = \
        Tao.Sdl.dll
SYSTEM_LIBS = \
        System \
        System.Windows.Forms \
        System.Data \
        System.Drawing
RESX = SdlExamples.resx
RESOURCES = $(PROGRAM).SdlExamples.resources
SOURCES = \
        SdlExamples.cs \
        GfxPrimitives.cs \
        Program.cs \
        Rectangles.cs \
        SdlExamples.Designer.cs \
        SmpegPlayer.cs \
        Properties/AssemblyInfo.cs
KEYFILE = ../../src/Tao.Sdl/Tao.Sdl.snk

$(PROGRAM).SdlExamples.resources: SdlExamples.resx
	$(RESGEN) $< $@

include $(top_srcdir)/Program.am