home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume14
/
mush6.0
/
part01
/
makefile.x386
< prev
next >
Wrap
Makefile
|
1988-04-12
|
1KB
|
44 lines
HDRS= mush.h config.h-dist strings.h bindings.h
SRCS1= main.c init.c misc.c execute.c
SRCS2= signals.c aliases.c msgs.c pick.c viewopts.c
SRCS3= sort.c expr.c folders.c dates.c help.c
SRCS4= loop.c bind.c
SRCS5= commands.c setopts.c hdrs.c
SRCS6= mail.c print.c
SRCS7= curses.c curs_io.c
SRCS8= file.c strings.c
OBJS= main.o init.o misc.o mail.o hdrs.o execute.o commands.o print.o file.o \
signals.o aliases.o setopts.o msgs.o pick.o sort.o expr.o strings.o \
folders.o dates.o loop.o help.o viewopts.o bind.o curses.o curs_io.o
DOCS= README cmd_help mush.1
MAKES= makefile.sys.v makefile.xenix makefile.bsd
CFLAGS= -O -DSYSV -M3e -DCURSES -DREGCMP -DUSG
LDFLAGS= -X -M3 -lx
LIBES= -lcurses -ltermlib
mush: $(OBJS)
@echo loading...
@cc $(LDFLAGS) $(OBJS) $(LIBES) -o mush
bind.o: bind.c
cc $(CFLAGS) -LARGE -c bind.c
shar:
shar ${DOCS} ${MAKES} ${HDRS}>hdr.shr
shar ${SRCS1} > src1.shr
shar ${SRCS2} > src2.shr
shar ${SRCS3} > src3.shr
shar ${SRCS4} > src4.shr
shar ${SRCS5} > src5.shr
shar ${SRCS6} > src6.shr
shar ${SRCS7} > src7.shr
shar ${SRCS8} > src8.shr
tar:
tar fcv MUSH ${MAKES} ${HDRS} ${DOCS} ${SRCS1} \
${SRCS2} ${SRCS3} ${SRCS4} ${SRCS5} ${SRCS6} ${SRCS7} ${SRCS8}
clean:
rm -f *.o core mush