root/branches/mixin-collappse/CommonConf/commonJPG.in

Revision 2, 405 bytes (checked in by vossg, 2 years ago)

created : basic import

  • Property svn:eol-style set to native
Line 
1
2 INCLUDE_JPG := @ac_gdz_jpg_incdir_e10@
3 LINK_JPG    := @ac_gdz_jpg_libdir_e10@
4 LIB_JPG     := @ac_gdz_jpg_lib_e10@
5
6 ifneq ($(INCLUDE_JPG),)
7 INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_JPG)
8 endif
9
10 ifneq ($(LINK_JPG),)
11 LIBPATHS_JPG     := $(LIBPATH_OPTION)$(LINK_JPG)
12 endif
13
14 ifneq ($(LIB_JPG),)
15 LIB_FILE_JPG     := $(LIB_JPG)
16 LIB_FILE_JPG_LNK := $(LIB_JPG)
17 OSG_LIB_EXT      := $(OSG_LIB_EXT) $(LIB_JPG)
18 endif
Note: See TracBrowser for help on using the browser.