head	1.9;
access;
symbols;
locks; strict;
comment	@# @;


1.9
date	94.07.02.11.37.39;	author rluebbert;	state Exp;
branches;
next	1.8;

1.8
date	94.06.25.07.45.17;	author rluebbert;	state Exp;
branches;
next	1.7;

1.7
date	94.06.25.07.42.55;	author rluebbert;	state Exp;
branches;
next	1.6;

1.6
date	94.06.25.07.39.12;	author rluebbert;	state Exp;
branches;
next	1.5;

1.5
date	94.06.25.07.23.12;	author rluebbert;	state Exp;
branches;
next	1.4;

1.4
date	94.06.25.07.17.53;	author rluebbert;	state Exp;
branches;
next	1.3;

1.3
date	94.06.25.07.12.14;	author rluebbert;	state Exp;
branches;
next	1.2;

1.2
date	94.06.22.17.21.03;	author rluebbert;	state Exp;
branches;
next	1.1;

1.1
date	94.06.19.16.00.28;	author rluebbert;	state Exp;
branches;
next	;


desc
@@


1.9
log
@*** empty log message ***
@
text
@CC=gcc
CFLAGS=-O2 -m68881 -m68030 -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
CSW=-c
INCS=-I../library
LIB=libstatic.a
LIB2=libstatic.ba


.c.o:
	$(CC) $(CFLAGS) $(INCS) $(CSW) $<


SRC=	alloca.c ctime.c getopt.c regex.c \
	errlst.c siglist.c regerror.c regexp.c regsub.c xmalloc.c \
	popen.c 

OBJ=	alloca.o ctime.o getopt.o regex.o \
	errlst.o siglist.o regerror.o regexp.o regsub.o xmalloc.o \
	popen.o 


$(LIB): $(OBJ)
	rm -f $(LIB)
	ar rc $(LIB) $(OBJ)
	rm *.o


$(LIB2): $(OBJ)
	rm -f $(LIB2)
	ar rc $(LIB2) $(OBJ)

@


1.8
log
@*** empty log message ***
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68881 -m68020 -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
@


1.7
log
@*** empty log message ***
@
text
@a12 2
all:	libstatic.a libstatic.ba

a26 1
CFLAGS=-O2 -m68881 -m68020 -fbaserel -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
@


1.6
log
@*** empty log message ***
@
text
@d27 1
a27 1
	rm #?.o
@


1.5
log
@*** empty log message ***
@
text
@a2 1
CBRFLAGS=-O2 -m68881 -m68020 -fbaserel -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
a11 3
.c.bo:
	copy $*.c x.c
	$(CC) $(CBRFLAGS) $(INCS) $(CSW) x.c -o $*.bo
a22 7
SRC2=	alloca.c ctime.c getopt.c regex.c \
	errlst.c siglist.c regerror.c regexp.c regsub.c xmalloc.c \
	popen.c 

OBJ2=	alloca.bo ctime.bo getopt.bo regex.bo \
	errlst.bo siglist.bo regerror.bo regexp.bo regsub.bo xmalloc.bo \
	popen.bo 
d27 3
d31 1
a31 3
$(LIB2): $(OBJ2)
	delete #?.o
	move #?.bo #?.o
d33 1
a33 1
	ar rc $(LIB2) $(OBJ2)
@


1.4
log
@*** empty log message ***
@
text
@d8 1
a8 1
VPATH=../gen_library
@


1.3
log
@Added ability to make both baserel static_library and nobaserel
static_library at same time.
@
text
@d20 2
a21 2
	regerror.c regexp.c regsub.c xmalloc.c \
	popen.c errlst.c siglist.c
d24 2
a25 2
	regerror.o regexp.o regsub.o xmalloc.o \
	popen.o errlst.o siglist.o
d28 2
a29 2
	regerror.c regexp.c regsub.c xmalloc.c \
	popen.c errlst.c siglist.c
d32 2
a33 2
	regerror.bo regexp.bo regsub.bo xmalloc.bo \
	popen.bo errlst.bo siglist.bo
@


1.2
log
@020 ffp
@
text
@d2 2
a3 1
CFLAGS=-O2 -m68881 -m68020 -fbaserel -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
d6 2
a7 1
LIB=libstatic.ba
d13 5
a17 1
all:	libstatic.ba
d27 8
d38 7
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68881 -m68030 -fbaserel -fomit-frame-pointer -funroll-loops -DSTATIC_LIBRARY
@
