OsmAnd/Osmand-kernel/png/Makefile

14 lines
249 B
Makefile
Raw Normal View History

2012-05-31 21:01:27 +02:00
# Include tools definitions
2012-05-15 20:48:06 +02:00
include ../Makefile.vars
2012-05-08 10:47:42 +02:00
2012-05-31 21:01:27 +02:00
# Include project files
LOCAL_PATH = .
include Common.mk
2012-05-08 10:47:42 +02:00
2012-05-31 21:01:27 +02:00
# Set library name
LIBNAME = $(LIBRARY_PREFIX)png
LIBTYPE = $(STATICLIB_EXT)
2012-05-08 10:47:42 +02:00
2012-05-31 21:01:27 +02:00
# Finally, include generic rules
2012-06-04 23:49:39 +02:00
include ../Makefile.rules