# ----------------------------------------------------------------------------
# DO NOT EDIT -             Manually generated file              - DO NOT EDIT
# 
# DO NOT DELETE                 DO NOT DELETE                    DO NOT DELETE           
# 
# Created by JT
# Project Name: res_x86
# Generated: Wed Nov 12 20:51:31 EST 2003
# 
# 
# If you do not want Timestorm to maintain your makefile for you, you can
# disable the makefile management feature for this project.  Please consult
# the Timestorm documentation for details on disabling this feature.
# 
# DO NOT EDIT -             Manually generated file              - DO NOT EDIT
# 
# DO NOT DELETE                 DO NOT DELETE                    DO NOT DELETE           
# 
# ----------------------------------------------------------------------------



PRODUCT = libres_x86.a

.PHONY: all

all: $(PRODUCT)

.PHONY: rebuild clean

$(PRODUCT)::
	@echo
	@echo -e ...........Checking and copying any modified header files.............\\n\\r\\n
	@echo
	-@$(MAKE) -s -f Makefile_header 
	@echo
	@echo ...........Checking and compiling any modified source files...........
	@echo
	-@$(MAKE) -s -f Makefile_source 
	@echo -e \\a
	@echo
	@echo .................................Done.................................

rebuild: clean all

clean:
	@echo
	@echo ...........Cleaning objects...........................................
	@echo
	-@$(MAKE) -s -f Makefile_source 	clean
	@echo -e \\a
	@echo
	@echo .................................Done.................................

