source: rtems/c/src/exec/score/cpu/unix/rtems/score/Makefile.am @ 329509fb

4.104.114.84.95
Last change on this file since 329509fb was 329509fb, checked in by Joel Sherrill <joel.sherrill@…>, on 02/05/01 at 18:41:35

2001-02-04 Ralf Corsepius <corsepiu@…>

  • Makefile.am, rtems/score/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 766 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include_rtems_scoredir = $(includedir)/rtems/score
8
9GENSIZE = $(PROJECT_TOPdir)/tools/cpu/unix/gensize
10
11GENERIC_H_FILES = unixsize.h
12include_rtems_score_HEADERS = cpu.h unixtypes.h unix.h
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18unixsize.h: $(GENSIZE) cpu.h
19        $(RM) $@
20        $(GENSIZE) > $@
21
22CLEANFILES = unixsize.h
23
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
25    $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \
26    $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h)
27
28$(PROJECT_INCLUDE)/rtems/score:
29        $(mkinstalldirs) $@
30
31$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
32        $(INSTALL_DATA) $< $@
33
34all-local: $(PREINSTALL_FILES)
35
36include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.