FILES = README condor_config.local.central.manager \
	condor_config.local.dedicated.resource \
	condor_config.local.dedicated.submit \
	condor_config.local.ckpt.server \
	condor_config.local.ha_condor_client \
	condor_config.local.ha_condor_had \
	condor_config.local.root.ckpt.server \
	condor_config.local.view_server \
	lamscript \
	mp1script \
	condor.init

all::

testbin:: all
clean::

release:: $(RELEASE_DIR)/etc/examples/README

$(RELEASE_DIR)/etc/examples/README: 
	/bin/cp -f $(FILES) $(RELEASE_DIR)/etc/examples
	perl ./customize $(RELEASE_DIR)

stripped:: $(STRIP_DIR)/etc/examples/README

$(STRIP_DIR)/etc/examples/README: 
	/bin/cp -f $(FILES) $(STRIP_DIR)/etc/examples
	perl ./customize $(STRIP_DIR)

#if HAS_STATIC
static:: $(STATIC_DIR)/etc/examples/README

$(STATIC_DIR)/etc/examples/README:
	/bin/cp -f $(FILES) $(STATIC_DIR)/etc/examples
	perl ./customize $(STATIC_DIR)

#else  /* ! HAS_STATIC */
static::
#endif  /* HAS_STATIC */

html:

