ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.183 by sf-exg, Thu Jul 14 05:33:26 2016 UTC vs.
Revision 1.190 by sf-exg, Thu Jun 10 09:01:52 2021 UTC

45COMMON_DAEMON = rxvtdaemon.o 45COMMON_DAEMON = rxvtdaemon.o
46 46
47RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT) 47RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)$(EXEEXT)
48RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT) 48RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)c$(EXEEXT)
49RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT) 49RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVTNAME)d$(EXEEXT)
50RCLOCK_BINNAME=$(DESTDIR)$(bindir)/urclock$(EXEEXT)
50 51
51# 52#
52# Distribution variables 53# Distribution variables
53# 54#
54 55
70 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB) 71 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) $(PERLLIB)
71 72
72rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o 73rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o
73 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) 74 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS)
74 75
76rclock: rclock.o
77 $(LINK) -o $@ rclock.o $(LIBS) $(XLIB)
78
75#------------------------------------------------------------------------- 79#-------------------------------------------------------------------------
76 80
77#EXUBERANT_OPTS = -I NOTHROW -I THROW
78
79tags: *.[Ch] 81tags: *.[Ch]
80 ctags $(EXUBERANT_OPTS) *.[Ch] 82 ctags *.[Ch]
81 83
82TAGS: *.[Ch] 84TAGS: *.[Ch]
83 etags $(EXUBERANT_OPTS) *.[Ch] 85 etags *.[Ch]
84 86
85allbin: rxvt rxvtd rxvtc 87allbin: rxvt rxvtd rxvtc rclock
86 88
87alldoc: 89alldoc:
88 90
89clean: 91clean:
90 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C manlst mantmp 92 rm -f rxvt rxvtc rxvtd rclock perlxsi.c rxvtperl.C manlst mantmp
91 rm -f *.o 93 rm -f *.o
92 94
93distclean: clean 95distclean: clean
94 rm -f Makefile 96 rm -f Makefile
95 97
127install-bin: allbin 129install-bin: allbin
128 $(INSTALL) -d $(DESTDIR)$(bindir) 130 $(INSTALL) -d $(DESTDIR)$(bindir)
129 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 131 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
130 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 132 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
131 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 133 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
134 $(INSTALL_PROGRAM) rclock $(RCLOCK_BINNAME)
132 135
133install: install-bin install-perl 136install: install-bin install-perl
134 137
135perlxsi.c: Makefile 138perlxsi.c: Makefile
136 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt 139 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
142 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 145 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
143 146
144depend: 147depend:
145 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1 148 makedepend -f Makefile.in -I. -I.. -I../libptytty/src -I../libev -Y *.C *.xs >/dev/null 2>&1
146 149
150# makedepend has trouble finding these
151ev_cpp.o: ../libev/ev.c ../libev/ev_epoll.c ../libev/ev_kqueue.c ../libev/ev_linuxaio.c
152ev_cpp.o: ../libev/ev_poll.c ../libev/ev_port.c ../libev/ev_select.c ../libev/ev_win32.c
153
154
147# DO NOT DELETE: nice dependency list follows 155# DO NOT DELETE: nice dependency list follows
148 156
149background.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
150background.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
151background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
152background.o: ../libev/ev.h callback.h rxvtimg.h scrollbar.h
153background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
154background.o: optinc.h
155command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h 157command.o: ../config.h rxvt.h feature.h ../libptytty/src/ecb.h encoding.h
156command.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h 158command.o: rxvtutil.h ../libptytty/src/estl.h emman.h rxvtfont.h
157command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 159command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
158command.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h 160command.o: callback.h rxvtimg.h scrollbar.h ../libptytty/src/libptytty.h
159command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h 161command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines