4.104.114.84.95
Last change
on this file since 6fcf4571 was
e37d7196,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/25/03 at 14:42:01
|
2003-07-25 Ralf Corsepius <corsepiu@…>
- configure.ac: Remove (Merged into ../configure.ac).
- Makefile.am, include/Makefile.am, include/rdbg/Makefile.am,
include/rdbg/i386/Makefile.am, include/rdbg/m68k/Makefile.am,
include/rdbg/powerpc/Makefile.am, src/Makefile.am,
src/i386/Makefile.am, src/i386/any/Makefile.am,
src/m68k/Makefile.am, src/m68k/any/Makefile.am,
src/powerpc/Makefile.am,
src/powerpc/new_exception_processing/Makefile.am:
Reflect having merged configure.ac into ../configure.ac.
|
-
Property mode set to
100644
|
File size:
377 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | include_rdbgdir = $(includedir)/rdbg |
---|
7 | |
---|
8 | include_rdbg_HEADERS = rdbg_f.h reg.h |
---|
9 | |
---|
10 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \ |
---|
11 | $(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%) |
---|
12 | |
---|
13 | $(PROJECT_INCLUDE)/rdbg: |
---|
14 | @$(mkinstalldirs) $@ |
---|
15 | $(PROJECT_INCLUDE)/rdbg/%.h: %.h |
---|
16 | $(INSTALL_DATA) $< $@ |
---|
17 | |
---|
18 | all-local: $(PREINSTALL_FILES) |
---|
19 | |
---|
20 | include $(top_srcdir)/../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.