makefile.cross-arm-linux (multitail-6.4.2.tgz) | : | makefile.cross-arm-linux (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 #-pg #-fprofile-arcs | DEBUG=#-g -D_DEBUG #-pg #-fprofile-arcs | |||
LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG) | LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG) | |||
CFLAGS=-D$(shell uname) -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FIL E=\"$(CONFIG_FILE)\" | CFLAGS=-D$(shell uname) -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FIL E=\"$(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 | |||
# | # | |||
# +-=-------------------------------------------------------------=-+ | # +-=-------------------------------------------------------------=-+ | |||
# | There's a mailinglist! | | # | There's a mailinglist! | | |||
# | Send an e-mail to minimalist@vanheusden.com with in the subject | | # | Send an e-mail to minimalist@vanheusden.com with in the subject | | |||
# | 'subscribe multitail' to subscribe. | | # | 'subscribe multitail' to subscribe. | | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |