moved files around

This commit is contained in:
ejcoumans
2006-05-25 19:18:29 +00:00
commit e061ec1ebf
1024 changed files with 349445 additions and 0 deletions

12
Extras/FCollada/Makefile Normal file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/make
# FCollada makefile for PS3
SUBDIRS=LibXML FMath FUtils FCDocument
all:
for i in $(SUBDIRS); do make -C $$i all install; done
clean:
for i in $(SUBDIRS); do make -C $$i clean; done