Skip to content

Commit bd688bb

Browse files
author
tuxalin
committed
Added NVIDIA Gameworks utilities.
0 parents  commit bd688bb

File tree

1,629 files changed

+726678
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,629 files changed

+726678
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
example/GraphicsSamples/extensions/build/vs2015All/intermediate/
2+
example/GraphicsSamples/extensions/externals/build/vs2015All/intermediate/
3+
example/ThreadedRenderingGL/intermediate/
4+
example/GraphicsSamples/extensions/externals/lib/vs2015x64/cg4cppD.lib
5+
example/GraphicsSamples/extensions/externals/lib/vs2015x64/freetypeD.lib
6+
example/GraphicsSamples/extensions/externals/lib/vs2015x64/HalfD.lib
7+
example/GraphicsSamples/extensions/externals/lib/vs2015x64/harfbuzzD.lib
8+
example/GraphicsSamples/extensions/lib/
9+
example/ThreadedRenderingGL/.vs/
Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
#!/usr/bin/make
2+
# Makefile generated by XPJ for linux-aarch64
3+
4+
DEPSDIR = .deps
5+
CROSS_COMPILER_PREFIX = "aarch64-linux-gnu-"
6+
#default defines
7+
OBJS_DIR = build
8+
RMDIR = rm -fr
9+
ECHO = echo
10+
CCLD = $(CROSS_COMPILER_PREFIX)g++
11+
CXX = $(CROSS_COMPILER_PREFIX)g++
12+
CC = $(CROSS_COMPILER_PREFIX)gcc
13+
RANLIB = $(CROSS_COMPILER_PREFIX)ranlib
14+
AR = $(CROSS_COMPILER_PREFIX)ar
15+
STRIP = $(CROSS_COMPILER_PREFIX)strip
16+
OBJDUMP = $(CROSS_COMPILER_PREFIX)objdump
17+
OBJCOPY = $(CROSS_COMPILER_PREFIX)objcopy
18+
-include Makedefs.linux-aarch64.mk
19+
20+
all: debug release
21+
22+
debug: build_NvVkUtil_debug
23+
24+
release: build_NvVkUtil_release
25+
26+
clean: clean_NvVkUtil_debug clean_NvVkUtil_release
27+
rm -rf $(DEPSDIR)
28+
29+
30+
clean_debug: clean_NvVkUtil_debug
31+
rm -rf $(DEPSDIR)
32+
33+
34+
clean_release: clean_NvVkUtil_release
35+
rm -rf $(DEPSDIR)
36+
37+
38+
include Makefile.NvVkUtil.mk
39+
40+
41+
# Disable implicit rules to speedup build
42+
.SUFFIXES:
43+
SUFFIXES :=
44+
%.out:
45+
%.a:
46+
%.ln:
47+
%.o:
48+
%: %.o
49+
%.c:
50+
%: %.c
51+
%.ln: %.c
52+
%.o: %.c
53+
%.cc:
54+
%: %.cc
55+
%.o: %.cc
56+
%.C:
57+
%: %.C
58+
%.o: %.C
59+
%.cpp:
60+
%: %.cpp
61+
%.o: %.cpp
62+
%.p:
63+
%: %.p
64+
%.o: %.p
65+
%.f:
66+
%:
67+
%.f%.o: %.f
68+
%.F:
69+
%: %.F
70+
%.o: %.F
71+
%.f: %.F
72+
%.r:
73+
%: %.r
74+
%.o: %.r
75+
%.f: %.r
76+
%.y:
77+
%.ln: %.y
78+
%.c: %.y
79+
%.l:
80+
%.ln: %.l
81+
%.c: %.l
82+
%.r: %.l
83+
%.s:
84+
%: %.s
85+
%.o: %.s
86+
%.S:
87+
%: %.S
88+
%.o: %.S
89+
%.s: %.S
90+
%.mod:
91+
%: %.mod
92+
%.o: %.mod
93+
%.sym:
94+
%.def:
95+
%.sym: %.def
96+
%.h:
97+
%.info:
98+
%.dvi:
99+
%.tex:
100+
%.dvi: %.tex
101+
%.texinfo:
102+
%.info: %.texinfo
103+
%.dvi: %.texinfo
104+
%.texi:
105+
%.info: %.texi
106+
%.dvi: %.texi
107+
%.txinfo:
108+
%.info: %.txinfo
109+
%.dvi: %.txinfo
110+
%.w:
111+
%.c: %.w
112+
%.tex: %.w
113+
%.ch:
114+
%.web:
115+
%.p: %.web
116+
%.tex: %.web
117+
%.sh:
118+
%: %.sh
119+
%.elc:
120+
%.el:
121+
(%): %
122+
%.out: %
123+
%.c: %.w %.ch
124+
%.tex: %.w %.ch
125+
%: %,v
126+
%: RCS/%,v
127+
%: RCS/%
128+
%: s.%
129+
%: SCCS/s.%
130+
.web.p:
131+
.l.r:
132+
.dvi:
133+
.F.o:
134+
.l:
135+
.y.ln:
136+
.o:
137+
.y:
138+
.def.sym:
139+
.p.o:
140+
.p:
141+
.txinfo.dvi:
142+
.a:
143+
.l.ln:
144+
.w.c:
145+
.texi.dvi:
146+
.sh:
147+
.cc:
148+
.cc.o:
149+
.def:
150+
.c.o:
151+
.r.o:
152+
.r:
153+
.info:
154+
.elc:
155+
.l.c:
156+
.out:
157+
.C:
158+
.r.f:
159+
.S:
160+
.texinfo.info:
161+
.c:
162+
.w.tex:
163+
.c.ln:
164+
.s.o:
165+
.s:
166+
.texinfo.dvi:
167+
.el:
168+
.texinfo:
169+
.y.c:
170+
.web.tex:
171+
.texi.info:
172+
.DEFAULT:
173+
.h:
174+
.tex.dvi:
175+
.cpp.o:
176+
.cpp:
177+
.C.o:
178+
.ln:
179+
.texi:
180+
.txinfo:
181+
.tex:
182+
.txinfo.info:
183+
.ch:
184+
.S.s:
185+
.mod:
186+
.mod.o:
187+
.F.f:
188+
.w:
189+
.S.o:
190+
.F:
191+
.web:
192+
.sym:
193+
.f:
194+
.f.o:
195+
export VERBOSE
196+
ifndef VERBOSE
197+
.SILENT:
198+
endif

example/GraphicsSamples/extensions/build/linux-aarch64/Makefile.NsFoundation.mk

Lines changed: 200 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)