4.104.114.84.95
Last change
on this file since 7a78028 was
7a78028,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Dec 17, 2002 at 3:10:36 PM
|
2002-12-17 Ralf Corsepius <corsepiu@…>
- bootloader/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- motorola/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- openpic/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- pci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- residual/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
- vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
-
Property mode set to
100644
|
File size:
655 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | VPATH = @srcdir@:@srcdir@/../../shared/openpic |
---|
7 | |
---|
8 | C_FILES = openpic.c |
---|
9 | |
---|
10 | H_FILES = ../../shared/openpic/openpic.h |
---|
11 | |
---|
12 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
13 | |
---|
14 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
15 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
16 | |
---|
17 | $(PROJECT_INCLUDE)/bsp: |
---|
18 | $(mkinstalldirs) $< $@ |
---|
19 | |
---|
20 | $(PROJECT_INCLUDE)/bsp/openpic.h: ../../shared/openpic/openpic.h |
---|
21 | $(INSTALL_DATA) $< $@ |
---|
22 | |
---|
23 | # |
---|
24 | # (OPTIONAL) Add local stuff here using += |
---|
25 | # |
---|
26 | |
---|
27 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp $(PROJECT_INCLUDE)/bsp/openpic.h |
---|
28 | |
---|
29 | all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) |
---|
30 | |
---|
31 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.