File: Makefile.am

package info (click to toggle)
cegui-mk2 0.7.6-3.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 105,388 kB
  • ctags: 82,178
  • sloc: cpp: 142,729; ansic: 27,984; sh: 11,010; makefile: 2,275; python: 916; xml: 17
file content (25 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUBDIRS= .

if CEGUI_BUILD_CORONA_IMAGE_CODEC
SUBDIRS+=CoronaImageCodec 
endif 

if CEGUI_BUILD_DEVIL_IMAGE_CODEC
SUBDIRS+=DevILImageCodec
endif 

if CEGUI_BUILD_FREE_IMAGE_IMAGE_CODEC 
SUBDIRS+=FreeImageImageCodec
endif 

if CEGUI_BUILD_SILLY_IMAGE_CODEC
SUBDIRS+=SILLYImageCodec
endif 

if CEGUI_BUILD_TGA_IMAGE_CODEC
SUBDIRS+=TGAImageCodec
endif 

if CEGUI_BUILD_STB_IMAGE_CODEC
SUBDIRS+=STBImageCodec
endif