URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [posix/] [include/] [Makefile.am] - Rev 158
Go to most recent revision | Compare with Previous | Blame | View Log
#### $Id: Makefile.am,v 1.1.1.1 2001-07-10 09:42:13 chris Exp $##AUTOMAKE_OPTIONS = foreign 1.4## RTEMS unistd.h needs to be checked against newlib's and removedUNUSED_H_FILES = devctl.h intr.h unistd.hH_FILES = sched.h aio.h mqueue.h semaphore.h# H_FILES = pthread.h sched.h aio.h mqueue.h semaphore.hnoinst_HEADERS = $(H_FILES)PREINSTALL_FILES += $(PROJECT_INCLUDE) \$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%)$(PROJECT_INCLUDE):@$(mkinstalldirs) $@$(PROJECT_INCLUDE)/%.h: %.h$(INSTALL_DATA) $< $@all-local: $(PREINSTALL_FILES)SUBDIRS = rtems sysEXTRA_DIST = $(UNUSED_H_FILES)include $(top_srcdir)/../../../../automake/subdirs.aminclude $(top_srcdir)/../../../../automake/local.am
Go to most recent revision | Compare with Previous | Blame | View Log
