OsmAnd/Osmand-kernel/freetype/Makefile

13 lines
248 B
Makefile
Raw Normal View History

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