root/branches/Dirk_RenderTraversalWork/CommonConf/commonTIF.in

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

created : basic import

  • Property svn:eol-style set to native
Line 
1
2 INCLUDE_TIF := @ac_gdz_tif_incdir_e9@
3 LINK_TIF    := @ac_gdz_tif_libdir_e9@
4 LIB_TIF     := @ac_gdz_tif_lib_e9@
5
6 ifneq ($(INCLUDE_TIF),)
7 INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_TIF)
8 endif
9
10 ifneq ($(LINK_TIF),)
11 LIBPATHS_TIF     := $(LIBPATH_OPTION)$(LINK_TIF)
12 endif
13
14 ifneq ($(LIB_TIF),)
15 LIB_FILE_TIF     := $(LIB_TIF)
16 LIB_FILE_TIF_LNK := $(LIB_TIF)
17 OSG_LIB_EXT      := $(OSG_LIB_EXT) $(LIB_TIF)
18 endif
Note: See TracBrowser for help on using the browser.