~ubuntu-branches/ubuntu/oneiric/sonic/oneiric

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-06-30 23:12:01 UTC
  • Revision ID: james.westby@ubuntu.com-20110630231201-mqh7d65q482dclyx
Tags: 0.1.17-1ubuntu1
* debian/patches/fix-ftbfs-with-ld-as-needed:
  - Fix ftbfs with ld --as-needed (LP: #803198, Closes: #632251)

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
all: sonic libsonic.so.$(LIB_TAG) libsonic-$(LIB_TAG).a
12
12
 
13
13
sonic: wave.o main.o libsonic.so.$(LIB_TAG)
14
 
        $(CC) $(CFLAGS) -lsndfile libsonic.so.$(LIB_TAG) -o sonic wave.o main.o
 
14
        $(CC) $(CFLAGS) -o sonic wave.o main.o -lsndfile libsonic.so.$(LIB_TAG)
15
15
 
16
16
sonic.o: sonic.c sonic.h
17
17
        $(CC) $(CFLAGS) -c sonic.c