Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 17.34 KB | None | 0 0
  1. # Makefile.in generated by automake 1.11.3 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, 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. #
  19. # Makefile.am - automake input
  20. # This file is part of PsyMP3.
  21. # Copyright © 2011 Kirn Gill <segin2005@gmail.com>
  22. #
  23. # This program is free software; you can redistribute it and/or
  24. # modify it under the terms of the GNU General Public License as
  25. # published by the Free Software Foundation; either version 2 of the
  26. # License, or (at your option) any later version.
  27. #
  28. # This program is distributed in the hope that it will be useful, but
  29. # WITHOUT ANY WARRANTY; without even the implied warranty of
  30. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  31. # General Public License for more details.
  32. #
  33. # You should have received a copy of the GNU General Public License
  34. # along with this program; if not, write to the Free Software
  35. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  36. #
  37.  
  38.  
  39. pkgdatadir = $(datadir)/psymp3
  40. pkgincludedir = $(includedir)/psymp3
  41. pkglibdir = $(libdir)/psymp3
  42. pkglibexecdir = $(libexecdir)/psymp3
  43. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  44. install_sh_DATA = $(install_sh) -c -m 644
  45. install_sh_PROGRAM = $(install_sh) -c
  46. install_sh_SCRIPT = $(install_sh) -c
  47. INSTALL_HEADER = $(INSTALL_DATA)
  48. transform = $(program_transform_name)
  49. NORMAL_INSTALL = :
  50. PRE_INSTALL = :
  51. POST_INSTALL = :
  52. NORMAL_UNINSTALL = :
  53. PRE_UNINSTALL = :
  54. POST_UNINSTALL = :
  55. bin_PROGRAMS = psymp3$(EXEEXT)
  56. subdir = src
  57. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  58. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  59. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  60. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  61.     $(ACLOCAL_M4)
  62. mkinstalldirs = $(install_sh) -d
  63. CONFIG_HEADER = $(top_builddir)/include/config.h
  64. CONFIG_CLEAN_FILES =
  65. CONFIG_CLEAN_VPATH_FILES =
  66. am__installdirs = "$(DESTDIR)$(bindir)"
  67. PROGRAMS = $(bin_PROGRAMS)
  68. am_psymp3_OBJECTS = about.$(OBJEXT) audio.$(OBJEXT) display.$(OBJEXT) \
  69.     exceptions.$(OBJEXT) fft_draw.$(OBJEXT) font.$(OBJEXT) \
  70.     libmpg123.$(OBJEXT) main.$(OBJEXT) mediafile.$(OBJEXT) \
  71.     mutex.$(OBJEXT) player.$(OBJEXT) playlist.$(OBJEXT) \
  72.     rect.$(OBJEXT) scrobble.$(OBJEXT) song.$(OBJEXT) \
  73.     sqlite3.$(OBJEXT) stream.$(OBJEXT) surface.$(OBJEXT) \
  74.     system.$(OBJEXT) track.$(OBJEXT) truetype.$(OBJEXT) \
  75.     vorbis.$(OBJEXT)
  76. psymp3_OBJECTS = $(am_psymp3_OBJECTS)
  77. psymp3_LDADD = $(LDADD)
  78. DEFAULT_INCLUDES = -I. -I$(top_builddir)/include
  79. depcomp = $(SHELL) $(top_srcdir)/depcomp
  80. am__depfiles_maybe = depfiles
  81. am__mv = mv -f
  82. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  83.     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  84. CCLD = $(CC)
  85. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  86. CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  87.     $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  88. CXXLD = $(CXX)
  89. CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
  90.     -o $@
  91. SOURCES = $(psymp3_SOURCES)
  92. DIST_SOURCES = $(psymp3_SOURCES)
  93. ETAGS = etags
  94. CTAGS = ctags
  95. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  96. ACLOCAL = ${SHELL} /home/segin/psymp3/missing --run aclocal-1.11
  97. AMTAR = $${TAR-tar}
  98. AUTOCONF = ${SHELL} /home/segin/psymp3/missing --run autoconf
  99. AUTOHEADER = ${SHELL} /home/segin/psymp3/missing --run autoheader
  100. AUTOMAKE = ${SHELL} /home/segin/psymp3/missing --run automake-1.11
  101. AWK = gawk
  102. CC = gcc
  103. CCDEPMODE = depmode=gcc3
  104. CFLAGS = -g -O2
  105. CPP = gcc -E
  106. CPPFLAGS =
  107. CXX = g++
  108. CXXDEPMODE = depmode=gcc3
  109. CXXFLAGS = -g -O2
  110. CYGPATH_W = echo
  111. DEFS = -DHAVE_CONFIG_H
  112. DEPDIR = .deps
  113. DEPENDS_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/taglib -I/usr/include/libvisual-0.4  
  114. DEPENDS_LIBS = -lmpg123 -ltag -lpthread -ldl -lvisual-0.4 -lvorbisfile -lvorbis -lm -logg -lSDL_gfx -lSDL  
  115. ECHO_C =
  116. ECHO_N = -n
  117. ECHO_T =
  118. EGREP = /bin/grep -E
  119. EXEEXT =
  120. GREP = /bin/grep
  121. INSTALL = /usr/bin/install -c
  122. INSTALL_DATA = ${INSTALL} -m 644
  123. INSTALL_PROGRAM = ${INSTALL}
  124. INSTALL_SCRIPT = ${INSTALL}
  125. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  126. LDFLAGS =
  127. LIBOBJS =
  128. LIBS =
  129. LTLIBOBJS =
  130. MAKEINFO = ${SHELL} /home/segin/psymp3/missing --run makeinfo
  131. MKDIR_P = /bin/mkdir -p
  132. OBJEXT = o
  133. PACKAGE = psymp3
  134. PACKAGE_BUGREPORT = segin2005@gmail.com
  135. PACKAGE_NAME = PsyMP3
  136. PACKAGE_STRING = PsyMP3 1.99.0
  137. PACKAGE_TARNAME = psymp3
  138. PACKAGE_URL = http://code.google.com/p/psymp3
  139. PACKAGE_VERSION = 1.99.0
  140. PATH_SEPARATOR = :
  141. PKG_CONFIG = /usr/bin/pkg-config
  142. PKG_CONFIG_LIBDIR =
  143. PKG_CONFIG_PATH =
  144. SET_MAKE =
  145. SHELL = /bin/bash
  146. STRIP =
  147. VERSION = 1.99.0
  148. abs_builddir = /home/segin/psymp3/src
  149. abs_srcdir = /home/segin/psymp3/src
  150. abs_top_builddir = /home/segin/psymp3
  151. abs_top_srcdir = /home/segin/psymp3
  152. ac_ct_CC = gcc
  153. ac_ct_CXX = g++
  154. am__include = include
  155. am__leading_dot = .
  156. am__quote =
  157. am__tar = $${TAR-tar} chof - "$$tardir"
  158. am__untar = $${TAR-tar} xf -
  159. bindir = ${exec_prefix}/bin
  160. build_alias =
  161. builddir = .
  162. datadir = $(prefix)/share/psymp3/data
  163. datarootdir = ${prefix}/share
  164. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  165. dvidir = ${docdir}
  166. exec_prefix = ${prefix}
  167. host_alias =
  168. htmldir = ${docdir}
  169. includedir = ${prefix}/include
  170. infodir = ${datarootdir}/info
  171. install_sh = ${SHELL} /home/segin/psymp3/install-sh
  172. libdir = ${exec_prefix}/lib
  173. libexecdir = ${exec_prefix}/libexec
  174. localedir = ${datarootdir}/locale
  175. localstatedir = ${prefix}/var
  176. mandir = ${datarootdir}/man
  177. mkdir_p = /bin/mkdir -p
  178. oldincludedir = /usr/include
  179. pdfdir = ${docdir}
  180. prefix = /usr/local
  181. program_transform_name = s,x,x,
  182. psdir = ${docdir}
  183. sbindir = ${exec_prefix}/sbin
  184. sharedstatedir = ${prefix}/com
  185. srcdir = .
  186. sysconfdir = ${prefix}/etc
  187. target_alias =
  188. top_build_prefix = ../
  189. top_builddir = ..
  190. top_srcdir = ..
  191. ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
  192. AM_CPPFLAGS = $(DEPENDS_CFLAGS) -DPSYMP3_DATADIR=\"$(datadir)\"
  193. AM_LDFLAGS = $(DEPENDS_LIBS) -lSDL_ttf
  194. psymp3_SOURCES = about.cpp audio.cpp display.cpp exceptions.cpp \
  195.  fft_draw.cpp font.cpp libmpg123.cpp main.cpp mediafile.cpp \
  196.  mutex.cpp player.cpp \
  197.  playlist.cpp rect.cpp scrobble.cpp song.cpp sqlite3.c stream.cpp \
  198.  surface.cpp system.cpp track.cpp truetype.cpp vorbis.cpp
  199.  
  200. all: all-am
  201.  
  202. .SUFFIXES:
  203. .SUFFIXES: .c .cpp .o .obj
  204. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  205.     @for dep in $?; do \
  206.       case '$(am__configure_deps)' in \
  207.         *$$dep*) \
  208.           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  209.             && { if test -f $@; then exit 0; else break; fi; }; \
  210.           exit 1;; \
  211.       esac; \
  212.     done; \
  213.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  214.     $(am__cd) $(top_srcdir) && \
  215.       $(AUTOMAKE) --gnu src/Makefile
  216. .PRECIOUS: Makefile
  217. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  218.     @case '$?' in \
  219.       *config.status*) \
  220.         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  221.       *) \
  222.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  223.         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  224.     esac;
  225.  
  226. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  227.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  228.  
  229. $(top_srcdir)/configure:  $(am__configure_deps)
  230.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  231. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  232.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  233. $(am__aclocal_m4_deps):
  234. install-binPROGRAMS: $(bin_PROGRAMS)
  235.     @$(NORMAL_INSTALL)
  236.     test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  237.     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  238.     for p in $$list; do echo "$$p $$p"; done | \
  239.     sed 's/$(EXEEXT)$$//' | \
  240.     while read p p1; do if test -f $$p; \
  241.       then echo "$$p"; echo "$$p"; else :; fi; \
  242.     done | \
  243.     sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  244.         -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  245.     sed 'N;N;N;s,\n, ,g' | \
  246.     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  247.       { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  248.         if ($$2 == $$4) files[d] = files[d] " " $$1; \
  249.         else { print "f", $$3 "/" $$4, $$1; } } \
  250.       END { for (d in files) print "f", d, files[d] }' | \
  251.     while read type dir files; do \
  252.         if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  253.         test -z "$$files" || { \
  254.           echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  255.           $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  256.         } \
  257.     ; done
  258.  
  259. uninstall-binPROGRAMS:
  260.     @$(NORMAL_UNINSTALL)
  261.     @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  262.     files=`for p in $$list; do echo "$$p"; done | \
  263.       sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  264.           -e 's/$$/$(EXEEXT)/' `; \
  265.     test -n "$$list" || exit 0; \
  266.     echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  267.     cd "$(DESTDIR)$(bindir)" && rm -f $$files
  268.  
  269. clean-binPROGRAMS:
  270.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  271. psymp3$(EXEEXT): $(psymp3_OBJECTS) $(psymp3_DEPENDENCIES) $(EXTRA_psymp3_DEPENDENCIES)
  272.     @rm -f psymp3$(EXEEXT)
  273.     $(CXXLINK) $(psymp3_OBJECTS) $(psymp3_LDADD) $(LIBS)
  274.  
  275. mostlyclean-compile:
  276.     -rm -f *.$(OBJEXT)
  277.  
  278. distclean-compile:
  279.     -rm -f *.tab.c
  280.  
  281. include ./$(DEPDIR)/about.Po
  282. include ./$(DEPDIR)/audio.Po
  283. include ./$(DEPDIR)/display.Po
  284. include ./$(DEPDIR)/exceptions.Po
  285. include ./$(DEPDIR)/fft_draw.Po
  286. include ./$(DEPDIR)/font.Po
  287. include ./$(DEPDIR)/libmpg123.Po
  288. include ./$(DEPDIR)/main.Po
  289. include ./$(DEPDIR)/mediafile.Po
  290. include ./$(DEPDIR)/mutex.Po
  291. include ./$(DEPDIR)/player.Po
  292. include ./$(DEPDIR)/playlist.Po
  293. include ./$(DEPDIR)/rect.Po
  294. include ./$(DEPDIR)/scrobble.Po
  295. include ./$(DEPDIR)/song.Po
  296. include ./$(DEPDIR)/sqlite3.Po
  297. include ./$(DEPDIR)/stream.Po
  298. include ./$(DEPDIR)/surface.Po
  299. include ./$(DEPDIR)/system.Po
  300. include ./$(DEPDIR)/track.Po
  301. include ./$(DEPDIR)/truetype.Po
  302. include ./$(DEPDIR)/vorbis.Po
  303.  
  304. .c.o:
  305.     $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  306.     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  307. #   source='$<' object='$@' libtool=no \
  308. #   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  309. #   $(COMPILE) -c $<
  310.  
  311. .c.obj:
  312.     $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  313.     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  314. #   source='$<' object='$@' libtool=no \
  315. #   DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  316. #   $(COMPILE) -c `$(CYGPATH_W) '$<'`
  317.  
  318. .cpp.o:
  319.     $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  320.     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  321. #   source='$<' object='$@' libtool=no \
  322. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  323. #   $(CXXCOMPILE) -c -o $@ $<
  324.  
  325. .cpp.obj:
  326.     $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  327.     $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  328. #   source='$<' object='$@' libtool=no \
  329. #   DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
  330. #   $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  331.  
  332. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  333.     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  334.     unique=`for i in $$list; do \
  335.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  336.       done | \
  337.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  338.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  339.     mkid -fID $$unique
  340. tags: TAGS
  341.  
  342. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  343.         $(TAGS_FILES) $(LISP)
  344.     set x; \
  345.     here=`pwd`; \
  346.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  347.     unique=`for i in $$list; do \
  348.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  349.       done | \
  350.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  351.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  352.     shift; \
  353.     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  354.       test -n "$$unique" || unique=$$empty_fix; \
  355.       if test $$# -gt 0; then \
  356.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  357.           "$$@" $$unique; \
  358.       else \
  359.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  360.           $$unique; \
  361.       fi; \
  362.     fi
  363. ctags: CTAGS
  364. CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  365.         $(TAGS_FILES) $(LISP)
  366.     list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  367.     unique=`for i in $$list; do \
  368.         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369.       done | \
  370.       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371.           END { if (nonempty) { for (i in files) print i; }; }'`; \
  372.     test -z "$(CTAGS_ARGS)$$unique" \
  373.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  374.          $$unique
  375.  
  376. GTAGS:
  377.     here=`$(am__cd) $(top_builddir) && pwd` \
  378.       && $(am__cd) $(top_srcdir) \
  379.       && gtags -i $(GTAGS_ARGS) "$$here"
  380.  
  381. distclean-tags:
  382.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  383.  
  384. distdir: $(DISTFILES)
  385.     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  386.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  387.     list='$(DISTFILES)'; \
  388.       dist_files=`for file in $$list; do echo $$file; done | \
  389.       sed -e "s|^$$srcdirstrip/||;t" \
  390.           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  391.     case $$dist_files in \
  392.       */*) $(MKDIR_P) `echo "$$dist_files" | \
  393.                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  394.                sort -u` ;; \
  395.     esac; \
  396.     for file in $$dist_files; do \
  397.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  398.       if test -d $$d/$$file; then \
  399.         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  400.         if test -d "$(distdir)/$$file"; then \
  401.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  402.         fi; \
  403.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  404.           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  405.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  406.         fi; \
  407.         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  408.       else \
  409.         test -f "$(distdir)/$$file" \
  410.         || cp -p $$d/$$file "$(distdir)/$$file" \
  411.         || exit 1; \
  412.       fi; \
  413.     done
  414. check-am: all-am
  415. check: check-am
  416. all-am: Makefile $(PROGRAMS)
  417. installdirs:
  418.     for dir in "$(DESTDIR)$(bindir)"; do \
  419.       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  420.     done
  421. install: install-am
  422. install-exec: install-exec-am
  423. install-data: install-data-am
  424. uninstall: uninstall-am
  425.  
  426. install-am: all-am
  427.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  428.  
  429. installcheck: installcheck-am
  430. install-strip:
  431.     if test -z '$(STRIP)'; then \
  432.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  433.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  434.           install; \
  435.     else \
  436.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  437.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  438.         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  439.     fi
  440. mostlyclean-generic:
  441.  
  442. clean-generic:
  443.  
  444. distclean-generic:
  445.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  446.     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  447.  
  448. maintainer-clean-generic:
  449.     @echo "This command is intended for maintainers to use"
  450.     @echo "it deletes files that may require special tools to rebuild."
  451. clean: clean-am
  452.  
  453. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  454.  
  455. distclean: distclean-am
  456.     -rm -rf ./$(DEPDIR)
  457.     -rm -f Makefile
  458. distclean-am: clean-am distclean-compile distclean-generic \
  459.     distclean-tags
  460.  
  461. dvi: dvi-am
  462.  
  463. dvi-am:
  464.  
  465. html: html-am
  466.  
  467. html-am:
  468.  
  469. info: info-am
  470.  
  471. info-am:
  472.  
  473. install-data-am:
  474.  
  475. install-dvi: install-dvi-am
  476.  
  477. install-dvi-am:
  478.  
  479. install-exec-am: install-binPROGRAMS
  480.  
  481. install-html: install-html-am
  482.  
  483. install-html-am:
  484.  
  485. install-info: install-info-am
  486.  
  487. install-info-am:
  488.  
  489. install-man:
  490.  
  491. install-pdf: install-pdf-am
  492.  
  493. install-pdf-am:
  494.  
  495. install-ps: install-ps-am
  496.  
  497. install-ps-am:
  498.  
  499. installcheck-am:
  500.  
  501. maintainer-clean: maintainer-clean-am
  502.     -rm -rf ./$(DEPDIR)
  503.     -rm -f Makefile
  504. maintainer-clean-am: distclean-am maintainer-clean-generic
  505.  
  506. mostlyclean: mostlyclean-am
  507.  
  508. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  509.  
  510. pdf: pdf-am
  511.  
  512. pdf-am:
  513.  
  514. ps: ps-am
  515.  
  516. ps-am:
  517.  
  518. uninstall-am: uninstall-binPROGRAMS
  519.  
  520. .MAKE: install-am install-strip
  521.  
  522. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  523.     clean-generic ctags distclean distclean-compile \
  524.     distclean-generic distclean-tags distdir dvi dvi-am html \
  525.     html-am info info-am install install-am install-binPROGRAMS \
  526.     install-data install-data-am install-dvi install-dvi-am \
  527.     install-exec install-exec-am install-html install-html-am \
  528.     install-info install-info-am install-man install-pdf \
  529.     install-pdf-am install-ps install-ps-am install-strip \
  530.     installcheck installcheck-am installdirs maintainer-clean \
  531.     maintainer-clean-generic mostlyclean mostlyclean-compile \
  532.     mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  533.     uninstall-am uninstall-binPROGRAMS
  534.  
  535.  
  536. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  537. # Otherwise a system limit (for SysV at least) may be exceeded.
  538. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement