head	1.8;
access;
symbols
	version39-45:1.1;
locks;
comment	@# @;


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

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

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

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

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

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

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

1.1
date	92.09.14.01.54.18;	author mwild;	state Exp;
branches;
next	;


desc
@Makefile
@


1.8
log
@removed raise.c - not in library
@
text
@CC=gcc
CFLAGS=-O2 -m68030 -m68881 -fomit-frame-pointer -funroll-loops
CSW=-c
INCS=-I../library
LIB=libgen.a

.s.o:
	@@copy $*.s x.c
	@@gcc -traditional -E x.c -o x.s
	$(CC) $(CFLAGS) $(INCS) $(CSW) x.s -o $*.o

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


SRC=	 _setjmp.s alarm.c clock.c ctype_.c difftime.c errlst.c getwd.c \
	insque.s isctype.c mktemp.c pause.c psignal.c random.c \
	remove.c remque.s setjmp.s setjmperr.c siginterrupt.c siglist.c \
	signal.c sigsetjmp.c sigsetops.c sleep.c termios.c time.c \
	ualarm.c unvis.c usleep.c vis.c isnan.c isinf.c \
	wait.c wait3.c waitpid.c crypt.c fnmatch.c fts.c getlogin.c glob.c \
	times.c getmntinfo.c
#raise.c not used

OBJ=	_setjmp.o alarm.o clock.o ctype_.o difftime.o errlst.o getwd.o \
	insque.o isctype.o mktemp.o pause.o psignal.o random.o \
	remove.o remque.o setjmp.o setjmperr.o siginterrupt.o siglist.o \
	signal.o sigsetjmp.o sigsetops.o sleep.o termios.o time.o \
	ualarm.o unvis.o usleep.o vis.o isnan.o isinf.o \
	wait.o wait3.o waitpid.o crypt.o fnmatch.o fts.o getlogin.o glob.o \
	times.o getmntinfo.o
#raise.o not used


$(LIB): $(OBJ)
	ar rv $(LIB) $(OBJ)
	ranlib $(LIB)

clean:
	rm -f $(OBJ) $(LIB)

glob.o: glob.c
	$(CC) $(CFLAGS) -ffixed-a4 $(INCS) $(CSW) $*.c
    
##########################################################################
_setjmp.o _insque.o remque.o setjmp.o: DEFS.h
@


1.7
log
@*** empty log message ***
@
text
@d22 2
a23 1
	raise.c times.c getmntinfo.c
d31 2
a32 1
	raise.o times.o getmntinfo.o
@


1.6
log
@Math functions in libfpugnu.a removed from here.
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68030 -m68881 -Wa,-m68030,-m68881 -fomit-frame-pointer -funroll-loops
@


1.5
log
@*** empty log message ***
@
text
@a14 4
.c.X:
	gcc -I/scsu -DFINAL -DTRANSLATE_DOTS -fgen-aux-info -fsyntax-only -S $*.c -o foo.s
	-egrep -v "(static|compiled from|:[INO]C )" $*.c.X >$*.X
	rm -f $*.c.X
d16 1
a16 1
SRC=	 _setjmp.s alarm.c clock.c ctype_.c difftime.c errlst.c frexp.c getwd.c \
d20 1
a20 1
	ualarm.c unvis.c usleep.c vis.c modf.c isnan.c isinf.c ldexp.c fabs.c \
d24 1
a24 1
OBJ=	_setjmp.o alarm.o clock.o ctype_.o difftime.o errlst.o frexp.o getwd.o \
d28 1
a28 1
	ualarm.o unvis.o usleep.o vis.o modf.o isnan.o isinf.o ldexp.o fabs.o \
a31 8
AUX=	alarm.X clock.X ctype_.X difftime.X errlst.X frexp.X getwd.X \
	isctype.X mktemp.X pause.X perror.X random.X \
	remove.X setjmperr.X siginterrupt.X siglist.X \
	signal.X sigsetjmp.X sigsetops.X sleep.X termios.X time.X \
	ualarm.X unvis.X usleep.X vis.X modf.X isnan.X isinf.X ldexp.X fabs.X \
	wait.X wait3.X waitpid.X crypt.X fnmatch.X fts.X getlogin.X glob.X \
	raise.X times.X getmntinfo.X

a35 2

aux: $(AUX)
@


1.4
log
@*** empty log message ***
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68030 -m68881 -fomit-frame-pointer -funroll-loops
@


1.3
log
@020 ffp
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68020 -m68881 -fomit-frame-pointer -funroll-loops
@


1.2
log
@*** empty log message ***
@
text
@d2 1
a2 1
CFLAGS=-O2 -m68030 -m68881 -fomit-frame-pointer -funroll-loops -Wall
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
CC=gcc2
CFLAGS=-O2 -fomit-frame-pointer -funroll-loops -DDEBUG -Wall
d16 1
a16 1
	gcc2 -I/scsu -DFINAL -DTRANSLATE_DOTS -fgen-aux-info -fsyntax-only -S $*.c -o foo.s
d45 3
a47 1
$(LIB) .LIBRARY : $(OBJ)
a52 3

dep: $(SRC)
	gcc >deps -M $(INCS) $(SRC)
@
