瀏覽代碼

Deleting a Makefile

Zered 13 年之前
父節點
當前提交
6293bc50ff
共有 1 個文件被更改,包括 0 次插入636 次删除
  1. 0
    636
      src/Makefile

+ 0
- 636
src/Makefile 查看文件

@@ -1,636 +0,0 @@
1
-# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
-# src/Makefile.  Generated from Makefile.in by configure.
3
-
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
-# Inc.
7
-# This Makefile.in is free software; the Free Software Foundation
8
-# gives unlimited permission to copy and/or distribute it,
9
-# with or without modifications, as long as this notice is preserved.
10
-
11
-# This program is distributed in the hope that it will be useful,
12
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
-# PARTICULAR PURPOSE.
15
-
16
-
17
-
18
-
19
-pkgdatadir = $(datadir)/tansive
20
-pkgincludedir = $(includedir)/tansive
21
-pkglibdir = $(libdir)/tansive
22
-pkglibexecdir = $(libexecdir)/tansive
23
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
-install_sh_DATA = $(install_sh) -c -m 644
25
-install_sh_PROGRAM = $(install_sh) -c
26
-install_sh_SCRIPT = $(install_sh) -c
27
-INSTALL_HEADER = $(INSTALL_DATA)
28
-transform = $(program_transform_name)
29
-NORMAL_INSTALL = :
30
-PRE_INSTALL = :
31
-POST_INSTALL = :
32
-NORMAL_UNINSTALL = :
33
-PRE_UNINSTALL = :
34
-POST_UNINSTALL = :
35
-bin_PROGRAMS = ../tansive$(EXEEXT)
36
-subdir = src
37
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
40
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
-	$(ACLOCAL_M4)
42
-mkinstalldirs = $(install_sh) -d
43
-CONFIG_HEADER = $(top_builddir)/config/config.h
44
-CONFIG_CLEAN_FILES =
45
-CONFIG_CLEAN_VPATH_FILES =
46
-am__installdirs = "$(DESTDIR)$(bindir)"
47
-PROGRAMS = $(bin_PROGRAMS)
48
-am____tansive_OBJECTS = main.$(OBJEXT) creature.$(OBJEXT) \
49
-	creature_logic.$(OBJEXT) event.$(OBJEXT) genome.$(OBJEXT) \
50
-	map.$(OBJEXT) visu.$(OBJEXT)
51
-___tansive_OBJECTS = $(am____tansive_OBJECTS)
52
-___tansive_LDADD = $(LDADD)
53
-___tansive_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(___tansive_LDFLAGS) \
54
-	$(LDFLAGS) -o $@
55
-am__dirstamp = $(am__leading_dot)dirstamp
56
-DEFAULT_INCLUDES = -I. -I$(top_builddir)/config
57
-depcomp = $(SHELL) $(top_srcdir)/depcomp
58
-am__depfiles_maybe = depfiles
59
-am__mv = mv -f
60
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
61
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
62
-CCLD = $(CC)
63
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
64
-SOURCES = $(___tansive_SOURCES)
65
-DIST_SOURCES = $(___tansive_SOURCES)
66
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
-	html-recursive info-recursive install-data-recursive \
68
-	install-dvi-recursive install-exec-recursive \
69
-	install-html-recursive install-info-recursive \
70
-	install-pdf-recursive install-ps-recursive install-recursive \
71
-	installcheck-recursive installdirs-recursive pdf-recursive \
72
-	ps-recursive uninstall-recursive
73
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
74
-  distclean-recursive maintainer-clean-recursive
75
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
77
-	distdir
78
-ETAGS = etags
79
-CTAGS = ctags
80
-DIST_SUBDIRS = $(SUBDIRS)
81
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
-am__relativize = \
83
-  dir0=`pwd`; \
84
-  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
85
-  sed_rest='s,^[^/]*/*,,'; \
86
-  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
87
-  sed_butlast='s,/*[^/]*$$,,'; \
88
-  while test -n "$$dir1"; do \
89
-    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
90
-    if test "$$first" != "."; then \
91
-      if test "$$first" = ".."; then \
92
-        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
93
-        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
94
-      else \
95
-        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
96
-        if test "$$first2" = "$$first"; then \
97
-          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
98
-        else \
99
-          dir2="../$$dir2"; \
100
-        fi; \
101
-        dir0="$$dir0"/"$$first"; \
102
-      fi; \
103
-    fi; \
104
-    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
105
-  done; \
106
-  reldir="$$dir2"
107
-ACLOCAL = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run aclocal-1.11
108
-AMTAR = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run tar
109
-AUTOCONF = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run autoconf
110
-AUTOHEADER = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run autoheader
111
-AUTOMAKE = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run automake-1.11
112
-AWK = mawk
113
-CC = gcc
114
-CCDEPMODE = depmode=gcc3
115
-CFLAGS = -g -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
116
-CPP = gcc -E
117
-CPPFLAGS = 
118
-CYGPATH_W = echo
119
-DEFS = -DHAVE_CONFIG_H
120
-DEPDIR = .deps
121
-ECHO_C = 
122
-ECHO_N = -n
123
-ECHO_T = 
124
-EGREP = /bin/grep -E
125
-EXEEXT = 
126
-GREP = /bin/grep
127
-INSTALL = /usr/bin/install -c
128
-INSTALL_DATA = ${INSTALL} -m 644
129
-INSTALL_PROGRAM = ${INSTALL}
130
-INSTALL_SCRIPT = ${INSTALL}
131
-INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
132
-LDFLAGS = 
133
-LIBOBJS = 
134
-LIBS =  -L/usr/lib -lSDL
135
-LTLIBOBJS = 
136
-MAKEINFO = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/missing --run makeinfo
137
-MKDIR_P = /bin/mkdir -p
138
-OBJEXT = o
139
-PACKAGE = tansive
140
-PACKAGE_BUGREPORT = 
141
-PACKAGE_NAME = 
142
-PACKAGE_STRING = 
143
-PACKAGE_TARNAME = 
144
-PACKAGE_URL = 
145
-PACKAGE_VERSION = 
146
-PATH_SEPARATOR = :
147
-SDL_CFLAGS = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
148
-SDL_CONFIG = /usr/bin/sdl-config
149
-SDL_LIBS = -L/usr/lib -lSDL
150
-SET_MAKE = 
151
-SHELL = /bin/bash
152
-STRIP = 
153
-VERSION = 0.1.1
154
-abs_builddir = /home/zered/documents/dev/c/vlife/tansive/src
155
-abs_srcdir = /home/zered/documents/dev/c/vlife/tansive/src
156
-abs_top_builddir = /home/zered/documents/dev/c/vlife/tansive
157
-abs_top_srcdir = /home/zered/documents/dev/c/vlife/tansive
158
-ac_ct_CC = gcc
159
-am__include = include
160
-am__leading_dot = .
161
-am__quote = 
162
-am__tar = ${AMTAR} chof - "$$tardir"
163
-am__untar = ${AMTAR} xf -
164
-bindir = ${exec_prefix}/bin
165
-build_alias = 
166
-builddir = .
167
-datadir = ${datarootdir}
168
-datarootdir = ${prefix}/share
169
-docdir = ${datarootdir}/doc/${PACKAGE}
170
-dvidir = ${docdir}
171
-exec_prefix = ${prefix}
172
-host_alias = 
173
-htmldir = ${docdir}
174
-includedir = ${prefix}/include
175
-infodir = ${datarootdir}/info
176
-install_sh = ${SHELL} /home/zered/documents/dev/c/vlife/tansive/install-sh
177
-libdir = ${exec_prefix}/lib
178
-libexecdir = ${exec_prefix}/libexec
179
-localedir = ${datarootdir}/locale
180
-localstatedir = ${prefix}/var
181
-mandir = ${datarootdir}/man
182
-mkdir_p = /bin/mkdir -p
183
-oldincludedir = /usr/include
184
-pdfdir = ${docdir}
185
-prefix = /usr/local
186
-program_transform_name = s,x,x,
187
-psdir = ${docdir}
188
-sbindir = ${exec_prefix}/sbin
189
-sharedstatedir = ${prefix}/com
190
-srcdir = .
191
-sysconfdir = ${prefix}/etc
192
-target_alias = 
193
-top_build_prefix = ../
194
-top_builddir = ..
195
-top_srcdir = ..
196
-SUBDIRS = 
197
-___tansive_SOURCES = main.c \
198
-		creature.h \
199
-		creature.c \
200
-		creature_logic.h \
201
-		creature_logic.c \
202
-		event.h \
203
-		event.c \
204
-		genome.h \
205
-		genome.c \
206
-		map.h \
207
-		map.c \
208
-		visu.h \
209
-		visu.c
210
-
211
-___tansive_LDFLAGS =  -L/usr/lib -lSDL -lpthread
212
-INCLUDES = -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT
213
-all: all-recursive
214
-
215
-.SUFFIXES:
216
-.SUFFIXES: .c .o .obj
217
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218
-	@for dep in $?; do \
219
-	  case '$(am__configure_deps)' in \
220
-	    *$$dep*) \
221
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222
-	        && { if test -f $@; then exit 0; else break; fi; }; \
223
-	      exit 1;; \
224
-	  esac; \
225
-	done; \
226
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
227
-	$(am__cd) $(top_srcdir) && \
228
-	  $(AUTOMAKE) --foreign src/Makefile
229
-.PRECIOUS: Makefile
230
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231
-	@case '$?' in \
232
-	  *config.status*) \
233
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234
-	  *) \
235
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237
-	esac;
238
-
239
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
-
242
-$(top_srcdir)/configure:  $(am__configure_deps)
243
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
-$(am__aclocal_m4_deps):
247
-install-binPROGRAMS: $(bin_PROGRAMS)
248
-	@$(NORMAL_INSTALL)
249
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
250
-	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
251
-	for p in $$list; do echo "$$p $$p"; done | \
252
-	sed 's/$(EXEEXT)$$//' | \
253
-	while read p p1; do if test -f $$p; \
254
-	  then echo "$$p"; echo "$$p"; else :; fi; \
255
-	done | \
256
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
257
-	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
258
-	sed 'N;N;N;s,\n, ,g' | \
259
-	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
260
-	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
261
-	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
262
-	    else { print "f", $$3 "/" $$4, $$1; } } \
263
-	  END { for (d in files) print "f", d, files[d] }' | \
264
-	while read type dir files; do \
265
-	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
266
-	    test -z "$$files" || { \
267
-	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
268
-	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
269
-	    } \
270
-	; done
271
-
272
-uninstall-binPROGRAMS:
273
-	@$(NORMAL_UNINSTALL)
274
-	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
275
-	files=`for p in $$list; do echo "$$p"; done | \
276
-	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
277
-	      -e 's/$$/$(EXEEXT)/' `; \
278
-	test -n "$$list" || exit 0; \
279
-	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
280
-	cd "$(DESTDIR)$(bindir)" && rm -f $$files
281
-
282
-clean-binPROGRAMS:
283
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
284
-../$(am__dirstamp):
285
-	@$(MKDIR_P) ..
286
-	@: > ../$(am__dirstamp)
287
-../tansive$(EXEEXT): $(___tansive_OBJECTS) $(___tansive_DEPENDENCIES) ../$(am__dirstamp)
288
-	@rm -f ../tansive$(EXEEXT)
289
-	$(___tansive_LINK) $(___tansive_OBJECTS) $(___tansive_LDADD) $(LIBS)
290
-
291
-mostlyclean-compile:
292
-	-rm -f *.$(OBJEXT)
293
-
294
-distclean-compile:
295
-	-rm -f *.tab.c
296
-
297
-include ./$(DEPDIR)/creature.Po
298
-include ./$(DEPDIR)/creature_logic.Po
299
-include ./$(DEPDIR)/event.Po
300
-include ./$(DEPDIR)/genome.Po
301
-include ./$(DEPDIR)/main.Po
302
-include ./$(DEPDIR)/map.Po
303
-include ./$(DEPDIR)/visu.Po
304
-
305
-.c.o:
306
-	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
-	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
-#	source='$<' object='$@' libtool=no \
309
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
310
-#	$(COMPILE) -c $<
311
-
312
-.c.obj:
313
-	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314
-	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
-#	source='$<' object='$@' libtool=no \
316
-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
317
-#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
318
-
319
-# This directory's subdirectories are mostly independent; you can cd
320
-# into them and run `make' without going through this Makefile.
321
-# To change the values of `make' variables: instead of editing Makefiles,
322
-# (1) if the variable is set in `config.status', edit `config.status'
323
-#     (which will cause the Makefiles to be regenerated when you run `make');
324
-# (2) otherwise, pass the desired values on the `make' command line.
325
-$(RECURSIVE_TARGETS):
326
-	@fail= failcom='exit 1'; \
327
-	for f in x $$MAKEFLAGS; do \
328
-	  case $$f in \
329
-	    *=* | --[!k]*);; \
330
-	    *k*) failcom='fail=yes';; \
331
-	  esac; \
332
-	done; \
333
-	dot_seen=no; \
334
-	target=`echo $@ | sed s/-recursive//`; \
335
-	list='$(SUBDIRS)'; for subdir in $$list; do \
336
-	  echo "Making $$target in $$subdir"; \
337
-	  if test "$$subdir" = "."; then \
338
-	    dot_seen=yes; \
339
-	    local_target="$$target-am"; \
340
-	  else \
341
-	    local_target="$$target"; \
342
-	  fi; \
343
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344
-	  || eval $$failcom; \
345
-	done; \
346
-	if test "$$dot_seen" = "no"; then \
347
-	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
348
-	fi; test -z "$$fail"
349
-
350
-$(RECURSIVE_CLEAN_TARGETS):
351
-	@fail= failcom='exit 1'; \
352
-	for f in x $$MAKEFLAGS; do \
353
-	  case $$f in \
354
-	    *=* | --[!k]*);; \
355
-	    *k*) failcom='fail=yes';; \
356
-	  esac; \
357
-	done; \
358
-	dot_seen=no; \
359
-	case "$@" in \
360
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
361
-	  *) list='$(SUBDIRS)' ;; \
362
-	esac; \
363
-	rev=''; for subdir in $$list; do \
364
-	  if test "$$subdir" = "."; then :; else \
365
-	    rev="$$subdir $$rev"; \
366
-	  fi; \
367
-	done; \
368
-	rev="$$rev ."; \
369
-	target=`echo $@ | sed s/-recursive//`; \
370
-	for subdir in $$rev; do \
371
-	  echo "Making $$target in $$subdir"; \
372
-	  if test "$$subdir" = "."; then \
373
-	    local_target="$$target-am"; \
374
-	  else \
375
-	    local_target="$$target"; \
376
-	  fi; \
377
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378
-	  || eval $$failcom; \
379
-	done && test -z "$$fail"
380
-tags-recursive:
381
-	list='$(SUBDIRS)'; for subdir in $$list; do \
382
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
383
-	done
384
-ctags-recursive:
385
-	list='$(SUBDIRS)'; for subdir in $$list; do \
386
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
387
-	done
388
-
389
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391
-	unique=`for i in $$list; do \
392
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393
-	  done | \
394
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
396
-	mkid -fID $$unique
397
-tags: TAGS
398
-
399
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
400
-		$(TAGS_FILES) $(LISP)
401
-	set x; \
402
-	here=`pwd`; \
403
-	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404
-	  include_option=--etags-include; \
405
-	  empty_fix=.; \
406
-	else \
407
-	  include_option=--include; \
408
-	  empty_fix=; \
409
-	fi; \
410
-	list='$(SUBDIRS)'; for subdir in $$list; do \
411
-	  if test "$$subdir" = .; then :; else \
412
-	    test ! -f $$subdir/TAGS || \
413
-	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414
-	  fi; \
415
-	done; \
416
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
417
-	unique=`for i in $$list; do \
418
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419
-	  done | \
420
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
422
-	shift; \
423
-	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424
-	  test -n "$$unique" || unique=$$empty_fix; \
425
-	  if test $$# -gt 0; then \
426
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427
-	      "$$@" $$unique; \
428
-	  else \
429
-	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
-	      $$unique; \
431
-	  fi; \
432
-	fi
433
-ctags: CTAGS
434
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
435
-		$(TAGS_FILES) $(LISP)
436
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
-	unique=`for i in $$list; do \
438
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
-	  done | \
440
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442
-	test -z "$(CTAGS_ARGS)$$unique" \
443
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
-	     $$unique
445
-
446
-GTAGS:
447
-	here=`$(am__cd) $(top_builddir) && pwd` \
448
-	  && $(am__cd) $(top_srcdir) \
449
-	  && gtags -i $(GTAGS_ARGS) "$$here"
450
-
451
-distclean-tags:
452
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
-
454
-distdir: $(DISTFILES)
455
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457
-	list='$(DISTFILES)'; \
458
-	  dist_files=`for file in $$list; do echo $$file; done | \
459
-	  sed -e "s|^$$srcdirstrip/||;t" \
460
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
461
-	case $$dist_files in \
462
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
463
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
464
-			   sort -u` ;; \
465
-	esac; \
466
-	for file in $$dist_files; do \
467
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468
-	  if test -d $$d/$$file; then \
469
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
470
-	    if test -d "$(distdir)/$$file"; then \
471
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472
-	    fi; \
473
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
474
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
475
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
476
-	    fi; \
477
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
478
-	  else \
479
-	    test -f "$(distdir)/$$file" \
480
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
481
-	    || exit 1; \
482
-	  fi; \
483
-	done
484
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
485
-	  if test "$$subdir" = .; then :; else \
486
-	    test -d "$(distdir)/$$subdir" \
487
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
488
-	    || exit 1; \
489
-	  fi; \
490
-	done
491
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
492
-	  if test "$$subdir" = .; then :; else \
493
-	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
494
-	    $(am__relativize); \
495
-	    new_distdir=$$reldir; \
496
-	    dir1=$$subdir; dir2="$(top_distdir)"; \
497
-	    $(am__relativize); \
498
-	    new_top_distdir=$$reldir; \
499
-	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
500
-	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
501
-	    ($(am__cd) $$subdir && \
502
-	      $(MAKE) $(AM_MAKEFLAGS) \
503
-	        top_distdir="$$new_top_distdir" \
504
-	        distdir="$$new_distdir" \
505
-		am__remove_distdir=: \
506
-		am__skip_length_check=: \
507
-		am__skip_mode_fix=: \
508
-	        distdir) \
509
-	      || exit 1; \
510
-	  fi; \
511
-	done
512
-check-am: all-am
513
-check: check-recursive
514
-all-am: Makefile $(PROGRAMS)
515
-installdirs: installdirs-recursive
516
-installdirs-am:
517
-	for dir in "$(DESTDIR)$(bindir)"; do \
518
-	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
519
-	done
520
-install: install-recursive
521
-install-exec: install-exec-recursive
522
-install-data: install-data-recursive
523
-uninstall: uninstall-recursive
524
-
525
-install-am: all-am
526
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
-
528
-installcheck: installcheck-recursive
529
-install-strip:
530
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
531
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
532
-	  `test -z '$(STRIP)' || \
533
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
534
-mostlyclean-generic:
535
-
536
-clean-generic:
537
-
538
-distclean-generic:
539
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
540
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541
-	-rm -f ../$(am__dirstamp)
542
-
543
-maintainer-clean-generic:
544
-	@echo "This command is intended for maintainers to use"
545
-	@echo "it deletes files that may require special tools to rebuild."
546
-clean: clean-recursive
547
-
548
-clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
549
-
550
-distclean: distclean-recursive
551
-	-rm -rf ./$(DEPDIR)
552
-	-rm -f Makefile
553
-distclean-am: clean-am distclean-compile distclean-generic \
554
-	distclean-tags
555
-
556
-dvi: dvi-recursive
557
-
558
-dvi-am:
559
-
560
-html: html-recursive
561
-
562
-html-am:
563
-
564
-info: info-recursive
565
-
566
-info-am:
567
-
568
-install-data-am:
569
-
570
-install-dvi: install-dvi-recursive
571
-
572
-install-dvi-am:
573
-
574
-install-exec-am: install-binPROGRAMS
575
-
576
-install-html: install-html-recursive
577
-
578
-install-html-am:
579
-
580
-install-info: install-info-recursive
581
-
582
-install-info-am:
583
-
584
-install-man:
585
-
586
-install-pdf: install-pdf-recursive
587
-
588
-install-pdf-am:
589
-
590
-install-ps: install-ps-recursive
591
-
592
-install-ps-am:
593
-
594
-installcheck-am:
595
-
596
-maintainer-clean: maintainer-clean-recursive
597
-	-rm -rf ./$(DEPDIR)
598
-	-rm -f Makefile
599
-maintainer-clean-am: distclean-am maintainer-clean-generic
600
-
601
-mostlyclean: mostlyclean-recursive
602
-
603
-mostlyclean-am: mostlyclean-compile mostlyclean-generic
604
-
605
-pdf: pdf-recursive
606
-
607
-pdf-am:
608
-
609
-ps: ps-recursive
610
-
611
-ps-am:
612
-
613
-uninstall-am: uninstall-binPROGRAMS
614
-
615
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
616
-	install-am install-strip tags-recursive
617
-
618
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
619
-	all all-am check check-am clean clean-binPROGRAMS \
620
-	clean-generic ctags ctags-recursive distclean \
621
-	distclean-compile distclean-generic distclean-tags distdir dvi \
622
-	dvi-am html html-am info info-am install install-am \
623
-	install-binPROGRAMS install-data install-data-am install-dvi \
624
-	install-dvi-am install-exec install-exec-am install-html \
625
-	install-html-am install-info install-info-am install-man \
626
-	install-pdf install-pdf-am install-ps install-ps-am \
627
-	install-strip installcheck installcheck-am installdirs \
628
-	installdirs-am maintainer-clean maintainer-clean-generic \
629
-	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
630
-	ps ps-am tags tags-recursive uninstall uninstall-am \
631
-	uninstall-binPROGRAMS
632
-
633
-
634
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
635
-# Otherwise a system limit (for SysV at least) may be exceeded.
636
-.NOEXPORT:

Loading…
取消
儲存