source: rtems/c/src/make/target.cfg.in @ 116ef2e9

4.115
Last change on this file since 116ef2e9 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: 691 bytes
Line 
1# Target specific settings.
2#
3
4CFLAGS = @CFLAGS@
5CPPFLAGS = @CPPFLAGS@
6LDFLAGS =
7LIBS = @LIBS@
8
9RTEMS_API = @RTEMS_API@
10CC = @CC@
11AS = @AS@
12AR = @AR@
13NM = @NM@
14LD = @LD@
15SIZE = @SIZE@
16STRIP = @STRIP@
17OBJCOPY = @OBJCOPY@
18RANLIB = @RANLIB@
19
20CXX = @CXX@
21
22export CC
23export AS
24export LD
25export NM
26export AR
27export SIZE
28export OBJCOPY
29
30export CXX
31
32RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
33RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
34RTEMS_HAS_ITRON_API = no
35RTEMS_HAS_NETWORKING = @RTEMS_HAS_NETWORKING@
36RTEMS_HAS_RDBG = no
37RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
38RTEMS_CPU = @RTEMS_CPU@
39
40XCFLAGS=$(CFLAGS_FOR_TARGET)
41 
42export RTEMS_BSP
43export RTEMS_CUSTOM
44export PROJECT_ROOT
Note: See TracBrowser for help on using the repository browser.