diff options
Diffstat (limited to 'TAO/CIAO/CCF/Makefile.alt')
-rw-r--r-- | TAO/CIAO/CCF/Makefile.alt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/TAO/CIAO/CCF/Makefile.alt b/TAO/CIAO/CCF/Makefile.alt deleted file mode 100644 index 0a276543a5c..00000000000 --- a/TAO/CIAO/CCF/Makefile.alt +++ /dev/null @@ -1,20 +0,0 @@ -# file : Makefile.alt -# author : Boris Kolpackov <boris@dre.vanderbilt.edu> -# cvs-id : $Id$ - -root := . - -include $(root)/Bootstrap.rules - -$(call include, $(root)/Config.rules) - -$(call include, $(UTILITY_BUILD_RULES)/Recursion.pre.rules) - -target_makefile_list := -target_directory_list := CCF Test Example -default_makefile_name := Makefile.alt - -Test : CCF -Example : Test - -$(call include, $(UTILITY_BUILD_RULES)/Recursion.post.rules) |