home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / ActiveShareware / vcdimager / source.lha / frontends / Makefile < prev   
Encoding:
Makefile  |  2001-06-29  |  8.9 KB  |  322 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 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.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = aclocal -I frontends/gnome/macros
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. CC = gcc
  64. CPP = gcc -E
  65. CXX = 
  66. DLLTOOL = @DLLTOOL@
  67. GNOMEGNORBA_LIBS = 
  68. GNOMEMM_CFLAGS = 
  69. GNOMEMM_LIBS = 
  70. GNOMEUI_LIBS = 
  71. GNOME_APPLETS_LIBS = 
  72. GNOME_CAPPLET_LIBS = 
  73. GNOME_CONFIG = 
  74. GNOME_DOCKLETS_LIBS = 
  75. GNOME_INCLUDEDIR = 
  76. GNOME_LIBDIR = 
  77. GNOME_LIBS = 
  78. GNORBA_CFLAGS = 
  79. GNORBA_LIBS = 
  80. GTKXMHTML_LIBS = 
  81. GTK_CFLAGS = 
  82. GTK_CONFIG = 
  83. GTK_LIBS = 
  84. LIBGLADE_CFLAGS = 
  85. LIBGLADE_CONFIG = 
  86. LIBGLADE_LIBS = 
  87. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  88. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  89. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  90. LN_S = ln -s
  91. MAINT = #
  92. MAKEINFO = makeinfo
  93. OBJDUMP = @OBJDUMP@
  94. ORBIT_CFLAGS = 
  95. ORBIT_CONFIG = 
  96. ORBIT_IDL = 
  97. ORBIT_LIBS = 
  98. PACKAGE = vcdimager
  99. PACKAGE_PIXMAPS_DIR = 
  100. POPT_LIBS = 
  101. PTHREAD_LIB = 
  102. RANLIB = ranlib
  103. VERSION = 0.6.2
  104. XPM_LIBS = 
  105. ZVT_LIBS = 
  106. cflags_set = yes
  107. cxxflags_set = @cxxflags_set@
  108.  
  109. CLI_DIRS = cli
  110.  
  111. #GNOME_DIRS = gnome
  112.  
  113. SUBDIRS = $(CLI_DIRS) $(GNOME_DIRS)
  114. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  115. CONFIG_HEADER = ../config.h
  116. CONFIG_CLEAN_FILES = 
  117. DIST_COMMON =  Makefile.am Makefile.in
  118.  
  119.  
  120. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  121.  
  122. TAR = gtar
  123. GZIP_ENV = --best
  124. DIST_SUBDIRS =  cli gnome
  125. all: all-redirect
  126. .SUFFIXES:
  127. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  128.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps frontends/Makefile
  129.  
  130. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  131.     cd $(top_builddir) \
  132.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  133.  
  134.  
  135. # This directory's subdirectories are mostly independent; you can cd
  136. # into them and run `make' without going through this Makefile.
  137. # To change the values of `make' variables: instead of editing Makefiles,
  138. # (1) if the variable is set in `config.status', edit `config.status'
  139. #     (which will cause the Makefiles to be regenerated when you run `make');
  140. # (2) otherwise, pass the desired values on the `make' command line.
  141.  
  142.  
  143.  
  144. all-recursive install-data-recursive install-exec-recursive \
  145. installdirs-recursive install-recursive uninstall-recursive  \
  146. check-recursive installcheck-recursive info-recursive dvi-recursive:
  147.     @set fnord $(MAKEFLAGS); amf=$$2; \
  148.     dot_seen=no; \
  149.     target=`echo $@ | sed s/-recursive//`; \
  150.     list='$(SUBDIRS)'; for subdir in $$list; do \
  151.       echo "Making $$target in $$subdir"; \
  152.       if test "$$subdir" = "."; then \
  153.         dot_seen=yes; \
  154.         local_target="$$target-am"; \
  155.       else \
  156.         local_target="$$target"; \
  157.       fi; \
  158.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  159.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  160.     done; \
  161.     if test "$$dot_seen" = "no"; then \
  162.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  163.     fi; test -z "$$fail"
  164.  
  165. mostlyclean-recursive clean-recursive distclean-recursive \
  166. maintainer-clean-recursive:
  167.     @set fnord $(MAKEFLAGS); amf=$$2; \
  168.     dot_seen=no; \
  169.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  170.       rev="$$subdir $$rev"; \
  171.       test "$$subdir" = "." && dot_seen=yes; \
  172.     done; \
  173.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  174.     target=`echo $@ | sed s/-recursive//`; \
  175.     for subdir in $$rev; do \
  176.       echo "Making $$target in $$subdir"; \
  177.       if test "$$subdir" = "."; then \
  178.         local_target="$$target-am"; \
  179.       else \
  180.         local_target="$$target"; \
  181.       fi; \
  182.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  183.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  184.     done && test -z "$$fail"
  185. tags-recursive:
  186.     list='$(SUBDIRS)'; for subdir in $$list; do \
  187.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  188.     done
  189.  
  190. tags: TAGS
  191.  
  192. ID: $(HEADERS) $(SOURCES) $(LISP)
  193.     list='$(SOURCES) $(HEADERS)'; \
  194.     unique=`for i in $$list; do echo $$i; done | \
  195.       awk '    { files[$$0] = 1; } \
  196.            END { for (i in files) print i; }'`; \
  197.     here=`pwd` && cd $(srcdir) \
  198.       && mkid -f$$here/ID $$unique $(LISP)
  199.  
  200. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  201.     tags=; \
  202.     here=`pwd`; \
  203.     list='$(SUBDIRS)'; for subdir in $$list; do \
  204.    if test "$$subdir" = .; then :; else \
  205.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  206.    fi; \
  207.     done; \
  208.     list='$(SOURCES) $(HEADERS)'; \
  209.     unique=`for i in $$list; do echo $$i; done | \
  210.       awk '    { files[$$0] = 1; } \
  211.            END { for (i in files) print i; }'`; \
  212.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  213.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  214.  
  215. mostlyclean-tags:
  216.  
  217. clean-tags:
  218.  
  219. distclean-tags:
  220.     -rm -f TAGS ID
  221.  
  222. maintainer-clean-tags:
  223.  
  224. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  225.  
  226. subdir = frontends
  227.  
  228. distdir: $(DISTFILES)
  229.     @for file in $(DISTFILES); do \
  230.       d=$(srcdir); \
  231.       if test -d $$d/$$file; then \
  232.         cp -pr $$d/$$file $(distdir)/$$file; \
  233.       else \
  234.         test -f $(distdir)/$$file \
  235.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  236.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  237.       fi; \
  238.     done
  239.     for subdir in $(DIST_SUBDIRS); do \
  240.       if test "$$subdir" = .; then :; else \
  241.         test -d $(distdir)/$$subdir \
  242.         || mkdir $(distdir)/$$subdir \
  243.         || exit 1; \
  244.         chmod 777 $(distdir)/$$subdir; \
  245.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  246.           || exit 1; \
  247.       fi; \
  248.     done
  249. info-am:
  250. info: info-recursive
  251. dvi-am:
  252. dvi: dvi-recursive
  253. check-am: all-am
  254. check: check-recursive
  255. installcheck-am:
  256. installcheck: installcheck-recursive
  257. install-exec-am:
  258. install-exec: install-exec-recursive
  259.  
  260. install-data-am:
  261. install-data: install-data-recursive
  262.  
  263. install-am: all-am
  264.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  265. install: install-recursive
  266. uninstall-am:
  267. uninstall: uninstall-recursive
  268. all-am: Makefile
  269. all-redirect: all-recursive
  270. install-strip:
  271.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  272. installdirs: installdirs-recursive
  273. installdirs-am:
  274.  
  275.  
  276. mostlyclean-generic:
  277.  
  278. clean-generic:
  279.  
  280. distclean-generic:
  281.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  282.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  283.  
  284. maintainer-clean-generic:
  285. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  286.  
  287. mostlyclean: mostlyclean-recursive
  288.  
  289. clean-am:  clean-tags clean-generic mostlyclean-am
  290.  
  291. clean: clean-recursive
  292.  
  293. distclean-am:  distclean-tags distclean-generic clean-am
  294.     -rm -f libtool
  295.  
  296. distclean: distclean-recursive
  297.  
  298. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  299.         distclean-am
  300.     @echo "This command is intended for maintainers to use;"
  301.     @echo "it deletes files that may require special tools to rebuild."
  302.  
  303. maintainer-clean: maintainer-clean-recursive
  304.  
  305. .PHONY: install-data-recursive uninstall-data-recursive \
  306. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  307. uninstalldirs-recursive all-recursive check-recursive \
  308. installcheck-recursive info-recursive dvi-recursive \
  309. mostlyclean-recursive distclean-recursive clean-recursive \
  310. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  311. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  312. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  313. install-exec install-data-am install-data install-am install \
  314. uninstall-am uninstall all-redirect all-am all installdirs-am \
  315. installdirs mostlyclean-generic distclean-generic clean-generic \
  316. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  317.  
  318.  
  319. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  320. # Otherwise a system limit (for SysV at least) may be exceeded.
  321. .NOEXPORT:
  322.