diff options
author | Zack Rusin <[email protected]> | 2007-11-09 10:08:15 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-12-11 09:49:34 -0500 |
commit | 63a9d835ce3f446fe2cf69e7623d228bcc6ee91c (patch) | |
tree | cb5510c598ab0cc0fd79417ab77a2be2b948e705 /progs/fp/Makefile | |
parent | 025b140b2fd6860039a0d4b545130751473563c5 (diff) |
Redo the fragment program examples to match vp's
we just load text files instead of compiling tons of small
binaries
Diffstat (limited to 'progs/fp/Makefile')
-rw-r--r-- | progs/fp/Makefile | 36 |
1 files changed, 2 insertions, 34 deletions
diff --git a/progs/fp/Makefile b/progs/fp/Makefile index d979be83d34..bcff6997969 100644 --- a/progs/fp/Makefile +++ b/progs/fp/Makefile @@ -11,46 +11,14 @@ include $(TOP)/configs/current LIBS = $(APP_LIB_DEPS) SOURCES = \ - tri-abs.c \ - tri-add.c \ - tri-cmp.c \ - tri-cos.c \ - tri-dp3.c \ - tri-dp4.c \ - tri-dph.c \ - tri-dst.c \ - tri-ex2.c \ - tri-flr.c \ - tri-frc.c \ - tri-kil.c \ - tri-lg2.c \ - tri-lit.c \ - tri-lrp.c \ - tri-mad.c \ - tri-max.c \ - tri-min.c \ - tri-mov.c \ - tri-mul.c \ - tri-pow.c \ - tri-param.c \ - tri-rcp.c \ - tri-rsq.c \ - tri-scs.c \ - tri-sge.c \ - tri-sge2.c \ - tri-sin.c \ - tri-slt.c \ - tri-sub.c \ - tri-swz.c \ - tri-swz2.c \ tri-tex.c \ - tri-xpd.c \ - tri-position.c \ point-position.c \ tri-depth.c \ tri-depth2.c \ tri-depthwrite.c \ tri-depthwrite2.c \ + tri-param.c \ + fp-tri.c NOTDONE=\ tri-txb.c \ |