OsmAnd/Osmand-kernel/png/Makefile
2012-06-04 23:53:16 +02:00

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