URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libcpu/] [powerpc/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.14 2002/05/14 18:32:20 joel Exp##ACLOCAL_AMFLAGS = -I ../../../../../aclocalnobase_include_HEADERS = rtems/powerpc/cache.h \rtems/powerpc/debugmod.h$(PROJECT_INCLUDE):$(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems:$(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems/powerpc:$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%: %$(INSTALL_DATA) $< $@TMPINSTALL_FILES = $(PROJECT_INCLUDE) \$(PROJECT_INCLUDE)/rtems \$(PROJECT_INCLUDE)/rtems/powerpc \$(nobase_include_HEADERS:%=$(PROJECT_INCLUDE)/%)## Check configure.in for conditions to set the conditionals belowif sharedSHARED_LIB = sharedendifif mpc505CPU_SUBDIR = mpc505endifif mpc6xxCPU_SUBDIR = mpc6xxendifif mpc8xxCPU_SUBDIR = mpc8xxendifif mpc8260CPU_SUBDIR = mpc8260endifif ppc403CPU_SUBDIR = ppc403endifif ppc405## 403 and 405 chips use the same CPU sources...CPU_SUBDIR = ppc403endifSUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR) wrapupall-local: $(TMPINSTALL_FILES)include $(top_srcdir)/../../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../../automake/local.am
