1 | # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am |
---|
2 | |
---|
3 | # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
---|
4 | # This Makefile.in is free software; the Free Software Foundation |
---|
5 | # gives unlimited permission to copy and/or distribute it, |
---|
6 | # with or without modifications, as long as this notice is preserved. |
---|
7 | |
---|
8 | # This program is distributed in the hope that it will be useful, |
---|
9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
---|
10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
---|
11 | # PARTICULAR PURPOSE. |
---|
12 | |
---|
13 | |
---|
14 | SHELL = @SHELL@ |
---|
15 | |
---|
16 | srcdir = @srcdir@ |
---|
17 | top_srcdir = @top_srcdir@ |
---|
18 | VPATH = @srcdir@ |
---|
19 | prefix = @prefix@ |
---|
20 | exec_prefix = @exec_prefix@ |
---|
21 | |
---|
22 | bindir = @bindir@ |
---|
23 | sbindir = @sbindir@ |
---|
24 | libexecdir = @libexecdir@ |
---|
25 | datadir = @datadir@ |
---|
26 | sysconfdir = @sysconfdir@ |
---|
27 | sharedstatedir = @sharedstatedir@ |
---|
28 | localstatedir = @localstatedir@ |
---|
29 | libdir = @libdir@ |
---|
30 | infodir = @infodir@ |
---|
31 | mandir = @mandir@ |
---|
32 | includedir = @includedir@ |
---|
33 | oldincludedir = /usr/include |
---|
34 | |
---|
35 | DESTDIR = |
---|
36 | |
---|
37 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
38 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
39 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
40 | |
---|
41 | top_builddir = .. |
---|
42 | |
---|
43 | ACLOCAL = @ACLOCAL@ |
---|
44 | AUTOCONF = @AUTOCONF@ |
---|
45 | AUTOMAKE = @AUTOMAKE@ |
---|
46 | AUTOHEADER = @AUTOHEADER@ |
---|
47 | |
---|
48 | INSTALL = @INSTALL@ |
---|
49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
---|
50 | INSTALL_DATA = @INSTALL_DATA@ |
---|
51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
52 | transform = @program_transform_name@ |
---|
53 | |
---|
54 | NORMAL_INSTALL = : |
---|
55 | PRE_INSTALL = : |
---|
56 | POST_INSTALL = : |
---|
57 | NORMAL_UNINSTALL = : |
---|
58 | PRE_UNINSTALL = : |
---|
59 | POST_UNINSTALL = : |
---|
60 | host_alias = @host_alias@ |
---|
61 | host_triplet = @host@ |
---|
62 | AS = @AS@ |
---|
63 | CC = @CC@ |
---|
64 | CPP = @CPP@ |
---|
65 | CXX = @CXX@ |
---|
66 | DLLTOOL = @DLLTOOL@ |
---|
67 | ECHO = @ECHO@ |
---|
68 | EXEEXT = @EXEEXT@ |
---|
69 | EXPDATADIR = @EXPDATADIR@ |
---|
70 | LIBTOOL = @LIBTOOL@ |
---|
71 | LN_S = @LN_S@ |
---|
72 | MAKEINFO = @MAKEINFO@ |
---|
73 | OBJDUMP = @OBJDUMP@ |
---|
74 | OBJEXT = @OBJEXT@ |
---|
75 | PACKAGE = @PACKAGE@ |
---|
76 | RANLIB = @RANLIB@ |
---|
77 | SDL_CFLAGS = @SDL_CFLAGS@ |
---|
78 | SDL_CONFIG = @SDL_CONFIG@ |
---|
79 | SDL_LIBS = @SDL_LIBS@ |
---|
80 | STRIP = @STRIP@ |
---|
81 | VERSION = @VERSION@ |
---|
82 | |
---|
83 | SUBDIRS = net imlib sdlport |
---|
84 | |
---|
85 | bin_PROGRAMS = abuse.sdl |
---|
86 | |
---|
87 | abuse_sdl_SOURCES = specache.cpp netcfg.cpp text_gui.cpp innet.cpp chat.cpp endgame.cpp version.cpp loadgame.cpp profile.cpp cop.cpp statbar.cpp compiled.cpp ant.cpp sensor.cpp lisp_opt.cpp demo.cpp lcache.cpp lisp_gc.cpp nfclient.cpp username.cpp clisp.cpp gui.cpp transp.cpp collide.cpp trig.cpp property.cpp lisp.cpp cache.cpp particle.cpp objects.cpp extend.cpp console.cpp ability.cpp items.cpp dev.cpp chars.cpp level.cpp smallfnt.cpp automap.cpp help.cpp intsect.cpp loader2.cpp seq.cpp points.cpp fnt6x13.cpp morpher.cpp menu.cpp director.cpp view.cpp config.cpp game.cpp light.cpp devsel.cpp crc.cpp gamma.cpp language.cpp |
---|
88 | |
---|
89 | |
---|
90 | abuse_sdl_LDADD = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a |
---|
91 | |
---|
92 | abuse_sdl_DEPENDENCIES = ./sdlport/libsdlport.a ./imlib/libimlib.a ./net/libnet.a |
---|
93 | |
---|
94 | INCLUDES = -I$(srcdir)/include -I$(srcdir)/imlib/include -I$(srcdir)/net/include $(SDL_CFLAGS) |
---|
95 | |
---|
96 | CPPFLAGS = @CPPFLAGS@ -DMANAGE_MEM -DNO_CHECK |
---|
97 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
---|
98 | CONFIG_CLEAN_FILES = |
---|
99 | bin_PROGRAMS = abuse.sdl |
---|
100 | PROGRAMS = $(bin_PROGRAMS) |
---|
101 | |
---|
102 | |
---|
103 | DEFS = @DEFS@ -I. -I$(srcdir) |
---|
104 | LDFLAGS = @LDFLAGS@ |
---|
105 | LIBS = @LIBS@ |
---|
106 | abuse_sdl_OBJECTS = specache.$(OBJEXT) netcfg.$(OBJEXT) \ |
---|
107 | text_gui.$(OBJEXT) innet.$(OBJEXT) chat.$(OBJEXT) endgame.$(OBJEXT) \ |
---|
108 | version.$(OBJEXT) loadgame.$(OBJEXT) profile.$(OBJEXT) cop.$(OBJEXT) \ |
---|
109 | statbar.$(OBJEXT) compiled.$(OBJEXT) ant.$(OBJEXT) sensor.$(OBJEXT) \ |
---|
110 | lisp_opt.$(OBJEXT) demo.$(OBJEXT) lcache.$(OBJEXT) lisp_gc.$(OBJEXT) \ |
---|
111 | nfclient.$(OBJEXT) username.$(OBJEXT) clisp.$(OBJEXT) gui.$(OBJEXT) \ |
---|
112 | transp.$(OBJEXT) collide.$(OBJEXT) trig.$(OBJEXT) property.$(OBJEXT) \ |
---|
113 | lisp.$(OBJEXT) cache.$(OBJEXT) particle.$(OBJEXT) objects.$(OBJEXT) \ |
---|
114 | extend.$(OBJEXT) console.$(OBJEXT) ability.$(OBJEXT) items.$(OBJEXT) \ |
---|
115 | dev.$(OBJEXT) chars.$(OBJEXT) level.$(OBJEXT) smallfnt.$(OBJEXT) \ |
---|
116 | automap.$(OBJEXT) help.$(OBJEXT) intsect.$(OBJEXT) loader2.$(OBJEXT) \ |
---|
117 | seq.$(OBJEXT) points.$(OBJEXT) fnt6x13.$(OBJEXT) morpher.$(OBJEXT) \ |
---|
118 | menu.$(OBJEXT) director.$(OBJEXT) view.$(OBJEXT) config.$(OBJEXT) \ |
---|
119 | game.$(OBJEXT) light.$(OBJEXT) devsel.$(OBJEXT) crc.$(OBJEXT) \ |
---|
120 | gamma.$(OBJEXT) language.$(OBJEXT) |
---|
121 | abuse_sdl_LDFLAGS = |
---|
122 | CXXFLAGS = @CXXFLAGS@ |
---|
123 | CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
---|
124 | CXXLD = $(CXX) |
---|
125 | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
---|
126 | DIST_COMMON = Makefile.am Makefile.in |
---|
127 | |
---|
128 | |
---|
129 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
---|
130 | |
---|
131 | TAR = tar |
---|
132 | GZIP_ENV = --best |
---|
133 | DEP_FILES = .deps/ability.P .deps/ant.P .deps/automap.P .deps/cache.P \ |
---|
134 | .deps/chars.P .deps/chat.P .deps/clisp.P .deps/collide.P \ |
---|
135 | .deps/compiled.P .deps/config.P .deps/console.P .deps/cop.P .deps/crc.P \ |
---|
136 | .deps/demo.P .deps/dev.P .deps/devsel.P .deps/director.P \ |
---|
137 | .deps/endgame.P .deps/extend.P .deps/fnt6x13.P .deps/game.P \ |
---|
138 | .deps/gamma.P .deps/gui.P .deps/help.P .deps/innet.P .deps/intsect.P \ |
---|
139 | .deps/items.P .deps/language.P .deps/lcache.P .deps/level.P \ |
---|
140 | .deps/light.P .deps/lisp.P .deps/lisp_gc.P .deps/lisp_opt.P \ |
---|
141 | .deps/loader2.P .deps/loadgame.P .deps/menu.P .deps/morpher.P \ |
---|
142 | .deps/netcfg.P .deps/nfclient.P .deps/objects.P .deps/particle.P \ |
---|
143 | .deps/points.P .deps/profile.P .deps/property.P .deps/sensor.P \ |
---|
144 | .deps/seq.P .deps/smallfnt.P .deps/specache.P .deps/statbar.P \ |
---|
145 | .deps/text_gui.P .deps/transp.P .deps/trig.P .deps/username.P \ |
---|
146 | .deps/version.P .deps/view.P |
---|
147 | SOURCES = $(abuse_sdl_SOURCES) |
---|
148 | OBJECTS = $(abuse_sdl_OBJECTS) |
---|
149 | |
---|
150 | all: all-redirect |
---|
151 | .SUFFIXES: |
---|
152 | .SUFFIXES: .S .c .cpp .o .obj .s |
---|
153 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
---|
154 | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile |
---|
155 | |
---|
156 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
---|
157 | cd $(top_builddir) \ |
---|
158 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
---|
159 | |
---|
160 | |
---|
161 | mostlyclean-binPROGRAMS: |
---|
162 | |
---|
163 | clean-binPROGRAMS: |
---|
164 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
---|
165 | |
---|
166 | distclean-binPROGRAMS: |
---|
167 | |
---|
168 | maintainer-clean-binPROGRAMS: |
---|
169 | |
---|
170 | install-binPROGRAMS: $(bin_PROGRAMS) |
---|
171 | @$(NORMAL_INSTALL) |
---|
172 | $(mkinstalldirs) $(DESTDIR)$(bindir) |
---|
173 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
174 | if test -f $$p; then \ |
---|
175 | echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
---|
176 | $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
---|
177 | else :; fi; \ |
---|
178 | done |
---|
179 | |
---|
180 | uninstall-binPROGRAMS: |
---|
181 | @$(NORMAL_UNINSTALL) |
---|
182 | list='$(bin_PROGRAMS)'; for p in $$list; do \ |
---|
183 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
---|
184 | done |
---|
185 | |
---|
186 | # FIXME: We should only use cygpath when building on Windows, |
---|
187 | # and only if it is available. |
---|
188 | .c.obj: |
---|
189 | $(COMPILE) -c `cygpath -w $<` |
---|
190 | |
---|
191 | .s.o: |
---|
192 | $(COMPILE) -c $< |
---|
193 | |
---|
194 | .S.o: |
---|
195 | $(COMPILE) -c $< |
---|
196 | |
---|
197 | mostlyclean-compile: |
---|
198 | -rm -f *.o core *.core |
---|
199 | -rm -f *.$(OBJEXT) |
---|
200 | |
---|
201 | clean-compile: |
---|
202 | |
---|
203 | distclean-compile: |
---|
204 | -rm -f *.tab.c |
---|
205 | |
---|
206 | maintainer-clean-compile: |
---|
207 | |
---|
208 | abuse.sdl: $(abuse_sdl_OBJECTS) $(abuse_sdl_DEPENDENCIES) |
---|
209 | @rm -f abuse.sdl |
---|
210 | $(CXXLINK) $(abuse_sdl_LDFLAGS) $(abuse_sdl_OBJECTS) $(abuse_sdl_LDADD) $(LIBS) |
---|
211 | .cpp.o: |
---|
212 | $(CXXCOMPILE) -c $< |
---|
213 | .cpp.obj: |
---|
214 | $(CXXCOMPILE) -c `cygpath -w $<` |
---|
215 | |
---|
216 | # This directory's subdirectories are mostly independent; you can cd |
---|
217 | # into them and run `make' without going through this Makefile. |
---|
218 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
219 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
220 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
221 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
222 | |
---|
223 | @SET_MAKE@ |
---|
224 | |
---|
225 | all-recursive install-data-recursive install-exec-recursive \ |
---|
226 | installdirs-recursive install-recursive uninstall-recursive \ |
---|
227 | check-recursive installcheck-recursive info-recursive dvi-recursive: |
---|
228 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
229 | dot_seen=no; \ |
---|
230 | target=`echo $@ | sed s/-recursive//`; \ |
---|
231 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
232 | echo "Making $$target in $$subdir"; \ |
---|
233 | if test "$$subdir" = "."; then \ |
---|
234 | dot_seen=yes; \ |
---|
235 | local_target="$$target-am"; \ |
---|
236 | else \ |
---|
237 | local_target="$$target"; \ |
---|
238 | fi; \ |
---|
239 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
240 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
241 | done; \ |
---|
242 | if test "$$dot_seen" = "no"; then \ |
---|
243 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
244 | fi; test -z "$$fail" |
---|
245 | |
---|
246 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
247 | maintainer-clean-recursive: |
---|
248 | @set fnord $(MAKEFLAGS); amf=$$2; \ |
---|
249 | dot_seen=no; \ |
---|
250 | rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
251 | rev="$$subdir $$rev"; \ |
---|
252 | test "$$subdir" = "." && dot_seen=yes; \ |
---|
253 | done; \ |
---|
254 | test "$$dot_seen" = "no" && rev=". $$rev"; \ |
---|
255 | target=`echo $@ | sed s/-recursive//`; \ |
---|
256 | for subdir in $$rev; do \ |
---|
257 | echo "Making $$target in $$subdir"; \ |
---|
258 | if test "$$subdir" = "."; then \ |
---|
259 | local_target="$$target-am"; \ |
---|
260 | else \ |
---|
261 | local_target="$$target"; \ |
---|
262 | fi; \ |
---|
263 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
264 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
265 | done && test -z "$$fail" |
---|
266 | tags-recursive: |
---|
267 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
268 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
269 | done |
---|
270 | |
---|
271 | tags: TAGS |
---|
272 | |
---|
273 | ID: $(HEADERS) $(SOURCES) $(LISP) |
---|
274 | list='$(SOURCES) $(HEADERS)'; \ |
---|
275 | unique=`for i in $$list; do echo $$i; done | \ |
---|
276 | awk ' { files[$$0] = 1; } \ |
---|
277 | END { for (i in files) print i; }'`; \ |
---|
278 | here=`pwd` && cd $(srcdir) \ |
---|
279 | && mkid -f$$here/ID $$unique $(LISP) |
---|
280 | |
---|
281 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
---|
282 | tags=; \ |
---|
283 | here=`pwd`; \ |
---|
284 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
285 | if test "$$subdir" = .; then :; else \ |
---|
286 | test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
---|
287 | fi; \ |
---|
288 | done; \ |
---|
289 | list='$(SOURCES) $(HEADERS)'; \ |
---|
290 | unique=`for i in $$list; do echo $$i; done | \ |
---|
291 | awk ' { files[$$0] = 1; } \ |
---|
292 | END { for (i in files) print i; }'`; \ |
---|
293 | test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
---|
294 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
---|
295 | |
---|
296 | mostlyclean-tags: |
---|
297 | |
---|
298 | clean-tags: |
---|
299 | |
---|
300 | distclean-tags: |
---|
301 | -rm -f TAGS ID |
---|
302 | |
---|
303 | maintainer-clean-tags: |
---|
304 | |
---|
305 | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
---|
306 | |
---|
307 | subdir = src |
---|
308 | |
---|
309 | distdir: $(DISTFILES) |
---|
310 | here=`cd $(top_builddir) && pwd`; \ |
---|
311 | top_distdir=`cd $(top_distdir) && pwd`; \ |
---|
312 | distdir=`cd $(distdir) && pwd`; \ |
---|
313 | cd $(top_srcdir) \ |
---|
314 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile |
---|
315 | @for file in $(DISTFILES); do \ |
---|
316 | d=$(srcdir); \ |
---|
317 | if test -d $$d/$$file; then \ |
---|
318 | cp -pr $$d/$$file $(distdir)/$$file; \ |
---|
319 | else \ |
---|
320 | test -f $(distdir)/$$file \ |
---|
321 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
---|
322 | || cp -p $$d/$$file $(distdir)/$$file || :; \ |
---|
323 | fi; \ |
---|
324 | done |
---|
325 | for subdir in $(SUBDIRS); do \ |
---|
326 | if test "$$subdir" = .; then :; else \ |
---|
327 | test -d $(distdir)/$$subdir \ |
---|
328 | || mkdir $(distdir)/$$subdir \ |
---|
329 | || exit 1; \ |
---|
330 | chmod 777 $(distdir)/$$subdir; \ |
---|
331 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
---|
332 | || exit 1; \ |
---|
333 | fi; \ |
---|
334 | done |
---|
335 | |
---|
336 | DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) |
---|
337 | |
---|
338 | -include $(DEP_FILES) |
---|
339 | |
---|
340 | mostlyclean-depend: |
---|
341 | |
---|
342 | clean-depend: |
---|
343 | |
---|
344 | distclean-depend: |
---|
345 | -rm -rf .deps |
---|
346 | |
---|
347 | maintainer-clean-depend: |
---|
348 | |
---|
349 | %.o: %.c |
---|
350 | @echo '$(COMPILE) -c $<'; \ |
---|
351 | $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
---|
352 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ |
---|
353 | tr ' ' '\012' < .deps/$(*F).pp \ |
---|
354 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
---|
355 | >> .deps/$(*F).P; \ |
---|
356 | rm .deps/$(*F).pp |
---|
357 | |
---|
358 | %.lo: %.c |
---|
359 | @echo '$(LTCOMPILE) -c $<'; \ |
---|
360 | $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
---|
361 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
---|
362 | < .deps/$(*F).pp > .deps/$(*F).P; \ |
---|
363 | tr ' ' '\012' < .deps/$(*F).pp \ |
---|
364 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
---|
365 | >> .deps/$(*F).P; \ |
---|
366 | rm -f .deps/$(*F).pp |
---|
367 | |
---|
368 | %.o: %.cpp |
---|
369 | @echo '$(CXXCOMPILE) -c $<'; \ |
---|
370 | $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
---|
371 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ |
---|
372 | tr ' ' '\012' < .deps/$(*F).pp \ |
---|
373 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
---|
374 | >> .deps/$(*F).P; \ |
---|
375 | rm .deps/$(*F).pp |
---|
376 | |
---|
377 | %.lo: %.cpp |
---|
378 | @echo '$(LTCXXCOMPILE) -c $<'; \ |
---|
379 | $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
---|
380 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
---|
381 | < .deps/$(*F).pp > .deps/$(*F).P; \ |
---|
382 | tr ' ' '\012' < .deps/$(*F).pp \ |
---|
383 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
---|
384 | >> .deps/$(*F).P; \ |
---|
385 | rm -f .deps/$(*F).pp |
---|
386 | info-am: |
---|
387 | info: info-recursive |
---|
388 | dvi-am: |
---|
389 | dvi: dvi-recursive |
---|
390 | check-am: all-am |
---|
391 | check: check-recursive |
---|
392 | installcheck-am: |
---|
393 | installcheck: installcheck-recursive |
---|
394 | install-exec-am: install-binPROGRAMS |
---|
395 | install-exec: install-exec-recursive |
---|
396 | |
---|
397 | install-data-am: |
---|
398 | install-data: install-data-recursive |
---|
399 | |
---|
400 | install-am: all-am |
---|
401 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
402 | install: install-recursive |
---|
403 | uninstall-am: uninstall-binPROGRAMS |
---|
404 | uninstall: uninstall-recursive |
---|
405 | all-am: Makefile $(PROGRAMS) |
---|
406 | all-redirect: all-recursive |
---|
407 | install-strip: |
---|
408 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
---|
409 | installdirs: installdirs-recursive |
---|
410 | installdirs-am: |
---|
411 | $(mkinstalldirs) $(DESTDIR)$(bindir) |
---|
412 | |
---|
413 | |
---|
414 | mostlyclean-generic: |
---|
415 | |
---|
416 | clean-generic: |
---|
417 | |
---|
418 | distclean-generic: |
---|
419 | -rm -f Makefile $(CONFIG_CLEAN_FILES) |
---|
420 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
---|
421 | |
---|
422 | maintainer-clean-generic: |
---|
423 | mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ |
---|
424 | mostlyclean-tags mostlyclean-depend mostlyclean-generic |
---|
425 | |
---|
426 | mostlyclean: mostlyclean-recursive |
---|
427 | |
---|
428 | clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \ |
---|
429 | clean-generic mostlyclean-am |
---|
430 | |
---|
431 | clean: clean-recursive |
---|
432 | |
---|
433 | distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \ |
---|
434 | distclean-depend distclean-generic clean-am |
---|
435 | |
---|
436 | distclean: distclean-recursive |
---|
437 | |
---|
438 | maintainer-clean-am: maintainer-clean-binPROGRAMS \ |
---|
439 | maintainer-clean-compile maintainer-clean-tags \ |
---|
440 | maintainer-clean-depend maintainer-clean-generic \ |
---|
441 | distclean-am |
---|
442 | @echo "This command is intended for maintainers to use;" |
---|
443 | @echo "it deletes files that may require special tools to rebuild." |
---|
444 | |
---|
445 | maintainer-clean: maintainer-clean-recursive |
---|
446 | |
---|
447 | .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ |
---|
448 | maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ |
---|
449 | mostlyclean-compile distclean-compile clean-compile \ |
---|
450 | maintainer-clean-compile install-data-recursive \ |
---|
451 | uninstall-data-recursive install-exec-recursive \ |
---|
452 | uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \ |
---|
453 | all-recursive check-recursive installcheck-recursive info-recursive \ |
---|
454 | dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \ |
---|
455 | maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
---|
456 | distclean-tags clean-tags maintainer-clean-tags distdir \ |
---|
457 | mostlyclean-depend distclean-depend clean-depend \ |
---|
458 | maintainer-clean-depend info-am info dvi-am dvi check check-am \ |
---|
459 | installcheck-am installcheck install-exec-am install-exec \ |
---|
460 | install-data-am install-data install-am install uninstall-am uninstall \ |
---|
461 | all-redirect all-am all installdirs-am installdirs mostlyclean-generic \ |
---|
462 | distclean-generic clean-generic maintainer-clean-generic clean \ |
---|
463 | mostlyclean distclean maintainer-clean |
---|
464 | |
---|
465 | |
---|
466 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
467 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
468 | .NOEXPORT: |
---|