~ubuntu-branches/ubuntu/saucy/ng/saucy

« back to all changes in this revision

Viewing changes to sys/msdos/makefile.tc

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2008-07-17 08:10:34 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080717081034-s7iitiihm9hl4jjg
Tags: 1.5~beta1-3
Bumped to Standards-Version: 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: makefile.tc,v 1.2 2000/09/13 23:37:44 amura Exp $
 
1
# $Id: makefile.tc,v 1.3 2001/03/02 08:48:32 amura Exp $
2
2
# Makefile for Ng at MS-DOS with Turbo C 1.5 / 2.0 / ++
3
3
#
4
4
# $Log: makefile.tc,v $
 
5
# Revision 1.3  2001/03/02 08:48:32  amura
 
6
# now AUTOSAVE feature implemented almost all (except for WIN32
 
7
#
5
8
# Revision 1.2  2000/09/13 23:37:44  amura
6
9
# add -DROWS and -DCOLS options to CDEFS
7
10
#
20
23
#
21
24
# Now, compile time options are defined in a "config.h".
22
25
#
23
 
#CDEFS  = -DMSDOS $(MACHINE) -DNCOL=80 -DNROW=50 -DSUPPORT_ANSI
24
26
CDEFS   = -DMSDOS $(MACHINE) -DTCCONIO -DSUPPORT_ANSI
25
27
CFLAGS  = -c -O $(CDEFS) -ml -d -w-nod -w-use -w-pro -w-rvi -w-par
26
28
 
32
34
 
33
35
# Objects which only depend on the "standard" includes
34
36
OBJS    = basic.obj dir.obj dired.obj shell.obj version.obj window.obj \
35
 
          kinsoku.obj jump.obj
 
37
          kinsoku.obj jump.obj autosave.obj
36
38
 
37
39
# Those with unique requirements
38
40
IND     = buffer.obj complt.obj display.obj cmode.obj echo.obj extend.obj \
58
60
          random.c region.c search.c version.c window.c word.c \
59
61
          buffer.c display.c echo.c extend.c help.c kbd.c keymap.c \
60
62
          macro.c main.c modes.c regex.c research.c kanji.c kinsoku.c \
61
 
          skg.c jump.c undo.c
 
63
          skg.c jump.c undo.c autosave.c
62
64
 
63
65
OINCS = ttydef.h sysdef.h chrdef.h
64
66
INCS =  config.h def.h