source: rtems/c/src/lib/libbsp/i386/shared/io/Makefile.in @ c610a1f3

4.104.114.84.95
Last change on this file since c610a1f3 was bd8c8b2a, checked in by Joel Sherrill <joel.sherrill@…>, on 08/05/98 at 16:51:39

Patch from Eric Valette <valette@…> which brings the i386ex BSP
inline with the new IRQ structure.

  • Property mode set to 100644
File size: 715 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)/bspIo.h
12
13#
14#  Equate files are for including from assembly preprocessed by
15#  gm4 or gasp.  No examples are provided except for those for
16#  other CPUs.  The best way to generate them would be to
17#  provide a program which generates the constants used based
18#  on the C equivalents.
19#
20
21EQ_FILES =
22
23SRCS=$(H_FILES) $(EQ_FILES)
24
25include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
26include $(RTEMS_ROOT)/make/leaf.cfg
27
28CLEAN_ADDITIONS +=
29CLOBBER_ADDITIONS +=
30
31preinstall all: $(SRCS)
32        $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE)
33        $(INSTALL) -m 444 $(EQ_FILES) $(PROJECT_INCLUDE)
Note: See TracBrowser for help on using the repository browser.