File: README

package info (click to toggle)
prcs 1.3.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,128 kB
  • ctags: 3,354
  • sloc: cpp: 17,486; ansic: 8,132; sh: 4,710; perl: 2,729; lisp: 1,816; tcl: 1,142; lex: 354; makefile: 225; pascal: 85
file content (21 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory holds various files needed to fully configure PRCS for
the BeOS platform.

  Makefile-Gen-Std.diff:
    The diff between the src/Makefile as generated by configure, and
    the actually useful Makefile.

  Makefile-Std:
    The full src/Makefile as it is needed.

  Makefile-Gen-Be.diff
    The diff between the src/Makefile as generated by configure and
    the actually useful Makefile with added cross-compiling ability.

  Makefile-Be:
    The full src/Makefile with cross-compiling ability.

  Makefile-Be.inc:
    A set of macros used by Makefile-Be via inclusion. This separation
    keeps the differences between the generated Makefile and Makefile-Be
    small(er).