makefile.icc (multitail-6.4.2.tgz) | : | makefile.icc (multitail-6.5.0.tgz) | ||
---|---|---|---|---|
include version | include version | |||
CONFIG_FILE=$(DESTDIR)/etc/multitail.conf | CONFIG_FILE=$(DESTDIR)/etc/multitail.conf | |||
CC=icc | CC=icc | |||
DEBUG=-g # -D_DEBUG | DEBUG=-g # -D_DEBUG | |||
LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG) | LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG) | |||
CFLAGS+=-D$(shell uname) -O2 -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$ (CONFIG_FILE)\" | CFLAGS+=-D$(shell uname) -O2 -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_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 | |||
clean: | clean: | |||
rm -f $(OBJS) multitail core gmon.out *.da | rm -f $(OBJS) multitail core gmon.out *.da | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |