source: rtems/c/src/lib/include/rdbg/i386/Makefile.am @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 671 bytes
Line 
1#
2# $Id$
3#
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7H_PIECES = rdbg_f.h reg.h
8
9noinst_HEADERS = $(H_PIECES)
10
11##TMPINSTALL_FILES = \
12##$(PROJECT_INCLUDE)/rdbg/i386 \
13##$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/i386/%)
14
15##$(PROJECT_INCLUDE)/rdbg/i386:
16##      @$(mkinstalldirs) $@
17##$(PROJECT_INCLUDE)/rdbg/i386/%.h: %.h
18##      $(INSTALL_DATA) $< $@
19
20TMPINSTALL_FILES = \
21$(PROJECT_INCLUDE)/rdbg \
22$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
23
24$(PROJECT_INCLUDE)/rdbg:
25        @$(mkinstalldirs) $@
26$(PROJECT_INCLUDE)/rdbg/%.h: %.h
27        $(INSTALL_DATA) $< $@
28
29all-am: $(TMPINSTALL_FILES)
30debug-am: $(TMPINSTALL_FILES)
31profile-am: $(TMPINSTALL_FILES)
32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.