Advertisement
Guest User

Firesheep makefile

a guest
May 3rd, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.80 KB | None | 0 0
  1. # Makefile.in generated by automake 1.11.4 from Makefile.am.
  2. # 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, 2010, 2011 Free Software
  6. # Foundation, 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. am__make_dryrun = \
  19. { \
  20. am__dry=no; \
  21. case $$MAKEFLAGS in \
  22. *\\[\ \ ]*) \
  23. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  24. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  25. *) \
  26. for am__flg in $$MAKEFLAGS; do \
  27. case $$am__flg in \
  28. *=*|--*) ;; \
  29. *n*) am__dry=yes; break;; \
  30. esac; \
  31. done;; \
  32. esac; \
  33. test $$am__dry = yes; \
  34. }
  35. pkgdatadir = $(datadir)/firesheep
  36. pkgincludedir = $(includedir)/firesheep
  37. pkglibdir = $(libdir)/firesheep
  38. pkglibexecdir = $(libexecdir)/firesheep
  39. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  40. install_sh_DATA = $(install_sh) -c -m 644
  41. install_sh_PROGRAM = $(install_sh) -c
  42. install_sh_SCRIPT = $(install_sh) -c
  43. INSTALL_HEADER = $(INSTALL_DATA)
  44. transform = $(program_transform_name)
  45. NORMAL_INSTALL = :
  46. PRE_INSTALL = :
  47. POST_INSTALL = :
  48. NORMAL_UNINSTALL = :
  49. PRE_UNINSTALL = :
  50. POST_UNINSTALL = :
  51. build_triplet = x86_64-apple-darwin11.3.0
  52. host_triplet = x86_64-apple-darwin11.3.0
  53. target_triplet = x86_64-apple-darwin11.3.0
  54. subdir = .
  55. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  56. $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING \
  57. config.guess config.sub depcomp install-sh ltmain.sh missing
  58. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  59. am__aclocal_m4_deps = $(top_srcdir)/boost.m4 $(top_srcdir)/libtool.m4 \
  60. $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
  61. $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
  62. $(top_srcdir)/configure.ac
  63. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  64. $(ACLOCAL_M4)
  65. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  66. configure.lineno config.status.lineno
  67. mkinstalldirs = $(install_sh) -d
  68. CONFIG_CLEAN_FILES =
  69. CONFIG_CLEAN_VPATH_FILES =
  70. SOURCES =
  71. DIST_SOURCES =
  72. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  73. html-recursive info-recursive install-data-recursive \
  74. install-dvi-recursive install-exec-recursive \
  75. install-html-recursive install-info-recursive \
  76. install-pdf-recursive install-ps-recursive install-recursive \
  77. installcheck-recursive installdirs-recursive pdf-recursive \
  78. ps-recursive uninstall-recursive
  79. am__can_run_installinfo = \
  80. case $$AM_UPDATE_INFO_DIR in \
  81. n|no|NO) false;; \
  82. *) (install-info --version) >/dev/null 2>&1;; \
  83. esac
  84. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  85. distclean-recursive maintainer-clean-recursive
  86. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  87. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  88. distdir dist dist-all distcheck
  89. ETAGS = etags
  90. CTAGS = ctags
  91. DIST_SUBDIRS = $(SUBDIRS)
  92. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  93. distdir = $(PACKAGE)-$(VERSION)
  94. top_distdir = $(distdir)
  95. am__remove_distdir = \
  96. if test -d "$(distdir)"; then \
  97. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  98. && rm -rf "$(distdir)" \
  99. || { sleep 5 && rm -rf "$(distdir)"; }; \
  100. else :; fi
  101. am__relativize = \
  102. dir0=`pwd`; \
  103. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  104. sed_rest='s,^[^/]*/*,,'; \
  105. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  106. sed_butlast='s,/*[^/]*$$,,'; \
  107. while test -n "$$dir1"; do \
  108. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  109. if test "$$first" != "."; then \
  110. if test "$$first" = ".."; then \
  111. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  112. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  113. else \
  114. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  115. if test "$$first2" = "$$first"; then \
  116. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  117. else \
  118. dir2="../$$dir2"; \
  119. fi; \
  120. dir0="$$dir0"/"$$first"; \
  121. fi; \
  122. fi; \
  123. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  124. done; \
  125. reldir="$$dir2"
  126. DIST_ARCHIVES = $(distdir).tar.gz
  127. GZIP_ENV = --best
  128. distuninstallcheck_listfiles = find . -type f -print
  129. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  130. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  131. distcleancheck_listfiles = find . -type f -print
  132. ACLOCAL = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/missing --run aclocal-1.11
  133. AMTAR = $${TAR-tar}
  134. AR = ar
  135. AUTOCONF = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/missing --run autoconf
  136. AUTOHEADER = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/missing --run autoheader
  137. AUTOMAKE = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/missing --run automake-1.11
  138. AWK = awk
  139. BOOST_CPPFLAGS =
  140. BOOST_FORMAT_LIBS =
  141. BOOST_ROOT =
  142. BOOST_STRING_ALGO_LIBS =
  143. CC = clang
  144. CCDEPMODE = depmode=gcc3
  145. CFLAGS = -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6
  146. CPP = clang -E
  147. CPPFLAGS =
  148. CXX = clang++
  149. CXXCPP = clang++ -E
  150. CXXDEPMODE = depmode=gcc3
  151. CXXFLAGS = -Wall -g -O0
  152. CYGPATH_W = echo
  153. DEFS = -DPACKAGE_NAME=\"Firesheep\" -DPACKAGE_TARNAME=\"firesheep\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"Firesheep\ 0.1\" -DPACKAGE_BUGREPORT=\"eric@codebutler.com\" -DPACKAGE_URL=\"http://codebutler.github.com/firesheep\" -DPACKAGE=\"firesheep\" -DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_BOOST=1 -DHAVE_BOOST_FORMAT_HPP=1 -DHAVE_BOOST_ALGORITHM_STRING_HPP=1
  154. DEPDIR = .deps
  155. DISTCHECK_CONFIGURE_FLAGS = '--with-boost='
  156. DLLTOOL = false
  157. DLL_EXT = dylib
  158. DSYMUTIL = dsymutil
  159. DUMPBIN =
  160. ECHO_C = \c
  161. ECHO_N =
  162. ECHO_T =
  163. EGREP = /usr/bin/grep -E
  164. EXEEXT =
  165. FGREP = /usr/bin/grep -F
  166. FIRESHEEP_PLATFORM = osx
  167. FIRESHEEP_PLATFORM_NAME = OSX
  168. GREP = /usr/bin/grep
  169. HAL_CFLAGS =
  170. HAL_LIBS =
  171. INSTALL = /usr/bin/install -c
  172. INSTALL_DATA = ${INSTALL} -m 644
  173. INSTALL_PROGRAM = ${INSTALL}
  174. INSTALL_SCRIPT = ${INSTALL}
  175. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  176. LD = /usr/bin/ld
  177. LDFLAGS =
  178. LIBOBJS =
  179. LIBS =
  180. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  181. LIPO = lipo
  182. LN_S = ln -s
  183. LTLIBOBJS =
  184. MAKEINFO = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/missing --run makeinfo
  185. MANIFEST_TOOL = :
  186. MKDIR_P = ./install-sh -c -d
  187. NM = /usr/bin/nm
  188. NMEDIT = nmedit
  189. OBJDUMP = false
  190. OBJEXT = o
  191. OTOOL = otool
  192. OTOOL64 = :
  193. PACKAGE = firesheep
  194. PACKAGE_BUGREPORT = eric@codebutler.com
  195. PACKAGE_NAME = Firesheep
  196. PACKAGE_STRING = Firesheep 0.1
  197. PACKAGE_TARNAME = firesheep
  198. PACKAGE_URL = http://codebutler.github.com/firesheep
  199. PACKAGE_VERSION = 0.1
  200. PATH_SEPARATOR = :
  201. PCAP_CONFIG = /usr/bin/pcap-config
  202. PCAP_FLAGS =
  203. PCAP_LIBS = -lpcap
  204. RANLIB = ranlib
  205. SED = /usr/bin/sed
  206. SET_MAKE =
  207. SHELL = /bin/sh
  208. STRIP = strip
  209. VERSION = 0.1
  210. abs_builddir = /Users/stefanek/hack/Firesheep/firesheep
  211. abs_srcdir = /Users/stefanek/hack/Firesheep/firesheep
  212. abs_top_builddir = /Users/stefanek/hack/Firesheep/firesheep
  213. abs_top_srcdir = /Users/stefanek/hack/Firesheep/firesheep
  214. ac_ct_AR = ar
  215. ac_ct_CC = clang
  216. ac_ct_CXX = clang++
  217. ac_ct_DUMPBIN =
  218. am__include = include
  219. am__leading_dot = .
  220. am__quote =
  221. am__tar = $${TAR-tar} chof - "$$tardir"
  222. am__untar = $${TAR-tar} xf -
  223. bindir = ${exec_prefix}/bin
  224. build = x86_64-apple-darwin11.3.0
  225. build_alias =
  226. build_cpu = x86_64
  227. build_os = darwin11.3.0
  228. build_vendor = apple
  229. builddir = .
  230. datadir = ${datarootdir}
  231. datarootdir = ${prefix}/share
  232. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  233. dvidir = ${docdir}
  234. exec_prefix = ${prefix}
  235. host = x86_64-apple-darwin11.3.0
  236. host_alias =
  237. host_cpu = x86_64
  238. host_os = darwin11.3.0
  239. host_vendor = apple
  240. htmldir = ${docdir}
  241. includedir = ${prefix}/include
  242. infodir = ${datarootdir}/info
  243. install_sh = ${SHELL} /Users/stefanek/hack/Firesheep/firesheep/install-sh
  244. libdir = ${exec_prefix}/lib
  245. libexecdir = ${exec_prefix}/libexec
  246. localedir = ${datarootdir}/locale
  247. localstatedir = ${prefix}/var
  248. mandir = ${datarootdir}/man
  249. mkdir_p = $(top_builddir)/./install-sh -c -d
  250. oldincludedir = /usr/include
  251. pdfdir = ${docdir}
  252. prefix = /usr/local
  253. program_transform_name = s,x,x,
  254. psdir = ${docdir}
  255. sbindir = ${exec_prefix}/sbin
  256. sharedstatedir = ${prefix}/com
  257. srcdir = .
  258. sysconfdir = ${prefix}/etc
  259. target = x86_64-apple-darwin11.3.0
  260. target_alias =
  261. target_cpu = x86_64
  262. target_os = darwin11.3.0
  263. target_vendor = apple
  264. top_build_prefix =
  265. top_builddir = .
  266. top_srcdir = .
  267. ACLOCAL_AMFLAGS = -I .
  268. SUBDIRS = backend
  269. XPI_OUT_DIR = $(top_builddir)/build
  270. XPI = $(XPI_OUT_DIR)/Firesheep-$(FIRESHEEP_PLATFORM).xpi
  271. PLATFORM_DEST = $(top_builddir)/xpi/platform/$(FIRESHEEP_PLATFORM)
  272. FIRESHEEP_BACKEND = $(PLATFORM_DEST)/firesheep-backend
  273. LIBFIRESHEEP = $(PLATFORM_DEST)/libfiresheep.$(DLL_EXT)
  274. all: all-recursive
  275.  
  276. .SUFFIXES:
  277. am--refresh: Makefile
  278. @:
  279. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  280. @for dep in $?; do \
  281. case '$(am__configure_deps)' in \
  282. *$$dep*) \
  283. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  284. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  285. && exit 0; \
  286. exit 1;; \
  287. esac; \
  288. done; \
  289. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  290. $(am__cd) $(top_srcdir) && \
  291. $(AUTOMAKE) --foreign Makefile
  292. .PRECIOUS: Makefile
  293. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  294. @case '$?' in \
  295. *config.status*) \
  296. echo ' $(SHELL) ./config.status'; \
  297. $(SHELL) ./config.status;; \
  298. *) \
  299. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  300. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  301. esac;
  302.  
  303. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  304. $(SHELL) ./config.status --recheck
  305.  
  306. $(top_srcdir)/configure: $(am__configure_deps)
  307. $(am__cd) $(srcdir) && $(AUTOCONF)
  308. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  309. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  310. $(am__aclocal_m4_deps):
  311.  
  312. mostlyclean-libtool:
  313. -rm -f *.lo
  314.  
  315. clean-libtool:
  316. -rm -rf .libs _libs
  317.  
  318. distclean-libtool:
  319. -rm -f libtool config.lt
  320.  
  321. # This directory's subdirectories are mostly independent; you can cd
  322. # into them and run `make' without going through this Makefile.
  323. # To change the values of `make' variables: instead of editing Makefiles,
  324. # (1) if the variable is set in `config.status', edit `config.status'
  325. # (which will cause the Makefiles to be regenerated when you run `make');
  326. # (2) otherwise, pass the desired values on the `make' command line.
  327. $(RECURSIVE_TARGETS):
  328. @fail= failcom='exit 1'; \
  329. for f in x $$MAKEFLAGS; do \
  330. case $$f in \
  331. *=* | --[!k]*);; \
  332. *k*) failcom='fail=yes';; \
  333. esac; \
  334. done; \
  335. dot_seen=no; \
  336. target=`echo $@ | sed s/-recursive//`; \
  337. list='$(SUBDIRS)'; for subdir in $$list; do \
  338. echo "Making $$target in $$subdir"; \
  339. if test "$$subdir" = "."; then \
  340. dot_seen=yes; \
  341. local_target="$$target-am"; \
  342. else \
  343. local_target="$$target"; \
  344. fi; \
  345. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  346. || eval $$failcom; \
  347. done; \
  348. if test "$$dot_seen" = "no"; then \
  349. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  350. fi; test -z "$$fail"
  351.  
  352. $(RECURSIVE_CLEAN_TARGETS):
  353. @fail= failcom='exit 1'; \
  354. for f in x $$MAKEFLAGS; do \
  355. case $$f in \
  356. *=* | --[!k]*);; \
  357. *k*) failcom='fail=yes';; \
  358. esac; \
  359. done; \
  360. dot_seen=no; \
  361. case "$@" in \
  362. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  363. *) list='$(SUBDIRS)' ;; \
  364. esac; \
  365. rev=''; for subdir in $$list; do \
  366. if test "$$subdir" = "."; then :; else \
  367. rev="$$subdir $$rev"; \
  368. fi; \
  369. done; \
  370. rev="$$rev ."; \
  371. target=`echo $@ | sed s/-recursive//`; \
  372. for subdir in $$rev; do \
  373. echo "Making $$target in $$subdir"; \
  374. if test "$$subdir" = "."; then \
  375. local_target="$$target-am"; \
  376. else \
  377. local_target="$$target"; \
  378. fi; \
  379. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  380. || eval $$failcom; \
  381. done && test -z "$$fail"
  382. tags-recursive:
  383. list='$(SUBDIRS)'; for subdir in $$list; do \
  384. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  385. done
  386. ctags-recursive:
  387. list='$(SUBDIRS)'; for subdir in $$list; do \
  388. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  389. done
  390.  
  391. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  392. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  393. unique=`for i in $$list; do \
  394. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  395. done | \
  396. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  397. END { if (nonempty) { for (i in files) print i; }; }'`; \
  398. mkid -fID $$unique
  399. tags: TAGS
  400.  
  401. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  402. $(TAGS_FILES) $(LISP)
  403. set x; \
  404. here=`pwd`; \
  405. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  406. include_option=--etags-include; \
  407. empty_fix=.; \
  408. else \
  409. include_option=--include; \
  410. empty_fix=; \
  411. fi; \
  412. list='$(SUBDIRS)'; for subdir in $$list; do \
  413. if test "$$subdir" = .; then :; else \
  414. test ! -f $$subdir/TAGS || \
  415. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  416. fi; \
  417. done; \
  418. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  419. unique=`for i in $$list; do \
  420. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  421. done | \
  422. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  423. END { if (nonempty) { for (i in files) print i; }; }'`; \
  424. shift; \
  425. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  426. test -n "$$unique" || unique=$$empty_fix; \
  427. if test $$# -gt 0; then \
  428. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  429. "$$@" $$unique; \
  430. else \
  431. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  432. $$unique; \
  433. fi; \
  434. fi
  435. ctags: CTAGS
  436. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  437. $(TAGS_FILES) $(LISP)
  438. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  439. unique=`for i in $$list; do \
  440. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  441. done | \
  442. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  443. END { if (nonempty) { for (i in files) print i; }; }'`; \
  444. test -z "$(CTAGS_ARGS)$$unique" \
  445. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  446. $$unique
  447.  
  448. GTAGS:
  449. here=`$(am__cd) $(top_builddir) && pwd` \
  450. && $(am__cd) $(top_srcdir) \
  451. && gtags -i $(GTAGS_ARGS) "$$here"
  452.  
  453. distclean-tags:
  454. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  455.  
  456. distdir: $(DISTFILES)
  457. $(am__remove_distdir)
  458. test -d "$(distdir)" || mkdir "$(distdir)"
  459. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  460. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  461. list='$(DISTFILES)'; \
  462. dist_files=`for file in $$list; do echo $$file; done | \
  463. sed -e "s|^$$srcdirstrip/||;t" \
  464. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  465. case $$dist_files in \
  466. */*) $(MKDIR_P) `echo "$$dist_files" | \
  467. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  468. sort -u` ;; \
  469. esac; \
  470. for file in $$dist_files; do \
  471. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  472. if test -d $$d/$$file; then \
  473. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  474. if test -d "$(distdir)/$$file"; then \
  475. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  476. fi; \
  477. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  478. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  479. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  480. fi; \
  481. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  482. else \
  483. test -f "$(distdir)/$$file" \
  484. || cp -p $$d/$$file "$(distdir)/$$file" \
  485. || exit 1; \
  486. fi; \
  487. done
  488. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  489. if test "$$subdir" = .; then :; else \
  490. $(am__make_dryrun) \
  491. || test -d "$(distdir)/$$subdir" \
  492. || $(MKDIR_P) "$(distdir)/$$subdir" \
  493. || exit 1; \
  494. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  495. $(am__relativize); \
  496. new_distdir=$$reldir; \
  497. dir1=$$subdir; dir2="$(top_distdir)"; \
  498. $(am__relativize); \
  499. new_top_distdir=$$reldir; \
  500. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  501. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  502. ($(am__cd) $$subdir && \
  503. $(MAKE) $(AM_MAKEFLAGS) \
  504. top_distdir="$$new_top_distdir" \
  505. distdir="$$new_distdir" \
  506. am__remove_distdir=: \
  507. am__skip_length_check=: \
  508. am__skip_mode_fix=: \
  509. distdir) \
  510. || exit 1; \
  511. fi; \
  512. done
  513. -test -n "$(am__skip_mode_fix)" \
  514. || find "$(distdir)" -type d ! -perm -755 \
  515. -exec chmod u+rwx,go+rx {} \; -o \
  516. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  517. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  518. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  519. || chmod -R a+r "$(distdir)"
  520. dist-gzip: distdir
  521. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  522. $(am__remove_distdir)
  523.  
  524. dist-bzip2: distdir
  525. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  526. $(am__remove_distdir)
  527.  
  528. dist-lzip: distdir
  529. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  530. $(am__remove_distdir)
  531.  
  532. dist-lzma: distdir
  533. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  534. $(am__remove_distdir)
  535.  
  536. dist-xz: distdir
  537. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  538. $(am__remove_distdir)
  539.  
  540. dist-tarZ: distdir
  541. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  542. $(am__remove_distdir)
  543.  
  544. dist-shar: distdir
  545. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  546. $(am__remove_distdir)
  547.  
  548. dist-zip: distdir
  549. -rm -f $(distdir).zip
  550. zip -rq $(distdir).zip $(distdir)
  551. $(am__remove_distdir)
  552.  
  553. dist dist-all: distdir
  554. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  555. $(am__remove_distdir)
  556.  
  557. # This target untars the dist file and tries a VPATH configuration. Then
  558. # it guarantees that the distribution is self-contained by making another
  559. # tarfile.
  560. distcheck: dist
  561. case '$(DIST_ARCHIVES)' in \
  562. *.tar.gz*) \
  563. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  564. *.tar.bz2*) \
  565. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  566. *.tar.lzma*) \
  567. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  568. *.tar.lz*) \
  569. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  570. *.tar.xz*) \
  571. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  572. *.tar.Z*) \
  573. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  574. *.shar.gz*) \
  575. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  576. *.zip*) \
  577. unzip $(distdir).zip ;;\
  578. esac
  579. chmod -R a-w $(distdir); chmod a+w $(distdir)
  580. mkdir $(distdir)/_build
  581. mkdir $(distdir)/_inst
  582. chmod a-w $(distdir)
  583. test -d $(distdir)/_build || exit 0; \
  584. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  585. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  586. && am__cwd=`pwd` \
  587. && $(am__cd) $(distdir)/_build \
  588. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  589. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  590. $(DISTCHECK_CONFIGURE_FLAGS) \
  591. && $(MAKE) $(AM_MAKEFLAGS) \
  592. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  593. && $(MAKE) $(AM_MAKEFLAGS) check \
  594. && $(MAKE) $(AM_MAKEFLAGS) install \
  595. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  596. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  597. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  598. distuninstallcheck \
  599. && chmod -R a-w "$$dc_install_base" \
  600. && ({ \
  601. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  602. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  603. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  604. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  605. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  606. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  607. && rm -rf "$$dc_destdir" \
  608. && $(MAKE) $(AM_MAKEFLAGS) dist \
  609. && rm -rf $(DIST_ARCHIVES) \
  610. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  611. && cd "$$am__cwd" \
  612. || exit 1
  613. $(am__remove_distdir)
  614. @(echo "$(distdir) archives ready for distribution: "; \
  615. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  616. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  617. distuninstallcheck:
  618. @test -n '$(distuninstallcheck_dir)' || { \
  619. echo 'ERROR: trying to run $@ with an empty' \
  620. '$$(distuninstallcheck_dir)' >&2; \
  621. exit 1; \
  622. }; \
  623. $(am__cd) '$(distuninstallcheck_dir)' || { \
  624. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  625. exit 1; \
  626. }; \
  627. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  628. || { echo "ERROR: files left after uninstall:" ; \
  629. if test -n "$(DESTDIR)"; then \
  630. echo " (check DESTDIR support)"; \
  631. fi ; \
  632. $(distuninstallcheck_listfiles) ; \
  633. exit 1; } >&2
  634. distcleancheck: distclean
  635. @if test '$(srcdir)' = . ; then \
  636. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  637. exit 1 ; \
  638. fi
  639. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  640. || { echo "ERROR: files left in build directory after distclean:" ; \
  641. $(distcleancheck_listfiles) ; \
  642. exit 1; } >&2
  643. check-am: all-am
  644. check: check-recursive
  645. all-am: Makefile
  646. installdirs: installdirs-recursive
  647. installdirs-am:
  648. install: install-recursive
  649. install-exec: install-exec-recursive
  650. install-data: install-data-recursive
  651. uninstall: uninstall-recursive
  652.  
  653. install-am: all-am
  654. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  655.  
  656. installcheck: installcheck-recursive
  657. install-strip:
  658. if test -z '$(STRIP)'; then \
  659. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  660. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  661. install; \
  662. else \
  663. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  664. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  665. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  666. fi
  667. mostlyclean-generic:
  668.  
  669. clean-generic:
  670.  
  671. distclean-generic:
  672. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  673. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  674.  
  675. maintainer-clean-generic:
  676. @echo "This command is intended for maintainers to use"
  677. @echo "it deletes files that may require special tools to rebuild."
  678. clean: clean-recursive
  679.  
  680. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  681.  
  682. distclean: distclean-recursive
  683. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  684. -rm -f Makefile
  685. distclean-am: clean-am distclean-generic distclean-libtool \
  686. distclean-tags
  687.  
  688. dvi: dvi-recursive
  689.  
  690. dvi-am:
  691.  
  692. html: html-recursive
  693.  
  694. html-am:
  695.  
  696. info: info-recursive
  697.  
  698. info-am:
  699.  
  700. install-data-am:
  701.  
  702. install-dvi: install-dvi-recursive
  703.  
  704. install-dvi-am:
  705.  
  706. install-exec-am:
  707.  
  708. install-html: install-html-recursive
  709.  
  710. install-html-am:
  711.  
  712. install-info: install-info-recursive
  713.  
  714. install-info-am:
  715.  
  716. install-man:
  717.  
  718. install-pdf: install-pdf-recursive
  719.  
  720. install-pdf-am:
  721.  
  722. install-ps: install-ps-recursive
  723.  
  724. install-ps-am:
  725.  
  726. installcheck-am:
  727.  
  728. maintainer-clean: maintainer-clean-recursive
  729. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  730. -rm -rf $(top_srcdir)/autom4te.cache
  731. -rm -f Makefile
  732. maintainer-clean-am: distclean-am maintainer-clean-generic
  733.  
  734. mostlyclean: mostlyclean-recursive
  735.  
  736. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  737.  
  738. pdf: pdf-recursive
  739.  
  740. pdf-am:
  741.  
  742. ps: ps-recursive
  743.  
  744. ps-am:
  745.  
  746. uninstall-am:
  747.  
  748. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  749. install-am install-strip tags-recursive
  750.  
  751. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  752. all all-am am--refresh check check-am clean clean-generic \
  753. clean-libtool clean-local ctags ctags-recursive dist dist-all \
  754. dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
  755. dist-xz dist-zip distcheck distclean distclean-generic \
  756. distclean-libtool distclean-tags distcleancheck distdir \
  757. distuninstallcheck dvi dvi-am html html-am info info-am \
  758. install install-am install-data install-data-am install-dvi \
  759. install-dvi-am install-exec install-exec-am install-html \
  760. install-html-am install-info install-info-am install-man \
  761. install-pdf install-pdf-am install-ps install-ps-am \
  762. install-strip installcheck installcheck-am installdirs \
  763. installdirs-am maintainer-clean maintainer-clean-generic \
  764. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  765. ps ps-am tags tags-recursive uninstall uninstall-am
  766.  
  767.  
  768. all: platform zip
  769.  
  770. platform:
  771. mkdir -p $(PLATFORM_DEST)
  772. cp $(top_builddir)/backend/backend $(FIRESHEEP_BACKEND)
  773. cp $(top_builddir)/backend/.libs/libfiresheep.$(DLL_EXT) $(LIBFIRESHEEP)
  774.  
  775. #if PLATFORM_WIN32
  776. # cp -f `which cygwin1.dll` $(PLATFORM_DEST)
  777. # cp -f `which cygstdc++-6.dll` $(PLATFORM_DEST)
  778. # cp -f `which cyggcc_s-1.dll` $(PLATFORM_DEST)
  779. #endif
  780.  
  781. zip:
  782. mkdir -p $(XPI_OUT_DIR)
  783. rm -f $(XPI)
  784. cd xpi && zip -r ../$(XPI) *
  785.  
  786. clean-local:
  787. rm -f $(FIRESHEEP_BACKEND) $(LIBFIRESHEEP) $(XPI)
  788.  
  789. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  790. # Otherwise a system limit (for SysV at least) may be exceeded.
  791. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement