Changed header comments for consistency and, I hope, clarity.

This commit is contained in:
William McBrine
2005-12-27 10:24:07 +00:00
parent cf3b83f320
commit dcc7e9755d
17 changed files with 41 additions and 28 deletions

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -1,6 +1,6 @@
################################################################################
#
# GNU MAKE (3.79.1) Makefile for PDCurses library - DOS DJGPP V2.0
# GNU MAKE (3.79.1) Makefile for PDCurses library - DOS DJGPP V2.0+
#
# Usage: make -f [path\]gccdos.mak [-DDEBUG] [target]
#
@@ -9,20 +9,22 @@
#
################################################################################
#
# Change these for your environment...
#
# PDCURSES_HOME = .. works in the 'dos' directory except for 'dist' rule
# PDC_HOME is the backslashed version of PDCURSES_HOME, generated automatically
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME = $(PDCURSES_SRCDIR)
PDC_HOME = $(subst /,\,$(PDCURSES_HOME))
################################################################################
# Nothing below here should require changing.
################################################################################
VER=27
VERDOT=2.7
# PDC_HOME is the backslashed version of PDCURSES_HOME, generated
# automatically
PDC_HOME = $(subst /,\,$(PDCURSES_HOME))
PDCURSES_CURSES_H =$(PDCURSES_HOME)/curses.h
PDCURSES_CURSPRIV_H =$(PDCURSES_HOME)/curspriv.h
PDCURSES_HEADERS =$(PDCURSES_CURSES_H) $(PDCURSES_CURSPRIV_H)
@@ -369,5 +371,3 @@ dist: $(PDCLIBS)
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ >> file_id.diz
zip pdc$(VER)djg *.*
cd ..

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -12,7 +12,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)

View File

@@ -1,6 +1,6 @@
################################################################################
#
# Watcom WMAKE Makefile for PDCurses library - OS/2 Watcom C/C++ 10.6
# Watcom WMAKE Makefile for PDCurses library - OS/2 Watcom C/C++ 10.6+
#
# Usage: wmake -f [path\]wccos2.mak [DEBUG=Y] [target]
#
@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, and/or edit the
# lines below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "export PDCURSES_SRCDIR=c:/pdcurses".
#
################################################################################
PDCURSES_HOME = $(PDCURSES_SRCDIR)

View File

@@ -9,7 +9,7 @@
#
###############################################################################
#
# Change these for your environment...
# Edit the line below for your environment.
#
###############################################################################
PDCURSES_HOME =\pdcurses

View File

@@ -9,7 +9,8 @@
#
################################################################################
#
# Change these for your environment...
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -9,8 +9,8 @@
#
################################################################################
#
# This makefile requires the following environment variables with values like:
# PDCURSES_SRCDIR=c:\pdcurses
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(PDCURSES_SRCDIR)

View File

@@ -1,6 +1,6 @@
################################################################################
#
# Watcom WMAKE Makefile for PDCurses library - Win32 Watcom C/C++ 10.6
# Watcom WMAKE Makefile for PDCurses library - Win32 Watcom C/C++ 10.6+
#
# Usage: wmake -f [win32\]wccwin32.mak [DEBUG=Y] [target]
#
@@ -9,8 +9,8 @@
#
################################################################################
#
# This makefile requires the following environment variables with values like:
# PDCURSES_SRCDIR=c:\pdcurses
# First, set the environment variable PDCURSES_SRCDIR, or edit the line
# below; for example, "set PDCURSES_SRCDIR=c:\pdcurses".
#
################################################################################
PDCURSES_HOME =$(%PDCURSES_SRCDIR)