~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to modules/aac_in/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include ../../config.mak
2
2
 
3
 
VPATH=$(SRC_PATH)/modules/aac_in
 
3
vpath %.c $(SRC_PATH)/modules/aac_in
4
4
 
5
5
CFLAGS= $(OPTFLAGS) -Wall -I$(SRC_PATH)/include
6
6
 
9
9
LDFLAGS+=-g
10
10
endif
11
11
 
 
12
ifeq ($(GPROFBUILD), yes)
 
13
CFLAGS+=-pg
 
14
LDFLAGS+=-pg
 
15
endif
12
16
 
13
17
#common obj
14
18
OBJS= aac_in.o
28
32
EXTRALIBS+= -lfaad
29
33
endif
30
34
 
31
 
LIB=aac_in.$(DYN_LIB_SUFFIX)
 
35
LIB=gm_aac_in.$(DYN_LIB_SUFFIX)
32
36
ifeq ($(CONFIG_WIN32),yes)
33
37
LDFLAGS+=-export-symbols aac_in.def 
34
38
endif