/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.in
ViewVC logotype

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 56 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC
# Line 102  install_sh = @install_sh@ Line 102  install_sh = @install_sh@
102  # set the include path found by configure  # set the include path found by configure
103  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
104    
105    METASOURCES = AUTO
106    
107  # to prevent compile errors on some systems  # to prevent compile errors on some systems
108  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
109    
110  METASOURCES = AUTO  pkglib_LTLIBRARIES = libgig.la
111  lib_LTLIBRARIES = libgig.la  libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h
112  libgig_la_LDFLAGS = -module  libgig_la_LDFLAGS = -module
 libgig_la_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h  
113  subdir = src/lib/fileloader/libgig  subdir = src/lib/fileloader/libgig
114  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115  CONFIG_HEADER = $(top_builddir)/config.h  CONFIG_HEADER = $(top_builddir)/config.h
116  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
117  LTLIBRARIES = $(lib_LTLIBRARIES)  LTLIBRARIES = $(pkglib_LTLIBRARIES)
118    
119  libgig_la_LIBADD =  libgig_la_LIBADD =
120  am_libgig_la_OBJECTS = DLS.lo gig.lo RIFF.lo  am_libgig_la_OBJECTS = RIFF.lo DLS.lo gig.lo
121  libgig_la_OBJECTS = $(am_libgig_la_OBJECTS)  libgig_la_OBJECTS = $(am_libgig_la_OBJECTS)
122    
123  DEFS = @DEFS@  DEFS = @DEFS@
# Line 158  $(srcdir)/Makefile.in:  Makefile.am  $(t Line 159  $(srcdir)/Makefile.in:  Makefile.am  $(t
159            $(AUTOMAKE) --gnu  src/lib/fileloader/libgig/Makefile            $(AUTOMAKE) --gnu  src/lib/fileloader/libgig/Makefile
160  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status  Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
161          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)          cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
162  libLTLIBRARIES_INSTALL = $(INSTALL)  pkglibLTLIBRARIES_INSTALL = $(INSTALL)
163  install-libLTLIBRARIES: $(lib_LTLIBRARIES)  install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
164          @$(NORMAL_INSTALL)          @$(NORMAL_INSTALL)
165          $(mkinstalldirs) $(DESTDIR)$(libdir)          $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
166          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
167            if test -f $$p; then \            if test -f $$p; then \
168              f="`echo $$p | sed -e 's|^.*/||'`"; \              f="`echo $$p | sed -e 's|^.*/||'`"; \
169              echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \              echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f"; \
170              $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \              $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$f; \
171            else :; fi; \            else :; fi; \
172          done          done
173    
174  uninstall-libLTLIBRARIES:  uninstall-pkglibLTLIBRARIES:
175          @$(NORMAL_UNINSTALL)          @$(NORMAL_UNINSTALL)
176          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
177              p="`echo $$p | sed -e 's|^.*/||'`"; \              p="`echo $$p | sed -e 's|^.*/||'`"; \
178            echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \            echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
179            $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \            $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
180          done          done
181    
182  clean-libLTLIBRARIES:  clean-pkglibLTLIBRARIES:
183          -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)          -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
184          @list='$(lib_LTLIBRARIES)'; for p in $$list; do \          @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
185            dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \            dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
186            test -z "$dir" && dir=.; \            test -z "$dir" && dir=.; \
187            echo "rm -f \"$${dir}/so_locations\""; \            echo "rm -f \"$${dir}/so_locations\""; \
188            rm -f "$${dir}/so_locations"; \            rm -f "$${dir}/so_locations"; \
189          done          done
190  libgig.la: $(libgig_la_OBJECTS) $(libgig_la_DEPENDENCIES)  libgig.la: $(libgig_la_OBJECTS) $(libgig_la_DEPENDENCIES)
191          $(CXXLINK) -rpath $(libdir) $(libgig_la_LDFLAGS) $(libgig_la_OBJECTS) $(libgig_la_LIBADD) $(LIBS)          $(CXXLINK) -rpath $(pkglibdir) $(libgig_la_LDFLAGS) $(libgig_la_OBJECTS) $(libgig_la_LIBADD) $(LIBS)
192    
193  mostlyclean-compile:  mostlyclean-compile:
194          -rm -f *.$(OBJEXT) core *.core          -rm -f *.$(OBJEXT) core *.core
# Line 297  check: check-am Line 298  check: check-am
298  all-am: Makefile $(LTLIBRARIES)  all-am: Makefile $(LTLIBRARIES)
299    
300  installdirs:  installdirs:
301          $(mkinstalldirs) $(DESTDIR)$(libdir)          $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
302    
303  install: install-am  install: install-am
304  install-exec: install-exec-am  install-exec: install-exec-am
# Line 325  maintainer-clean-generic: Line 326  maintainer-clean-generic:
326          @echo "it deletes files that may require special tools to rebuild."          @echo "it deletes files that may require special tools to rebuild."
327  clean: clean-am  clean: clean-am
328    
329  clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \  clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
330          mostlyclean-am          mostlyclean-am
331    
332  distclean: distclean-am  distclean: distclean-am
# Line 343  info-am: Line 344  info-am:
344    
345  install-data-am:  install-data-am:
346    
347  install-exec-am: install-libLTLIBRARIES  install-exec-am: install-pkglibLTLIBRARIES
348    
349  install-info: install-info-am  install-info: install-info-am
350    
# Line 360  mostlyclean: mostlyclean-am Line 361  mostlyclean: mostlyclean-am
361  mostlyclean-am: mostlyclean-compile mostlyclean-generic \  mostlyclean-am: mostlyclean-compile mostlyclean-generic \
362          mostlyclean-libtool          mostlyclean-libtool
363    
364  uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES  uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
365    
366  .PHONY: GTAGS all all-am check check-am clean clean-generic \  .PHONY: GTAGS all all-am check check-am clean clean-generic \
367          clean-libLTLIBRARIES clean-libtool distclean distclean-compile \          clean-libtool clean-pkglibLTLIBRARIES distclean \
368          distclean-depend distclean-generic distclean-libtool \          distclean-compile distclean-depend distclean-generic \
369          distclean-tags distdir dvi dvi-am info info-am install \          distclean-libtool distclean-tags distdir dvi dvi-am info \
370          install-am install-data install-data-am install-exec \          info-am install install-am install-data install-data-am \
371          install-exec-am install-info install-info-am \          install-exec install-exec-am install-info install-info-am \
372          install-libLTLIBRARIES install-man install-strip installcheck \          install-man install-pkglibLTLIBRARIES install-strip \
373          installcheck-am installdirs maintainer-clean \          installcheck installcheck-am installdirs maintainer-clean \
374          maintainer-clean-generic mostlyclean mostlyclean-compile \          maintainer-clean-generic mostlyclean mostlyclean-compile \
375          mostlyclean-generic mostlyclean-libtool tags uninstall \          mostlyclean-generic mostlyclean-libtool tags uninstall \
376          uninstall-am uninstall-info-am uninstall-libLTLIBRARIES          uninstall-am uninstall-info-am uninstall-pkglibLTLIBRARIES
377    
378  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
379  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.

Legend:
Removed from v.56  
changed lines
  Added in v.57

  ViewVC Help
Powered by ViewVC