head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.3
	LIBC_4_5_18:1.1.1.3
	LIBC_4_5_17:1.1.1.3
	LIBC_4_5_16:1.1.1.3
	LIBC_4_5_15:1.1.1.3
	LIBC_4_5_14:1.1.1.3
	LIBC_4_5_13:1.1.1.3
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.3
	LIBC_4_5_10:1.1.1.2
	LIBC_4_5_9:1.1.1.1
	LIBC_4_5_8:1.1.1.1
	LIBC_4_5_7:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	93.12.14.16.58.39;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.12.14.16.58.40;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.13.12.13.11;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.23.05;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@#
# This is Makefile of curses for Linux
#

include ../Makeconfig

include ../Makerules

LIB=../libcurses.a
LIBALIAS:=../$(LIBALIAS)

JUMP_DIR:=../jump/$(SHLIB)
JUMP_LIB=libcurses

CURSESFLAGS=-DPOSIX -D__USE_BSD_SIGNAL

ifndef OPTFLAGS
OPTFLAGS= -O6 -fomit-frame-pointer
endif

CFLAGS = $(WFLAGS) $(OPTFLAGS) $(INC) $(XCFLAGS) $(CURSESFLAGS)
INC= -I.

DIRS:=

SRCS=	addbytes.c addch.c addstr.c box.c clear.c clrtobot.c \
	clrtoeol.c cr_put.c cr_tty.c delch.c deleteln.c \
	delwin.c endwin.c erase.c fullname.c getch.c getstr.c \
	idlok.c id_subwins.c initscr.c insch.c insertln.c \
	longname.c move.c mvprintw.c mvscanw.c mvwin.c \
	newwin.c overlay.c overwrite.c printw.c putchar.c \
	refresh.c scanw.c scroll.c toucholap.c standout.c \
	touchwin.c tstp.c curses.c unctrl.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)

include ../Maketargets
@


1.1.1.1
log
@LIBC_4_5_7
@
text
@@


1.1.1.2
log
@LIBC_4_5_10
@
text
@d5 8
a12 3
override DEBUG=false
override PROFILE=false
override CHECKER=false
d15 1
a15 2
include ../Makeconfig
include ../Makerules
d17 3
a19 2
override STATIC_LIB=../static/libcurses.a
override SHARED_LIB=../shared/libcurses.a
d21 2
a22 3
INC_CFLAGS= -I.
CURSES_CFLAGS=-DPOSIX -D__USE_BSD_SIGNAL
BASE_CFLAGS := $(BASE_CFLAGS) $(CURSES_CFLAGS)
a35 1
ALIASES=
@


1.1.1.3
log
@LIBC_4_5_11
@
text
@d10 2
a11 1
TOPDIR=..
a12 3
include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

d34 1
a34 1
include $(TOPDIR)/Maketargets
@
