summaryrefslogtreecommitdiff
path: root/mkfile
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-09-26 15:22:02 +0000
committerrodri <rgl@antares-labs.eu>2024-09-26 15:22:02 +0000
commit3155c6737832c54310c70ecaaf8667d0362de5e8 (patch)
tree5046974fdbaef855fb29d19671a9b80a9deb41f2 /mkfile
parenta8c789be9ab0fec65004118b7df373e84900cb1a (diff)
downloadlibgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.gz
libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.tar.bz2
libgraphics-3155c6737832c54310c70ecaaf8667d0362de5e8.zip
implement a parser for a model(6). get rid of the libobj dependency.
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile16
1 files changed, 1 insertions, 15 deletions
diff --git a/mkfile b/mkfile
index 558ca9c..0dc0ebb 100644
--- a/mkfile
+++ b/mkfile
@@ -7,7 +7,6 @@ OFILES=\
render.$O\
clip.$O\
xform.$O\
- obj.$O\
scene.$O\
vertex.$O\
texture.$O\
@@ -17,11 +16,11 @@ OFILES=\
color.$O\
util.$O\
nanosec.$O\
+ marshal.$O\
HFILES=\
graphics.h\
internal.h\
- libobj/obj.h
UPDATE=\
mkfile\
@@ -29,16 +28,3 @@ UPDATE=\
${OFILES:%.$O=%.c}\
</sys/src/cmd/mklib
-
-libobj/libobj.a$O:
- cd libobj
- mk install
-
-pulldeps:VQ:
- git/clone git://antares-labs.eu/libobj || \
- git/clone git://shithub.us/rodri/libobj || \
- git/clone https://github.com/sametsisartenep/libobj
-
-clean nuke:V:
- rm -f *.[$OS] $LIB
- @{cd libobj; mk $target}