source: rtems/c/src/lib/libbsp/arm/csb337/preinstall.am @ e7bde492

4.104.115
Last change on this file since e7bde492 was e7bde492, checked in by Joel Sherrill <joel.sherrill@…>, on 06/02/09 at 22:19:44

2009-06-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor? and proper attribution is made in those files and confirmed by Ed Sutter.
  • console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.
  • Property mode set to 100644
File size: 3.0 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES += $(PREINSTALL_DIRS)
10
11all-local: $(TMPINSTALL_FILES)
12
13TMPINSTALL_FILES =
14CLEANFILES = $(TMPINSTALL_FILES)
15
16all-am: $(PREINSTALL_FILES)
17
18PREINSTALL_FILES =
19CLEANFILES += $(PREINSTALL_FILES)
20
21$(PROJECT_LIB)/$(dirstamp):
22        @$(MKDIR_P) $(PROJECT_LIB)
23        @: > $(PROJECT_LIB)/$(dirstamp)
24PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
25
26$(PROJECT_INCLUDE)/$(dirstamp):
27        @$(MKDIR_P) $(PROJECT_INCLUDE)
28        @: > $(PROJECT_INCLUDE)/$(dirstamp)
29PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
30
31$(PROJECT_INCLUDE)/bsp/$(dirstamp):
32        @$(MKDIR_P) $(PROJECT_INCLUDE)/bsp
33        @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
34PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
35
36$(PROJECT_LIB)/bsp_specs: bsp_specs $(PROJECT_LIB)/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_LIB)/bsp_specs
38PREINSTALL_FILES += $(PROJECT_LIB)/bsp_specs
39
40$(PROJECT_INCLUDE)/bsp.h: include/bsp.h $(PROJECT_INCLUDE)/$(dirstamp)
41        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp.h
42PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
43
44$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
45        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
46PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
47
48$(PROJECT_INCLUDE)/sed1356.h: include/sed1356.h $(PROJECT_INCLUDE)/$(dirstamp)
49        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sed1356.h
50PREINSTALL_FILES += $(PROJECT_INCLUDE)/sed1356.h
51
52$(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp)
53        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bspopts.h
54PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h
55
56$(PROJECT_INCLUDE)/bsp/bootcard.h: ../../shared/include/bootcard.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
57        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/bootcard.h
58PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/bootcard.h
59
60$(PROJECT_INCLUDE)/coverhd.h: ../../shared/include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
61        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
62PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
63
64if ENABLE_LCD
65$(PROJECT_INCLUDE)/sed1356_16bit.h: console/sed1356_16bit.h $(PROJECT_INCLUDE)/$(dirstamp)
66        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sed1356_16bit.h
67PREINSTALL_FILES += $(PROJECT_INCLUDE)/sed1356_16bit.h
68
69$(PROJECT_INCLUDE)/font8x16.h: console/font8x16.h $(PROJECT_INCLUDE)/$(dirstamp)
70        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/font8x16.h
71PREINSTALL_FILES += $(PROJECT_INCLUDE)/font8x16.h
72endif
73$(PROJECT_LIB)/start.$(OBJEXT): start.$(OBJEXT) $(PROJECT_LIB)/$(dirstamp)
74        $(INSTALL_DATA) $< $(PROJECT_LIB)/start.$(OBJEXT)
75TMPINSTALL_FILES += $(PROJECT_LIB)/start.$(OBJEXT)
76
77$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
78        $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
79PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
80
81$(PROJECT_LIB)/linkcmds.csb637: startup/linkcmds.csb637 $(PROJECT_LIB)/$(dirstamp)
82        $(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.csb637
83PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.csb637
84
Note: See TracBrowser for help on using the repository browser.