source: rtems/c/src/Makefile.am @ 0afac6a

4.115
Last change on this file since 0afac6a was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1ACLOCAL_AMFLAGS = -I aclocal
2
3SUBDIRS = . @BSP_SUBDIRS@
4DIST_SUBDIRS = @BSP_SUBDIRS@
5
6clean-local:
7        $(RM) -r $(PROJECT_RELEASE)
8
9make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
10        $(RM) make/@RTEMS_BSP@.cache
11        $(MAKE) -f ${srcdir}/make/bsp.mak \
12        'RTEMS_BSP=@RTEMS_BSP@' 'RTEMS_ROOT=.' \
13        make/@RTEMS_BSP@.cache
14
15noinst_DATA = make/@RTEMS_BSP@.cache
16DISTCLEANFILES = make/@RTEMS_BSP@.cache
17
18rtems_makedir = $(prefix)/make
19rtems_make_customdir = $(rtems_makedir)/custom
20rtems_make_custom_DATA = @CUSTOM_CFG_FILES@
21DISTCLEANFILES += @CUSTOM_CFG_FILES@
22
23noinst_DATA += make/custom/default.cfg
24DISTCLEANFILES += make/custom/default.cfg
25
26noinst_DATA += preinstall-stamp
27
28preinstall-stamp:
29        $(MAKE) $(AM_MAKEFLAGS) preinstall
30        touch preinstall-stamp
31CLEANFILES = preinstall-stamp
32
33@host_alias@-@RTEMS_BSP@.pc: config.status bsp.pc.in
34        ./config.status --file=$@:$(srcdir)/bsp.pc.in
35
36pkgconfigdir = $(prefix)/lib/pkgconfig
37pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
38DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
39
40DISTCLEANFILES += $(DEPDIR)/cfg.P
41include $(DEPDIR)/cfg.P
42
43include $(top_srcdir)/automake/subdirs.am
44include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.