OsmAnd/Osmand-kernel/expat/Makefile
2012-05-31 22:01:27 +03:00

13 lines
No EOL
250 B
Makefile

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