source: rtems/c/src/lib/libcpu/mips/tx39/Makefile.am @ c6c4418c

4.104.114.84.95
Last change on this file since c6c4418c was c6c4418c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:33:47

2003-12-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reformat.
  • clock/Makefile.am: Reformat.
  • mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
  • tx39/Makefile.am: Ditto.
  • shared/cache/Makefile.am: Ditto.
  • mongoosev/duart/Makefile.am: Ditto.
  • mongoosev/vectorisrs/Makefile.am: Reformat.
  • r46xx/vectorisrs/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/interrupts/Makefile.am: Reformat.
  • timer/Makefile.am: Reformat.
  • tx39/vectorisrs/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 712 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
6
7SUBDIRS = . vectorisrs
8
9include_libcpudir = $(includedir)/libcpu
10include_libcpu_HEADERS = include/tx3904.h
11
12all-local: $(PREINSTALL_FILES)
13
14PREINSTALL_FILES =
15
16$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
17        @$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
18        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
19PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
20
21$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
24
25include $(top_srcdir)/../../../automake/subdirs.am
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.