|
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_PNG := @ac_gdz_png_incdir_e11@ |
|---|
| 3 |
LINK_PNG := @ac_gdz_png_libdir_e11@ |
|---|
| 4 |
LIB_PNG := @ac_gdz_png_lib_e11@ |
|---|
| 5 |
|
|---|
| 6 |
ifneq ($(INCLUDE_PNG),) |
|---|
| 7 |
INCL_$(OS_BASE) += $(INC_OPTION)$(INCLUDE_PNG) |
|---|
| 8 |
endif |
|---|
| 9 |
|
|---|
| 10 |
ifneq ($(LINK_PNG),) |
|---|
| 11 |
LIBPATHS_PNG := $(LIBPATH_OPTION)$(LINK_PNG) |
|---|
| 12 |
endif |
|---|
| 13 |
|
|---|
| 14 |
ifneq ($(LIB_PNG),) |
|---|
| 15 |
LIB_FILE_PNG := $(LIB_PNG) |
|---|
| 16 |
LIB_FILE_PNG_LNK := $(LIB_PNG) |
|---|
| 17 |
OSG_LIB_EXT := $(OSG_LIB_EXT) $(LIB_PNG) |
|---|
| 18 |
endif |
|---|