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

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

created : basic import

  • Property svn:eol-style set to native
Line 
1
2 INCLUDE_STL := @ac_gdz_stl_dir_e4@
3 LINK_STL    := @ac_gdz_stl_dir_e4@
4 LIB_STL     := @ac_gdz_stl_lib_e4@
5
6 ifneq ($(INCLUDE_STL),)
7 INCL_$(OS_BASE) := $(INC_OPTION)$(INCLUDE_STL) $(INCL_$(OS_BASE))
8 endif
9
10 ifneq ($(LINK_STL),)
11 LIBPATHS_$(OS_BASE) := $(LIBPATH_OPTION)$(LINK_STL) $(LIBPATHS_$(OS_BASE))
12 endif
13
14 ifneq ($(LIB_STL),)
15 LIBS_$(OS_BASE) := $(LIB_STL) $(LIBS_$(OS_BASE))
16 endif
17
Note: See TracBrowser for help on using the browser.