root/branches/Dirk_CPtr/CommonConf/commonGIF.in

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

created : basic import

  • Property svn:eol-style set to native
Line 
1
2 INCLUDE_GIF := @ac_gdz_gif_incdir_e13@
3 LINK_GIF    := @ac_gdz_gif_libdir_e13@
4 LIB_GIF     := @ac_gdz_gif_lib_e13@
5
6 ifneq ($(INCLUDE_GIF),)
7 INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_GIF)
8 endif
9
10 ifneq ($(LINK_GIF),)
11 LIBPATHS_GIF     := $(LIBPATH_OPTION)$(LINK_GIF)
12 endif
13
14 ifneq ($(LIB_GIF),)
15 LIB_FILE_GIF     := $(LIB_GIF)
16 LIB_FILE_GIF_LNK := $(LIB_GIF)
17 endif
Note: See TracBrowser for help on using the browser.