Typica is a free program for professional coffee roasters. https://typica.us
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

Makefile 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. # Makefile.in generated by automake 1.10.1 from Makefile.am.
  2. # 32x32/categories/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  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. pkgdatadir = $(datadir)/tango-icon-theme
  13. pkglibdir = $(libdir)/tango-icon-theme
  14. pkgincludedir = $(includedir)/tango-icon-theme
  15. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  16. install_sh_DATA = $(install_sh) -c -m 644
  17. install_sh_PROGRAM = $(install_sh) -c
  18. install_sh_SCRIPT = $(install_sh) -c
  19. INSTALL_HEADER = $(INSTALL_DATA)
  20. transform = $(program_transform_name)
  21. NORMAL_INSTALL = :
  22. PRE_INSTALL = :
  23. POST_INSTALL = :
  24. NORMAL_UNINSTALL = :
  25. PRE_UNINSTALL = :
  26. POST_UNINSTALL = :
  27. subdir = 32x32/categories
  28. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  29. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  30. am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
  31. $(top_srcdir)/configure.ac
  32. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  33. $(ACLOCAL_M4)
  34. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  35. CONFIG_CLEAN_FILES =
  36. SOURCES =
  37. DIST_SOURCES =
  38. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  39. am__vpath_adj = case $$p in \
  40. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  41. *) f=$$p;; \
  42. esac;
  43. am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
  44. am__installdirs = "$(DESTDIR)$(iconsdir)"
  45. iconsDATA_INSTALL = $(INSTALL_DATA)
  46. DATA = $(icons_DATA)
  47. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  48. ACLOCAL = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run aclocal-1.10
  49. ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
  50. ALL_LINGUAS =
  51. AMTAR = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run tar
  52. AUTOCONF = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run autoconf
  53. AUTOHEADER = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run autoheader
  54. AUTOMAKE = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run automake-1.10
  55. AWK = mawk
  56. CATALOGS =
  57. CATOBJEXT = .gmo
  58. CC = gcc
  59. CCDEPMODE = depmode=none
  60. CFLAGS = -g -O2
  61. CONVERT = /usr/bin/convert -bordercolor Transparent -border 1x1
  62. CPP = gcc -E
  63. CPPFLAGS =
  64. CYGPATH_W = echo
  65. DATADIRNAME = share
  66. DEFS = -DPACKAGE_NAME=\"tango-icon-theme\" -DPACKAGE_TARNAME=\"tango-icon-theme\" -DPACKAGE_VERSION=\"0.8.90\" -DPACKAGE_STRING=\"tango-icon-theme\ 0.8.90\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"tango-icon-theme\" -DVERSION=\"0.8.90\" -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_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1
  67. DEPDIR = .deps
  68. ECHO_C =
  69. ECHO_N = -n
  70. ECHO_T =
  71. EGREP = /bin/grep -E
  72. EXEEXT =
  73. GETTEXT_PACKAGE = tango-icon-theme
  74. GMOFILES =
  75. GMSGFMT = /usr/bin/msgfmt
  76. GREP = /bin/grep
  77. ICONMAP = /usr/local/libexec/icon-name-mapping
  78. INSTALL = /usr/bin/install -c
  79. INSTALL_DATA = ${INSTALL} -m 644
  80. INSTALL_PROGRAM = ${INSTALL}
  81. INSTALL_SCRIPT = ${INSTALL}
  82. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  83. INSTOBJEXT = .mo
  84. INTLLIBS =
  85. INTLTOOL_EXTRACT = /usr/bin/intltool-extract
  86. INTLTOOL_MERGE = /usr/bin/intltool-merge
  87. INTLTOOL_PERL = /usr/bin/perl
  88. INTLTOOL_UPDATE = /usr/bin/intltool-update
  89. LDFLAGS =
  90. LIBOBJS =
  91. LIBS =
  92. LTLIBOBJS =
  93. MAKEINFO = ${SHELL} /home/neal/tango-icon-theme-0.8.90/missing --run makeinfo
  94. MKDIR_P = /bin/mkdir -p
  95. MKINSTALLDIRS = ./mkinstalldirs
  96. MSGFMT = /usr/bin/msgfmt
  97. MSGFMT_OPTS = -c
  98. MSGMERGE = /usr/bin/msgmerge
  99. OBJEXT = o
  100. PACKAGE = tango-icon-theme
  101. PACKAGE_BUGREPORT =
  102. PACKAGE_NAME = tango-icon-theme
  103. PACKAGE_STRING = tango-icon-theme 0.8.90
  104. PACKAGE_TARNAME = tango-icon-theme
  105. PACKAGE_VERSION = 0.8.90
  106. PATH_SEPARATOR = :
  107. PKG_CONFIG = /usr/bin/pkg-config
  108. POFILES =
  109. POSUB = po
  110. PO_IN_DATADIR_FALSE =
  111. PO_IN_DATADIR_TRUE =
  112. SET_MAKE =
  113. SHELL = /bin/bash
  114. STRIP =
  115. SVGCONVERT =
  116. USE_NLS = yes
  117. VERSION = 0.8.90
  118. XGETTEXT = /usr/bin/xgettext
  119. abs_builddir = /home/neal/tango-icon-theme-0.8.90/32x32/categories
  120. abs_srcdir = /home/neal/tango-icon-theme-0.8.90/32x32/categories
  121. abs_top_builddir = /home/neal/tango-icon-theme-0.8.90
  122. abs_top_srcdir = /home/neal/tango-icon-theme-0.8.90
  123. ac_ct_CC = gcc
  124. am__include = include
  125. am__leading_dot = .
  126. am__quote =
  127. am__tar = tar --format=ustar -chf - "$$tardir"
  128. am__untar = tar -xf -
  129. bindir = ${exec_prefix}/bin
  130. build_alias =
  131. builddir = .
  132. datadir = ${datarootdir}
  133. datarootdir = ${prefix}/share
  134. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  135. dvidir = ${docdir}
  136. exec_prefix = ${prefix}
  137. host_alias =
  138. htmldir = ${docdir}
  139. includedir = ${prefix}/include
  140. infodir = ${datarootdir}/info
  141. install_sh = $(SHELL) /home/neal/tango-icon-theme-0.8.90/install-sh
  142. libdir = ${exec_prefix}/lib
  143. libexecdir = ${exec_prefix}/libexec
  144. localedir = ${prefix}/${DATADIRNAME}/locale
  145. localstatedir = ${prefix}/var
  146. mandir = ${datarootdir}/man
  147. mkdir_p = /bin/mkdir -p
  148. oldincludedir = /usr/include
  149. pdfdir = ${docdir}
  150. prefix = /usr/local
  151. program_transform_name = s,x,x,
  152. psdir = ${docdir}
  153. sbindir = ${exec_prefix}/sbin
  154. sharedstatedir = ${prefix}/com
  155. srcdir = .
  156. sysconfdir = ${prefix}/etc
  157. target_alias =
  158. themedir = ${datadir}/icons/Tango
  159. top_builddir = ../..
  160. top_srcdir = ../..
  161. size = 32x32
  162. context = categories
  163. iconsdir = $(themedir)/$(size)/$(context)
  164. icons_DATA = \
  165. applications-accessories.png \
  166. applications-development.png \
  167. applications-games.png \
  168. applications-graphics.png \
  169. applications-internet.png \
  170. applications-multimedia.png \
  171. applications-office.png \
  172. applications-other.png \
  173. applications-system.png \
  174. preferences-desktop.png \
  175. preferences-desktop-peripherals.png \
  176. preferences-system.png
  177. EXTRA_DIST = \
  178. $(icons_DATA)
  179. all: all-am
  180. .SUFFIXES:
  181. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  182. @for dep in $?; do \
  183. case '$(am__configure_deps)' in \
  184. *$$dep*) \
  185. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  186. && exit 0; \
  187. exit 1;; \
  188. esac; \
  189. done; \
  190. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 32x32/categories/Makefile'; \
  191. cd $(top_srcdir) && \
  192. $(AUTOMAKE) --gnu 32x32/categories/Makefile
  193. .PRECIOUS: Makefile
  194. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  195. @case '$?' in \
  196. *config.status*) \
  197. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  198. *) \
  199. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  200. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  201. esac;
  202. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  203. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  204. $(top_srcdir)/configure: $(am__configure_deps)
  205. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  206. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  207. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  208. install-iconsDATA: $(icons_DATA)
  209. @$(NORMAL_INSTALL)
  210. test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
  211. @list='$(icons_DATA)'; for p in $$list; do \
  212. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  213. f=$(am__strip_dir) \
  214. echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
  215. $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
  216. done
  217. uninstall-iconsDATA:
  218. @$(NORMAL_UNINSTALL)
  219. @list='$(icons_DATA)'; for p in $$list; do \
  220. f=$(am__strip_dir) \
  221. echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
  222. rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
  223. done
  224. tags: TAGS
  225. TAGS:
  226. ctags: CTAGS
  227. CTAGS:
  228. distdir: $(DISTFILES)
  229. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  230. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  231. list='$(DISTFILES)'; \
  232. dist_files=`for file in $$list; do echo $$file; done | \
  233. sed -e "s|^$$srcdirstrip/||;t" \
  234. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  235. case $$dist_files in \
  236. */*) $(MKDIR_P) `echo "$$dist_files" | \
  237. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  238. sort -u` ;; \
  239. esac; \
  240. for file in $$dist_files; do \
  241. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  242. if test -d $$d/$$file; then \
  243. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  244. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  245. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  246. fi; \
  247. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  248. else \
  249. test -f $(distdir)/$$file \
  250. || cp -p $$d/$$file $(distdir)/$$file \
  251. || exit 1; \
  252. fi; \
  253. done
  254. check-am: all-am
  255. check: check-am
  256. all-am: Makefile $(DATA)
  257. installdirs:
  258. for dir in "$(DESTDIR)$(iconsdir)"; do \
  259. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  260. done
  261. install: install-am
  262. install-exec: install-exec-am
  263. install-data: install-data-am
  264. uninstall: uninstall-am
  265. install-am: all-am
  266. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  267. installcheck: installcheck-am
  268. install-strip:
  269. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  270. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  271. `test -z '$(STRIP)' || \
  272. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  273. mostlyclean-generic:
  274. clean-generic:
  275. distclean-generic:
  276. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  277. maintainer-clean-generic:
  278. @echo "This command is intended for maintainers to use"
  279. @echo "it deletes files that may require special tools to rebuild."
  280. clean: clean-am
  281. clean-am: clean-generic mostlyclean-am
  282. distclean: distclean-am
  283. -rm -f Makefile
  284. distclean-am: clean-am distclean-generic
  285. dvi: dvi-am
  286. dvi-am:
  287. html: html-am
  288. info: info-am
  289. info-am:
  290. install-data-am: install-data-local install-iconsDATA
  291. install-dvi: install-dvi-am
  292. install-exec-am:
  293. install-html: install-html-am
  294. install-info: install-info-am
  295. install-man:
  296. install-pdf: install-pdf-am
  297. install-ps: install-ps-am
  298. installcheck-am:
  299. maintainer-clean: maintainer-clean-am
  300. -rm -f Makefile
  301. maintainer-clean-am: distclean-am maintainer-clean-generic
  302. mostlyclean: mostlyclean-am
  303. mostlyclean-am: mostlyclean-generic
  304. pdf: pdf-am
  305. pdf-am:
  306. ps: ps-am
  307. ps-am:
  308. uninstall-am: uninstall-iconsDATA
  309. .MAKE: install-am install-strip
  310. .PHONY: all all-am check check-am clean clean-generic distclean \
  311. distclean-generic distdir dvi dvi-am html html-am info info-am \
  312. install install-am install-data install-data-am \
  313. install-data-local install-dvi install-dvi-am install-exec \
  314. install-exec-am install-html install-html-am install-iconsDATA \
  315. install-info install-info-am install-man install-pdf \
  316. install-pdf-am install-ps install-ps-am install-strip \
  317. installcheck installcheck-am installdirs maintainer-clean \
  318. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  319. pdf-am ps ps-am uninstall uninstall-am uninstall-iconsDATA
  320. install-data-local: install-iconsDATA
  321. (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
  322. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  323. # Otherwise a system limit (for SysV at least) may be exceeded.
  324. .NOEXPORT: