makefile.cygwin (multitail-6.4.2.tgz) | : | makefile.cygwin (multitail-6.5.0.tgz) | ||
---|---|---|---|---|
include version | include version | |||
CONFIG_FILE=/etc/multitail.conf | CONFIG_FILE=/etc/multitail.conf | |||
DEBUG=#-g -D_DEBUG -W -pedantic #-pg #-fprofile-arcs | DEBUG=#-g -D_DEBUG -W -pedantic #-pg #-fprofile-arcs | |||
LDFLAGS=-lpanel -lncurses -lm $(DEBUG) | LDFLAGS=-lpanel -lncurses -lm $(DEBUG) | |||
CFLAGS=-D__CYGWIN__ -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\" $(CONFIG_FILE)\" | CFLAGS=-D__CYGWIN__ -O2 -Wall -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) -Wall -W $(OBJS) $(LDFLAGS) -o multitail | $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o multitail | |||
install: multitail | install: multitail | |||
mkdir -p $(DESTDIR)/usr/bin | mkdir -p $(DESTDIR)/usr/bin | |||
mkdir -p $(DESTDIR)/usr/share/man/man1 | mkdir -p $(DESTDIR)/usr/share/man/man1 | |||
cp multitail $(DESTDIR)/usr/bin | cp multitail $(DESTDIR)/usr/bin | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |