home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fonts 1
/
freshfonts1.bin
/
programs
/
amiga
/
pastex
/
archives
/
makeindex2_11.lha
/
makeindex2.11
/
src
/
makefile.amg
< prev
next >
Wrap
Makefile
|
1992-02-25
|
552b
|
29 lines
EXTHDRS = ctype.h stdio.h
HDRS = genind.h mkind.h scanid.h scanst.h
CC = lc
CFLAGS = -b0 -dOS_AMIGA=1
OBJS = genind.o mkind.o qsort.o scanid.o scanst.o sortid.o
SRCS = genind.c mkind.c qsort.c scanid.c scanst.c sortid.c
PROGRAM = makeindex
.c.o:
$(CC) $(CFLAGS) $*.c
$(PROGRAM): $(OBJS)
blink from lib:c.o $(OBJS) to $(PROGRAM)\
lib lib:lcnb.lib verbose
genind.o: genind.c mkind.h genind.h
mkind.o: mkind.c mkind.h
qsort.o: qsort.c mkind.h
scanid.o: scanid.c mkind.h scanid.h
scanst.o: scanst.c mkind.h scanst.h
sortid.o: sortid.c mkind.h