Category : Word Processors
Archive   : AGREP32B.ZIP
Filename : MAKEFILE.DOS

 
Output of file : MAKEFILE.DOS contained in archive : AGREP32B.ZIP
# Makefile for MS-DOS version of agrep using DJD GNU GCC
#
# Note that some file names are truncated when extracting files to MS-DOS.
#
CC = gcc
CFLAGS = -O -DMSDOS

PROG = agrep.exe
HDRS = agrep.h checkfil.h re.h
OBJS = asearch.o asearch1.o bitap.o compat.o follow.o main.o mask.o \
parse.o prepro.o sgrep.o mgrep.o util.o

.c.o:
$(CC) -c $(CFLAGS) $*.c

$(PROG): $(OBJS) go32.exe
$(CC) $(CFLAGS) -o a.out $(OBJS)
strip a.out
copy /b go32.exe+a.out agrep.exe

clean:
del *.o
del a.out
del core
del mask.c
del prepro.c
del util.c

prepro.c: preproce.c
copy preproce.c prepro.c

util.c: utilitie.c
copy utilitie.c util.c

mask.c: maskgen.c
copy maskgen.c mask.c

asearch.o: agrep.h
asearch1.o: agrep.h
bitap.o: agrep.h
follow.o: re.h
main.o: agrep.h checkfil.h
mask.o: agrep.h
next.o: agrep.h
parse.o: re.h
prepro.o: agrep.h
sgrep.o: agrep.h
abm.o: agrep.h
util.o: re.h

docs:
groff -man agrep.1 | sed -e "s/.//g" > agrep.doc



  3 Responses to “Category : Word Processors
Archive   : AGREP32B.ZIP
Filename : MAKEFILE.DOS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/