source: rtems/tools/cpu/nios2/Makefile.am @ 1214e36

4.104.114.84.95
Last change on this file since 1214e36 was 1214e36, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/27/07 at 11:35:11

Fix indentation.

  • Property mode set to 100644
File size: 414 bytes
RevLine 
[037e1639]1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7noinst_PROGRAMS = nios2gen
8
9nios2gen_SOURCES = nios2gen.c \
[1214e36]10        bridges.c bridges.h \
11        devices.c devices.h \
12        clocks.c clocks.h \
13        output.c output.h \
14        linkcmds.c linkcmds.h \
15        memory.c memory.h \
16        ptf.h ptf.c
[037e1639]17
18if HELP2MAN
19man_MANS = nios2gen.1
20
21nios2gen.1: nios2gen$(EXEEXT)
22        $(HELP2MAN) -N ./nios2gen >$@
23endif
24
25include $(top_srcdir)/../../../automake/host.am
Note: See TracBrowser for help on using the repository browser.