makefile.sco-openserver6 (multitail-6.4.2.tgz) | : | makefile.sco-openserver6 (multitail-6.5.0.tgz) | ||
---|---|---|---|---|
include version | include version | |||
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf | CONFIG_FILE=$(DESTDIR)/etc/multitail.conf | |||
DEBUG=-g # -D_DEBUG # -pedantic #-pg #-fprofile-arcs | DEBUG=-g # -D_DEBUG # -pedantic #-pg #-fprofile-arcs | |||
LDFLAGS=-L/usr/local/lib/ -lpanel -lncurses -lm -lsocket $(DEBUG) | LDFLAGS=-L/usr/local/lib/ -lpanel -lncurses -lm -lsocket $(DEBUG) | |||
CFLAGS=-Dscoos -O2 -I/usr/local/include/ -DVERSION=\"$(VERSION)\" $(DEBUG) -DCON FIG_FILE=\"$(CONFIG_FILE)\" | CFLAGS=-Dscoos -O2 -I/usr/local/include/ -DVERSION=\"$(VERSION)\" $(DEBUG) -DCON FIG_FILE=\"$(CONFIG_FILE)\" | |||
OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox. o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o h istory.o | OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox. o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o h istory.o clipboard.o | |||
all: multitail | all: multitail | |||
multitail: $(OBJS) | multitail: $(OBJS) | |||
$(CC) $(OBJS) $(LDFLAGS) -o multitail | $(CC) $(OBJS) $(LDFLAGS) -o multitail | |||
install: multitail | install: multitail | |||
cp multitail $(DESTDIR)/usr/bin | cp multitail $(DESTDIR)/usr/bin | |||
cp multitail.1 $(DESTDIR)/usr/share/man/man1/multitail.1 | cp multitail.1 $(DESTDIR)/usr/share/man/man1/multitail.1 | |||
mkdir -p $(DESTDIR)/usr/share/doc/multitail-$(VERSION) | mkdir -p $(DESTDIR)/usr/share/doc/multitail-$(VERSION) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |