summaryrefslogtreecommitdiff
path: root/src/libmowgli/platform/Makefile
blob: 7d883d4b1c84c48b6f572a8843bc92130bc6fcda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include ../../../extra.mk

STATIC_PIC_LIB_NOINST = ${LIBMOWGLI_SHARED_PLATFORM}
STATIC_LIB_NOINST = ${LIBMOWGLI_STATIC_PLATFORM}

SUBDIRS = win32

SRCS = cacheline.c

INCLUDES = attributes.h cacheline.h constructor.h machine.h

include ../../../buildsys.mk

includesubdir = $(PACKAGE_NAME)/platform

CPPFLAGS += -I. -I.. -I../../.. -DMOWGLI_CORE