summaryrefslogtreecommitdiff
path: root/mcon/U/Unix.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/Unix.U')
-rw-r--r--mcon/U/Unix.U18
1 files changed, 6 insertions, 12 deletions
diff --git a/mcon/U/Unix.U b/mcon/U/Unix.U
index 4c40623..4c05c7b 100644
--- a/mcon/U/Unix.U
+++ b/mcon/U/Unix.U
@@ -1,13 +1,13 @@
-?RCS: $Id: Unix.U,v 3.0.1.1 1997/02/28 15:20:06 ram Exp $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1996, Andy Dougherty
-?RCS: Copyright (c) 1991-1993, Raphael Manfredi
+?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS:
?RCS: You may redistribute only under the terms of the Artistic Licence,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic Licence; a copy of which may be found at the root
-?RCS: of the source tree for dist 3.0.
+?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: Unix.U,v $
?RCS: Revision 3.0.1.1 1997/02/28 15:20:06 ram
@@ -19,18 +19,14 @@
?X: environment, then some of the following variables can be redefined in hint
?X: files.
?X:
-?MAKE:Unix _exe _a _o firstmakefile archobjs: Oldconfig
+?MAKE:Unix _a _o firstmakefile archobjs: Oldconfig
?MAKE: -pick add $@ %<
-?S:_exe:
-?S: This variable defines the extension used for executable files.
-?S: For unix it is empty. Other possible values include '.exe'.
-?S:.
-?S:_a:
+?S:_a (lib_ext):
?S: This variable defines the extension used for ordinary libraries.
?S: For unix, it is '.a'. The '.' is included. Other possible
?S: values include '.lib'.
?S:.
-?S:_o:
+?S:_o (obj_ext):
?S: This variable defines the extension used for object files.
?S: For unix, it is '.o'. The '.' is included. Other possible
?S: values include '.obj'.
@@ -48,8 +44,6 @@
?S: or other facilities. For perl on OS/2, for example, this would
?S: include os2/os2.obj.
?S:.
-?INIT:: No trailing extension on UNIX executables
-?INIT:_exe=''
?INIT:: Extra object files, if any, needed on this platform.
?INIT:archobjs=''
: Define several unixisms.