URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [automake/] [host.am] - Rev 1768
Go to most recent revision | Compare with Previous | Blame | View Log
## host.am,v 1.2 2000/06/12 14:59:25 joel Exp## NOTE: This is a temporary work-around to keep## RTEMS's non automake standard make targets working.## Once automake is fully integrated these make targets## and this file will probably be removeddebug:@echo@echo "\"make debug\" is obsolete, instead use:"@echo " make VARIANT=DEBUG"@echo.PHONY: debugprofile:@echo@echo "\"make profile\" is obsolete, instead use:"@echo " make VARIANT=PROFILE"@echopreinstall-am: $(PREINSTALL_FILES)preinstall: preinstall-am.PHONY: preinstall preinstall-amdepend-am:depend: depend-am.PHONY: depend depend-am
Go to most recent revision | Compare with Previous | Blame | View Log
