|
Revision 2, 360 bytes
(checked in by vossg, 2 years ago)
|
created : basic import
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
INCLUDE_MNG := @ac_gdz_mng_incdir_e12@ |
|---|
| 3 |
LINK_MNG := @ac_gdz_mng_libdir_e12@ |
|---|
| 4 |
LIB_MNG := @ac_gdz_mng_lib_e12@ |
|---|
| 5 |
|
|---|
| 6 |
ifneq ($(INCLUDE_MNG),) |
|---|
| 7 |
INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_MNG) |
|---|
| 8 |
endif |
|---|
| 9 |
|
|---|
| 10 |
ifneq ($(LINK_MNG),) |
|---|
| 11 |
LIBPATHS_MNG := $(LIBPATH_OPTION)$(LINK_MNG) |
|---|
| 12 |
endif |
|---|
| 13 |
|
|---|
| 14 |
ifneq ($(LIB_MNG),) |
|---|
| 15 |
LIB_FILE_MNG := $(LIB_MNG) |
|---|
| 16 |
LIB_FILE_MNG_LNK := $(LIB_MNG) |
|---|
| 17 |
endif |
|---|
| 18 |
|
|---|