summaryrefslogtreecommitdiffstats
path: root/progs/fp/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'progs/fp/SConscript')
-rw-r--r--progs/fp/SConscript18
1 files changed, 0 insertions, 18 deletions
diff --git a/progs/fp/SConscript b/progs/fp/SConscript
deleted file mode 100644
index e209161f321..00000000000
--- a/progs/fp/SConscript
+++ /dev/null
@@ -1,18 +0,0 @@
-Import('*')
-
-progs = [
- 'fp-tri',
- 'tri-depth',
- 'tri-depth2',
- 'tri-depthwrite',
- 'tri-depthwrite2',
- 'tri-param',
- 'tri-tex',
- 'point-position',
-]
-
-for prog in progs:
- progs_env.Program(
- target = prog,
- source = [prog + '.c'],
- )