source: rtems/c/src/lib/libbsp/i386/pc386/include/Makefile.in @ 67a2288

4.104.114.84.95
Last change on this file since 67a2288 was 67a2288, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/98 at 22:02:34

Patch from Eric VALETTE <valette@…>:

Here is a enhanced version of my previous patch. This patch enables
to potentially share the new interrupt management code for all Intel targets
(pc386, go32 and force386) bsp.

Note : this patch is complete only for pc386. It still needs to

be completed for go32 and force386. I carrefully checked
that anything needed is in for force386 (only some function
name changes for IDT manipulation and GDT segment
manipulation). But anyway I will not be able to test any
of theses targets...

  • Property mode set to 100644
File size: 784 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11H_FILES = $(srcdir)/bsp.h $(srcdir)/coverhd.h  $(srcdir)/crt.h \
12        $(srcdir)/pc386uart.h $(srcdir)/pcibios.h
13
14#
15#  Equate files are for including from assembly preprocessed by
16#  gm4 or gasp.  No examples are provided except for those for
17#  other CPUs.  The best way to generate them would be to
18#  provide a program which generates the constants used based
19#  on the C equivalents.
20#
21
22EQ_FILES =
23
24SRCS=$(H_FILES) $(EQ_FILES)
25
26include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
27include $(RTEMS_ROOT)/make/leaf.cfg
28
29CLEAN_ADDITIONS +=
30CLOBBER_ADDITIONS +=
31
32all:    $(SRCS)
33        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
34        $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)
Note: See TracBrowser for help on using the repository browser.