URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [librdbg/] [include/] [rdbg/] [powerpc/] [Makefile.am] - Rev 173
Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.2 2001-09-27 12:02:01 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4H_FILES = rdbg_f.h reg.hnoinst_HEADERS = $(H_FILES)##PREINSTALL_FILES = \##$(PROJECT_INCLUDE)/rdbg/powerpc \##$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/powerpc/%)##$(PROJECT_INCLUDE)/rdbg/powerpc:## @$(mkinstalldirs) $@##$(PROJECT_INCLUDE)/rdbg/powerpc/%.h: %.h## $(INSTALL_DATA) $< $@PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)$(PROJECT_INCLUDE)/rdbg:@$(mkinstalldirs) $@$(PROJECT_INCLUDE)/rdbg/%.h: %.h$(INSTALL_DATA) $< $@all-local: $(PREINSTALL_FILES)include $(top_srcdir)/../../../automake/local.am
