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 (30 lines) | stat: -rw-r--r-- 718 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
28
29
30

PROGRAM = CgExamples
PACKAGES =
BINARY_LIBS = \
        Tao.Cg.dll \
        Tao.FreeGlut.dll \
        Tao.OpenGl.dll
SYSTEM_LIBS = \
        System \
        System.Windows.Forms \
        System.Data \
        System.Drawing
RESX = CgExamples.resx
RESOURCES = $(PROGRAM).CgExamples.resources
SOURCES = \
        CgExamples.cs \
        CgExamples.Designer.cs \
        Gl_01_vertex_program.cs \
        Gl_02_vertex_and_fragment_program.cs \
        Gl_06_vertex_twisting_program.cs \
        Gl_14_bulge_program.cs \
        Program.cs \
        Properties/AssemblyInfo.cs
KEYFILE = ../../src/Tao.Cg/Tao.Cg.snk

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

include $(top_srcdir)/Program.am