mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-02-23 15:29:11 +00:00
Fixed a minor Unix makefile bug.
Inserted rcs Id strings in various files. Changed "G. Devin Reade" to "Devin Reade"
This commit is contained in:
parent
2c0fb29409
commit
6f6fee285e
@ -6,6 +6,8 @@ udl - Convert EOL formats freely between MS-DOS (CR/LF), Unix/Amiga (LF),
|
||||
(c) 1993-1996 Soenke Behrens, Devin Reade
|
||||
|
||||
Version 1.1.5
|
||||
|
||||
$Id: HISTORY,v 1.2 1996/02/11 20:05:45 gdr Exp $
|
||||
=============================================================================
|
||||
|
||||
Udl converts text files between CR, LF and CR/LF (Apple, Unix and MS-DOS).
|
||||
|
@ -1,10 +1,10 @@
|
||||
#
|
||||
# Makefile for udl
|
||||
# Copyright (c) 1993-1996 Soenke Behrens, Devin G. Reade
|
||||
# Copyright (c) 1993-1996 Soenke Behrens, Devin Reade
|
||||
#
|
||||
# This makefile should be used with dmake.
|
||||
#
|
||||
# $Id: Makefile.gs,v 1.9 1996/02/04 01:34:23 gdr Exp $
|
||||
# $Id: Makefile.gs,v 1.10 1996/02/11 20:05:47 gdr Exp $
|
||||
#
|
||||
|
||||
# Where do we put the binaries and man page?
|
||||
@ -19,13 +19,13 @@ DEFINES = -DGNO -D_POSIX_C_SOURCE -D_POSIX_SOURCE -DHAS_ATEXIT \
|
||||
|
||||
# Use optimization and a 2k stack.
|
||||
|
||||
CFLAGS = $(DEFINES) -O -w -s2048
|
||||
CFLAGS = $(DEFINES) -O -s2048
|
||||
LDFLAGS = -s2048
|
||||
|
||||
# Depending on how you have your libraries set up, you may not need
|
||||
# this next line. In that case, just comment it out.
|
||||
|
||||
LDLIBS = -l/usr/lib/gnulib
|
||||
# LDLIBS = -l/usr/lib/gnulib
|
||||
|
||||
#
|
||||
# You should not have to modify anything beyond this point
|
||||
|
@ -2,6 +2,7 @@
|
||||
# Makefile for udl
|
||||
# (c) 1993-1996 Soenke Behrens
|
||||
#
|
||||
# $Id: Makefile.msd,v 1.2 1996/02/11 20:05:47 gdr Exp $
|
||||
|
||||
# DJGPP is a gcc port
|
||||
CC = gcc
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# Makefile for udl
|
||||
# (c) 1993-1996 Soenke Behrens, Devin G. Reade
|
||||
# (c) 1993-1996 Soenke Behrens, Devin Reade
|
||||
#
|
||||
# $Id: Makefile.unx,v 1.8 1996/02/04 01:34:25 gdr Exp $
|
||||
# $Id: Makefile.unx,v 1.9 1996/02/11 20:05:48 gdr Exp $
|
||||
#
|
||||
|
||||
# $(CC) _must_ be an ANSI compiler. Use gcc if your cc is not.
|
||||
@ -67,7 +67,7 @@ newudl.1: udl.1
|
||||
sed -f sed.script <udl.1 >newudl.1; \
|
||||
rm -f sed.script
|
||||
|
||||
install: newudl.1 udl
|
||||
install: newudl.1 build
|
||||
$(INSTALL) $(MODE755) $(OWNER_GROUP) udl $(BINDIR)
|
||||
$(INSTALL) $(MODE644) $(OWNER_GROUP) newudl.1 $(MANDIR)/udl.1
|
||||
rm -f newudl.1
|
||||
|
@ -1,5 +1,7 @@
|
||||
.\" Copyright (c) 1993-1996 Soenke Behrens, Devin Reade
|
||||
.\"
|
||||
.\" $Id: udl.1,v 1.10 1996/02/11 20:05:48 gdr Exp $
|
||||
.\"
|
||||
.TH UDL 1 "Commands and Applications" "31 January 1996" "Version 1.1.5"
|
||||
.SH NAME
|
||||
udl - convert text files between different architectures
|
||||
|
@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id: udl.rez,v 1.3 1996/02/11 20:05:49 gdr Exp $
|
||||
*/
|
||||
|
||||
#include "Types.Rez"
|
||||
|
||||
resource rVersion (0x1, purgeable1, nocrossbank) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user