--- rxvt-unicode/src/Makefile.in 2014/10/25 16:42:16 1.181 +++ rxvt-unicode/src/Makefile.in 2021/05/10 00:47:35 1.186 @@ -36,7 +36,7 @@ dummy: COMMON = \ - background.o command.o rxvtfont.o init.o main.o misc.o \ + command.o rxvtfont.o init.o main.o misc.o \ screen.o scrollbar.o scrollbar-next.o scrollbar-rxvt.o \ scrollbar-xterm.o scrollbar-plain.o xdefaults.o encoding.o \ rxvttoolkit.o rxvtutil.o keyboard.o rxvtimg.o \ @@ -47,6 +47,10 @@ RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT) +RCLOCK_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)clock$(EXEEXT) + +x: + echo $(RCLOCK_BINNAME) # # Distribution variables @@ -72,6 +76,9 @@ rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) +rclock: rclock.o + $(LINK) -o $@ rclock.o $(LIBS) $(XLIB) + #------------------------------------------------------------------------- #EXUBERANT_OPTS = -I NOTHROW -I THROW @@ -144,14 +151,13 @@ depend: makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1 +# makedepend has trouble finding these +ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c +ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c + + # DO NOT DELETE: nice dependency list follows -background.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h -background.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h -background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h -background.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h -background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h -background.o: optinc.h command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h command.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h @@ -242,8 +248,8 @@ rxvttoolkit.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h rxvttoolkit.o: optinc.h -rxvtutil.o: rxvtutil.h ../libptytty/src/ecb.h ../libptytty/src/estl.h emman.h -rxvtutil.o: emman.c +rxvtutil.o: emman.c emman.h ../libptytty/src/ecb.h rxvtutil.h +rxvtutil.o: ../libptytty/src/estl.h screen.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h screen.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h rxvttoolkit.h screen.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h callback.h