Skip to content

Commit

Permalink
Remove remnants of the old make-based build system. Long live CMake!
Browse files Browse the repository at this point in the history
git-svn-id: https://openshadinglanguage.googlecode.com/svn/trunk@104 a3683778-fedd-11de-87c3-653bb6514e15
  • Loading branch information
lgritzecho committed Jul 11, 2009
1 parent ec1621c commit e3fec93
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,388 deletions.
13 changes: 0 additions & 13 deletions Makefile
Expand Up @@ -9,15 +9,6 @@
#########################################################################


ifdef NOCMAKE
#########################################################################
# When not using CMake, the top-level Makefile is just a stub that
# merely includes src/make/master.mk
#########################################################################
include src/make/master.mk

else

.PHONY: all debug profile clean realclean nuke doxygen

working_dir := ${shell pwd}
Expand Down Expand Up @@ -168,7 +159,3 @@ help:
@echo " make VERBOSE=1 ... Show all compilation commands"
@echo " make MYCC=xx MYCXX=yy ... Use custom compilers"
@echo ""



endif
66 changes: 0 additions & 66 deletions src/liboslcomp/module.mk

This file was deleted.

67 changes: 0 additions & 67 deletions src/liboslexec/module.mk

This file was deleted.

39 changes: 0 additions & 39 deletions src/liboslquery/module.mk

This file was deleted.

104 changes: 0 additions & 104 deletions src/make/bin.mk

This file was deleted.

87 changes: 0 additions & 87 deletions src/make/lib.mk

This file was deleted.

0 comments on commit e3fec93

Please sign in to comment.