source:
rtems/c/src/lib/libbsp/mips64orion/p4000/include/Makefile.am
@
4906d72f
Last change on this file since 4906d72f was 4906d72f, checked in by Joel Sherrill <joel.sherrill@…>, on Jun 18, 2001 at 5:02:30 PM | |
---|---|
|
|
File size: 358 bytes |
Rev | Line | |
---|---|---|
[df49c60] | 1 | ## |
[4e36a2f] | 2 | ## $Id$ |
[df49c60] | 3 | ## |
[4e36a2f] | 4 | |
5 | AUTOMAKE_OPTIONS = foreign 1.4 | |
6 | ||
[4906d72f] | 7 | include_HEADERS = bsp.h coverhd.h bspopts.h |
[4e36a2f] | 8 | |
9 | $(PROJECT_INCLUDE): | |
10 | $(mkinstalldirs) $@ | |
11 | ||
12 | $(PROJECT_INCLUDE)/%.h: %.h | |
13 | $(INSTALL_DATA) $< $@ | |
14 | ||
[4906d72f] | 15 | TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) |
[4e36a2f] | 16 | |
17 | all-local: $(TMPINSTALL_FILES) | |
18 | ||
19 | include $(top_srcdir)/../../../../../../automake/local.am |
Note: See TracBrowser
for help on using the repository browser.