~ubuntu-branches/ubuntu/precise/libsamplerate/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anand Kumria
  • Date: 2005-11-26 09:44:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126094431-q45da3haxdd72g0i
Tags: 0.1.2-2
* Previous upload was rejected by ftp-master becasue they felt that
  having only a single binary in samplerate-programs was not a good
  idea.
* Include all example programs instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
CYGPATH_W = @CYGPATH_W@
59
59
DEFS = @DEFS@
60
60
DEPDIR = @DEPDIR@
 
61
DLLTOOL = @DLLTOOL@
 
62
DLLWRAP = @DLLWRAP@
61
63
ECHO = @ECHO@
62
64
ECHO_C = @ECHO_C@
63
65
ECHO_N = @ECHO_N@
94
96
PACKAGE_TARNAME = @PACKAGE_TARNAME@
95
97
PACKAGE_VERSION = @PACKAGE_VERSION@
96
98
PATH_SEPARATOR = @PATH_SEPARATOR@
 
99
PEXPORTS = @PEXPORTS@
97
100
PKG_CONFIG = @PKG_CONFIG@
98
101
RANLIB = @RANLIB@
99
102
SET_MAKE = @SET_MAKE@
368
371
distdir: $(DISTFILES)
369
372
        $(am__remove_distdir)
370
373
        mkdir $(distdir)
371
 
        $(mkinstalldirs) $(distdir)/. $(distdir)/src
 
374
        $(mkinstalldirs) $(distdir)/. $(distdir)/Win32 $(distdir)/src
372
375
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
373
376
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
374
377
        list='$(DISTFILES)'; for file in $$list; do \