aboutsummaryrefslogtreecommitdiff
path: root/src/input/touch/generic/Makefile
blob: 5c3d89fc1133bd5c64a401258247622a6f3cbd65 (plain)
1
2
3
4
5
6
7
8
9
10
SRCS=GenericTouchActionHandler.cpp \
     GenericTouchInputHandler.cpp \
     GenericTouchPinchDetector.cpp \
     GenericTouchRotateDetector.cpp \
     GenericTouchSwipeDetector.cpp \

LIB=input_touch_generic.a

include ../../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))