13 lines
249 B
Makefile
13 lines
249 B
Makefile
# Include tools definitions
|
|
include ../Makefile.vars
|
|
|
|
# Include project files
|
|
LOCAL_PATH = .
|
|
include Common.mk
|
|
|
|
# Set library name
|
|
LIBNAME = $(LIBRARY_PREFIX)png
|
|
LIBTYPE = $(STATICLIB_EXT)
|
|
|
|
# Finally, include generic rules
|
|
include ../Makefile.rules
|