ObjFW  Diff

Differences From Artifact [c92a9269e5]:

To Artifact [f964e9ff82]:


11
12
13
14
15
16
17

18
19


20
21
22
23
24
25


26
27
28
29
30
31
32
11
12
13
14
15
16
17
18
19

20
21
22
23
24
25
26

27
28
29
30
31
32
33
34
35







+

-
+
+





-
+
+








SRCS = OHGameController.m		\
       OHGameControllerAxis.m		\
       OHGameControllerButton.m		\
       OHGameControllerDirectionalPad.m	\
       OHGameControllerElement.m	\
       OHGameControllerProfile.m	\
       OHGamepad.m			\
       ${USE_SRCS_EVDEV}
SRCS_EVDEV = OHEvdevGameController.m
SRCS_EVDEV = OHEvdevGameController.m	\
	     OHEvdevGamepad.m

INCLUDES := ${SRCS:.m=.h}	\
	    ObjFWHID.h

SRCS += OHGameControllerEmulatedAxis.m		\
	OHGameControllerEmulatedButton.m
	OHGameControllerEmulatedButton.m	\
	OHGameControllerEmulatedTriggerButton.m

includesubdir = ObjFWHID

include ../../buildsys.mk

install-extra:
	i=ObjFWHID.oc; \