4.104.114.84.95
Last change
on this file since 4145ad6 was
4145ad6,
checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/01 at 15:40:58
|
2001-01-27 Ralf Corsepius <corsepiu@…>
- startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
CVS-Id.
- include/chain.h: Remove.
- include/Makefile.am: Remove chain.h.
|
-
Property mode set to
100644
|
File size:
723 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | H_FILES = bsp.h coverhd.h gen1.h gen2.h tod.h |
---|
8 | |
---|
9 | $(PROJECT_INCLUDE)/bsp.h: bsp.h |
---|
10 | $(INSTALL_DATA) $< $@ |
---|
11 | |
---|
12 | $(PROJECT_INCLUDE)/coverhd.h: coverhd.h |
---|
13 | $(INSTALL_DATA) $< $@ |
---|
14 | |
---|
15 | $(PROJECT_INCLUDE)/gen1.h: gen1.h |
---|
16 | $(INSTALL_DATA) $< $@ |
---|
17 | |
---|
18 | $(PROJECT_INCLUDE)/gen2.h: gen2.h |
---|
19 | $(INSTALL_DATA) $< $@ |
---|
20 | |
---|
21 | $(PROJECT_INCLUDE)/tod.h: tod.h |
---|
22 | $(INSTALL_DATA) $< $@ |
---|
23 | |
---|
24 | TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ |
---|
25 | $(PROJECT_INCLUDE)/coverhd.h \ |
---|
26 | $(PROJECT_INCLUDE)/gen1.h $(PROJECT_INCLUDE)/gen2.h \ |
---|
27 | $(PROJECT_INCLUDE)/tod.h |
---|
28 | |
---|
29 | all-local: $(TMPINSTALL_FILES) |
---|
30 | |
---|
31 | EXTRA_DIST = bsp.h chain.h coverhd.h gen1.h gen2.h tod.h |
---|
32 | |
---|
33 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.