URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libnetworking/] [vm/] [Makefile.am] - Rev 1026
Go to most recent revision | Compare with Previous | Blame | View Log
##
## Makefile.am,v 1.7 2002/06/17 09:12:00 ralf Exp
##
include_vmdir = $(includedir)/vm
include_vm_HEADERS = vm.h vm_extern.h vm_kern.h vm_param.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/vm \
$(include_vm_HEADERS:%=$(PROJECT_INCLUDE)/vm/%)
$(PROJECT_INCLUDE)/vm:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/vm/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log