home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume18
/
mush6.4
/
part02
/
makefile.sun
< prev
next >
Wrap
Makefile
|
1989-03-12
|
2KB
|
43 lines
# makefile.sun (c) copyright 1986 (Dan Heller)
# sunOS-4.0 users should add -DSIGRET=void to the CFLAGS line below.
#
HDRS= mush.h config.h-dist strings.h bindings.h options.h
SRCS= main.c init.c misc.c mail.c hdrs.c execute.c commands.c rite.c \
select.c doproc.c print.c signals.c addrs.c setopts.c msgs.c \
hdr_procs.c tool.c hdr_panel.c main_panel.c help.c viewopts.c sort.c \
pick.c fkeys.c expr.c folders.c dates.c loop.c edit_menu.c \
curses.c curs_io.c bind.c file.c strings.c lock.c macros.c options.c
OBJS= main.o init.o misc.o mail.o hdrs.o execute.o commands.o rite.o \
select.o doproc.o print.o signals.o addrs.o setopts.o msgs.o \
hdr_procs.o tool.o hdr_panel.o main_panel.o help.o viewopts.o sort.o \
pick.o fkeys.o expr.o folders.o dates.o loop.o edit_menu.o \
curses.o curs_io.o bind.o file.o strings.o lock.o macros.o options.o
IMAGES= mail.icon.1 mail.icon.2 check.pr cycle.pr envelope.pr glasses.pr \
write.pr up.arrow.pr dn.arrow.pr coffee.cup.pr
HELP_FILES= README README-6.0 README-6.1 README-6.2 README-6.3 README-6.4 \
mush.1 Mailrc Gnurc sample.mushrc advanced.mushrc cmd_help tool_help
MAKES= makefile.sun makefile.bsd makefile.sys.v makefile.xenix
CFLAGS= -O -DSUNTOOL -DCURSES -DBSD
LDFLAGS= -s
LIBES= -lcurses -ltermlib -lsuntool -lsunwindow -lpixrect
LINTFLAGS= -bxah -Dlint
mush: $(OBJS)
@echo loading...
@cc $(LDFLAGS) $(OBJS) $(LIBES) -o mush
tar:
@tar fcv MUSH $(HELP_FILES) $(MAKES) $(IMAGES) $(HDRS) $(SRCS)
lint:
make -f makefile.bsd lint
clean:
rm -f *.o core mush