summaryrefslogtreecommitdiffstats
path: root/CMakeSimpleRules.make.in
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-18 16:20:24 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-18 16:20:24 (GMT)
commit658614ff6a14411e2a697fac1f1717a7f4370bf0 (patch)
tree42702fd2580f03b4553d385afeaf42608700758b /CMakeSimpleRules.make.in
parentcacd6d160410660bcbc27f02b267833448c1eef1 (diff)
downloadCMake-658614ff6a14411e2a697fac1f1717a7f4370bf0.zip
CMake-658614ff6a14411e2a697fac1f1717a7f4370bf0.tar.gz
CMake-658614ff6a14411e2a697fac1f1717a7f4370bf0.tar.bz2
ENH:Reworked CMake for consistency
Diffstat (limited to 'CMakeSimpleRules.make.in')
-rw-r--r--CMakeSimpleRules.make.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeSimpleRules.make.in b/CMakeSimpleRules.make.in
deleted file mode 100644
index cb95e29..0000000
--- a/CMakeSimpleRules.make.in
+++ /dev/null
@@ -1,15 +0,0 @@
-# this file contains the most basic rules. This is used
-# in the CMake/Source/Makefile.in to avoid infinite recursion
-# in the rule for all:
-
-# set up make suffixes
-
-.SUFFIXES: .cxx .java .class
-
-#------------------------------------------------------------------------------
-# rules for building .o files from source files
-
-.c.o:
- ${CC} ${CC_FLAGS} -c $< -o $@
-.cxx.o:
- ${CXX} ${CXX_FLAGS} -c $< -o $@