Commit in SimDist on MAIN
Makefile.in+10-131.18 -> 1.19

SimDist
Makefile.in 1.18 -> 1.19
diff -u -r1.18 -r1.19
--- Makefile.in	11 Jan 2012 21:47:58 -0000	1.18
+++ Makefile.in	11 Jan 2012 22:18:53 -0000	1.19
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/SimDist/Makefile.in,v 1.18 2012/01/11 21:47:58 jeremy Exp $
+# $Header: /cvs/lcd/SimDist/Makefile.in,v 1.19 2012/01/11 22:18:53 jeremy Exp $
 
 #
 # Top-level Makefile for SimDist distribution.
@@ -7,18 +7,15 @@
 # Include the common build vars generated by Autoconf.
 include $(CURDIR)/build/common.gmk
 
-# Default to building all the packages, testing, and installing.
-default_targets := build install_shared_libs test
+# Default is building all the packages, installing shared libraries, and testing the run script.
+default_targets := build_packages install_shared_libs test
 
-# Set the default Make rule.
-.DEFAULT: $(default_targets)
-
-# Force these targets to execute without dep checking.
-no_dep_targets := build package_versions distclean package_distclean baseclean
+# Force these targets to execute without dependency checking.
+no_dep_targets := build_packages package_versions distclean package_distclean baseclean
 .PHONY: $(no_dep_targets)
 
-# Build the packages and test slic.
-build: build_packages
+# This is the default target.
+build: $(default_targets)
 
 # Build the packages.
 build_packages:
@@ -31,14 +28,14 @@
 	(cd $(sim_packages_dir)/$$dir && $(MAKE) distclean); \
 	done;:
 
-# remove configure-generated files from the base area
+# Remove configure-generated files from the base area.
 baseclean:
 	@cd $(sim_dist_dir) && rm -rf GNUmakefile common/common.gmk;:
 
 # Completely clean the packages and the base area.
 distclean: package_distclean baseclean
 
-# test for and run slic binary
+# Execute slic using its run script.
 test:
 	@echo "Running SLIC script at $(slic_run) ..." ; \
 	if [ -f "$(slic_run)" ] ; then \
@@ -47,6 +44,6 @@
 	echo "ERROR: $(slic_run) does not exist!" ; \
 	fi;:
 
-# Install shared libraries to single directory.
+# Install shared libraries to single directory.
 install_shared_libs:
 	@mkdir -p ./lib; ./scripts/install-libs.sh
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1