ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
Revision: 1.28
Committed: Fri Dec 23 14:46:34 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.27: +6 -2 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 @MCOMMON@
2    
3     LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
4    
5     srcdir = @srcdir@
6     VPATH = @srcdir@
7     .PATH: @srcdir@
8    
9     top_builddir = ..
10     basedir = ..
11     thisdir = src
12     MKDIR = @top_srcdir@/autoconf/mkinstalldirs
13    
14     # for developers: the following debug options may be used
15     # -DDEBUG_CMD -DDEBUG_MAIN -DDEBUG_MENU -DDEBUG_MENUARROWS
16     # -DDEBUG_MENUBAR_STACKING -DDEBUG_MENU_LAYOUT -DDEBUG_RESOURCES
17 root 1.17 # -DDEBUG_SEARCH_PATH -DDEBUG_SIZE -DDEBUG_TTY -DDEBUG_TTYMODE
18 root 1.23 # -DDEBUG_KEYBOARD
19 pcg 1.1 DEBUG=-DDEBUG_STRICT @DEBUG@
20    
21     first_rule: all
22     dummy:
23    
24 root 1.26 COMMON = \
25     command.o rxvtfont.o init.o logging.o \
26 pcg 1.1 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
27 pcg 1.10 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \
28 root 1.26 strings.o xdefaults.o xpm.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o
29 pcg 1.1
30 root 1.28 COMMON_DAEMON = rxvtdaemon.o fdpass.o
31    
32 pcg 1.1 RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
33     RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
34 pcg 1.5 RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
35     RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
36 pcg 1.1 RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
37    
38     #
39     # Distribution variables
40     #
41    
42 root 1.26 .SUFFIXES: .C .o
43 pcg 1.1
44     #-------------------------------------------------------------------------
45     # inference rules
46     .C.o:
47     $(COMPILE) -c $<
48    
49 root 1.26 #.C.lo:
50     # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
51     #
52     #.s.lo:
53     # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
54     #
55     #.S.lo:
56     # $(LIBTOOL) --mode=compile $(COMPILE) -c $<
57 pcg 1.1
58     #-------------------------------------------------------------------------
59 pcg 1.13
60 pcg 1.1 all: allbin
61    
62 root 1.26 rxvt: rxvt.o $(COMMON)
63     $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
64     # $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
65    
66 root 1.28 rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
67 root 1.26 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
68     # $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
69    
70 root 1.28 rxvtc: rxvtc.o $(COMMON_DAEMON)
71 root 1.26 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
72     # $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
73 pcg 1.1
74 root 1.26 #librxvt.la: $(LIBOBJS)
75     # $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
76 pcg 1.13
77 pcg 1.1 #-------------------------------------------------------------------------
78 pcg 1.13
79 root 1.26 tags:
80     ctags *.h *.C
81 pcg 1.1
82 root 1.17 allbin: rxvt rxvtd rxvtc
83 pcg 1.1
84     alldoc:
85    
86     clean:
87 root 1.17 $(RMF) rxvt rxvtc rxvtd core a.out *.o *.lo *.bak *~ *.intpro .libs/* librxvt.la tmpproto *.tmp
88 pcg 1.1
89     realclean: clean
90     $(RMF) tags librxvt.h
91    
92     cleandir: realclean
93    
94     distclean: realclean
95     (cd $(srcdir); $(RMF) Makefile)
96    
97     install: allbin alldoc
98 root 1.26 $(MKDIR) $(DESTDIR)$(bindir)
99 pcg 1.5 $(RMF) $(RXVT_BINNAME)
100     $(RMF) $(RXVTC_BINNAME)
101     $(RMF) $(RXVTD_BINNAME)
102 root 1.26 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
103     $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
104     $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
105 pcg 1.1
106 root 1.23 depend:
107     makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
108     makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
109    
110 pcg 1.1 # DO NOT DELETE: nice dependency list follows
111    
112 root 1.23 command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
113     command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
114     command.o: salloc.h menubar.h version.h command.h keyboard.h
115     encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
116     encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
117     encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
118     encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
119     encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
120     encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
121     encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
122     encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
123     encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
124     encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
125     encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
126     encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
127     encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
128     encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
129     encoding.o: table/compose.h table/category.h
130 root 1.28 fdpass.o: ../config.h fdpass.h
131 root 1.23 init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
132     init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
133     init.o: menubar.h init.h
134     iom.o: iom.h iom_conf.h rxvtutil.h callback.h
135     keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
136     keyboard.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
137     keyboard.o: salloc.h menubar.h keyboard.h command.h
138     logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
139     logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
140 root 1.26 logging.o: salloc.h menubar.h logging.h
141 root 1.23 main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
142     main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
143 root 1.26 main.o: menubar.h keyboard.h
144 root 1.23 menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
145     menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
146     menubar.o: salloc.h menubar.h version.h
147     misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
148     misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
149 root 1.26 misc.o: menubar.h
150 root 1.23 netdisp.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
151     netdisp.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
152     netdisp.o: salloc.h menubar.h
153     ptytty.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
154     ptytty.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
155     ptytty.o: salloc.h menubar.h
156     rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
157     rxvt.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
158     rxvt.o: menubar.h
159     rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
160     rxvtc.o: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
161     rxvtc.o: callback.h salloc.h menubar.h
162     rxvtd.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
163     rxvtd.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
164     rxvtd.o: salloc.h menubar.h rxvtdaemon.h
165     rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
166     rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
167     rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
168     rxvtfont.o: salloc.h menubar.h table/linedraw.h
169     rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
170     rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
171     rxvttoolkit.o: callback.h salloc.h menubar.h
172     rxvtutil.o: rxvtutil.h
173     salloc.o: salloc.h
174     screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
175     screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
176     screen.o: salloc.h menubar.h salloc.C
177     scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
178     scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
179     scrollbar-next.o: callback.h salloc.h menubar.h
180     scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
181     scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
182     scrollbar-plain.o: callback.h salloc.h menubar.h
183     scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
184     scrollbar-rxvt.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
185     scrollbar-rxvt.o: callback.h salloc.h menubar.h
186     scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
187     scrollbar-xterm.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
188     scrollbar-xterm.o: callback.h salloc.h menubar.h
189     scrollbar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
190     scrollbar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
191     scrollbar.o: salloc.h menubar.h
192     strings.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
193     strings.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
194     strings.o: salloc.h menubar.h
195     xdefaults.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
196     xdefaults.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
197     xdefaults.o: salloc.h menubar.h version.h keyboard.h
198     xpm.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
199     xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
200 root 1.26 xpm.o: menubar.h
201 root 1.23
202     command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
203     command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
204     command.lo: salloc.h menubar.h version.h command.h keyboard.h
205     encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
206     encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
207     encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
208     encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
209     encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
210     encoding.lo: table/iso8859_16.h table/koi8_r.h table/koi8_u.h
211     encoding.lo: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
212     encoding.lo: table/gb2312_1980_0.h table/cns11643_1992_1.h
213     encoding.lo: table/cns11643_1992_2.h table/cns11643_1992_3.h
214     encoding.lo: table/cns11643_1992_4.h table/cns11643_1992_5.h
215     encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
216     encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
217     encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
218     encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
219     encoding.lo: table/compose.h table/category.h
220 root 1.28 fdpass.lo: ../config.h fdpass.h
221 root 1.23 init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
222     init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
223     init.lo: salloc.h menubar.h init.h
224     iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
225     keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
226     keyboard.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
227     keyboard.lo: salloc.h menubar.h keyboard.h command.h
228     logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
229     logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
230 root 1.26 logging.lo: salloc.h menubar.h logging.h
231 root 1.23 main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
232     main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
233 root 1.26 main.lo: salloc.h menubar.h keyboard.h
234 root 1.23 menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
235     menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
236     menubar.lo: salloc.h menubar.h version.h
237     misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
238     misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
239 root 1.26 misc.lo: salloc.h menubar.h
240 root 1.23 netdisp.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
241     netdisp.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
242     netdisp.lo: salloc.h menubar.h
243     ptytty.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
244     ptytty.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
245     ptytty.lo: salloc.h menubar.h
246     rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
247     rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
248     rxvt.lo: salloc.h menubar.h
249     rxvtc.lo: ../config.h rxvtdaemon.h rxvtutil.h rxvt.h rxvtlib.h ptytty.h
250     rxvtc.lo: feature.h encoding.h rxvtfont.h rxvttoolkit.h iom.h iom_conf.h
251     rxvtc.lo: callback.h salloc.h menubar.h
252     rxvtd.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
253     rxvtd.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
254     rxvtd.lo: salloc.h menubar.h rxvtdaemon.h
255     rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
256     rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
257     rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
258     rxvtfont.lo: salloc.h menubar.h table/linedraw.h
259     rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
260     rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
261     rxvttoolkit.lo: callback.h salloc.h menubar.h
262     rxvtutil.lo: rxvtutil.h
263     salloc.lo: salloc.h
264     screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
265     screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
266     screen.lo: salloc.h menubar.h salloc.C
267     scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
268     scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
269     scrollbar-next.lo: callback.h salloc.h menubar.h
270     scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
271     scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
272     scrollbar-plain.lo: iom_conf.h callback.h salloc.h menubar.h
273     scrollbar-rxvt.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
274     scrollbar-rxvt.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
275     scrollbar-rxvt.lo: callback.h salloc.h menubar.h
276     scrollbar-xterm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
277     scrollbar-xterm.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h
278     scrollbar-xterm.lo: iom_conf.h callback.h salloc.h menubar.h
279     scrollbar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
280     scrollbar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
281     scrollbar.lo: salloc.h menubar.h
282     strings.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
283     strings.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
284     strings.lo: salloc.h menubar.h
285     xdefaults.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
286     xdefaults.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
287     xdefaults.lo: salloc.h menubar.h version.h keyboard.h
288     xpm.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
289     xpm.lo: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
290 root 1.26 xpm.lo: menubar.h