OsmAnd/Osmand-kernel/expat/Makefile

13 lines
250 B
Makefile
Raw Normal View History

2012-05-31 21:01:27 +02:00
# Include tools definitions
2012-05-28 19:19:39 +02:00
include ../Makefile.vars
2012-05-31 21:01:27 +02:00
# Include project files
LOCAL_PATH = .
include Common.mk
2012-05-28 19:19:39 +02:00
2012-05-31 21:01:27 +02:00
# Set library name
LIBNAME = $(LIBRARY_PREFIX)expat
LIBTYPE = $(STATICLIB_EXT)
2012-05-28 19:19:39 +02:00
2012-05-31 21:01:27 +02:00
# Finally, include generic rules
include ../Makefile.rules