Include files now installed as <rtems/*.h>.

This commit is contained in:
Joel Sherrill
1998-12-01 13:56:46 +00:00
parent 37de72b908
commit bfc3533594
14 changed files with 16 additions and 18 deletions

View File

@@ -50,5 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
$(make-library)
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
# $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems

View File

@@ -7,7 +7,7 @@
#include <stdio.h>
#include <assert.h>
#include "rtmonuse.h"
#include <rtems/rtmonuse.h>
typedef struct {
rtems_id id;

View File

@@ -50,4 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
$(make-library)
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems

View File

@@ -40,7 +40,7 @@ extern rtems_configuration_table BSP_Configuration;
#include <string.h>
#include <stdlib.h>
#include "stackchk.h"
#include <rtems/stackchk.h>
#include "internal.h"
/*

View File

@@ -50,5 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
$(make-library)
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
# $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems

View File

@@ -7,7 +7,7 @@
#include <stdio.h>
#include <assert.h>
#include "rtmonuse.h"
#include <rtems/rtmonuse.h>
typedef struct {
rtems_id id;

View File

@@ -50,4 +50,4 @@ ${LIB}: ${SRCS} ${OBJS}
$(make-library)
all: ${ARCH} $(SRCS) $(LIB)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)
$(INSTALL) -m 444 ${INSTALLED_H_FILES} $(PROJECT_INCLUDE)/rtems

View File

@@ -40,7 +40,7 @@ extern rtems_configuration_table BSP_Configuration;
#include <string.h>
#include <stdlib.h>
#include "stackchk.h"
#include <rtems/stackchk.h>
#include "internal.h"
/*

View File

@@ -25,7 +25,7 @@
#define TEST_INIT
#include "system.h"
#include "rtmonuse.h"
#include <rtems/rtmonuse.h>
rtems_task Init(
rtems_task_argument argument

View File

@@ -21,8 +21,8 @@
#include "system.h"
#include <cpuuse.h>
#include "rtmonuse.h"
#include <rtems/cpuuse.h>
#include <rtems/rtmonuse.h>
rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 };
rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 };