~ubuntu-branches/debian/wheezy/cegui-mk2/wheezy

« back to all changes in this revision

Viewing changes to cegui/src/ImageCodecModules/TGAImageCodec/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Muammar El Khatib
  • Date: 2011-10-13 12:43:12 UTC
  • mfrom: (10.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20111013124312-qch0o3fayloxgxu3
Tags: 0.7.5-7
Moved to unstable. (Closes: #645109)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES=-I$(top_srcdir)/cegui/include \
 
2
         -I$(top_srcdir)/cegui/include/ImageCodecModules/TGAImageCodec
 
3
 
 
4
libCEGUITGAImageCodec@cegui_bsfx@_la_LDFLAGS = @CEGUI_LIB_LINK_FLAGS@
 
5
 
 
6
if CEGUI_BUILD_STATIC
 
7
libCEGUITGAImageCodec@cegui_bsfx@_la_CPPFLAGS = -DCEGUI_STATIC
 
8
else
 
9
if MINGW32_BUILD
 
10
libCEGUITGAImageCodec@cegui_bsfx@_la_CPPFLAGS = -DCEGUITGAIMAGECODEC_EXPORTS
 
11
endif
 
12
endif
 
13
 
 
14
lib_LTLIBRARIES=libCEGUITGAImageCodec@cegui_bsfx@.la
 
15
libCEGUITGAImageCodec@cegui_bsfx@_la_LIBADD = $(top_builddir)/cegui/src/libCEGUIBase@cegui_bsfx@.la
 
16
libCEGUITGAImageCodec@cegui_bsfx@_la_SOURCES = CEGUITGAImageCodec.cpp CEGUITGAImageCodecModule.cpp