root/branches/dev/wminput/plugins/acc/Makefile.in

Revision 83, 299 bytes (checked in by dsmith, 2 years ago)

Merge libcwiid rename into trunk

Line 
1 #Copyright (C) 2007 L. Donnie Smith
2
3 include @top_builddir@/defs.mak
4
5 PLUGIN_NAME = acc
6 SOURCES = acc.c
7 CFLAGS += -I@top_builddir@/wminput -I@top_builddir@/libcwiid
8 LDLIBS += -lm
9 INST_DIR = $(CWIID_PLUGINS_DIR)
10
11 include $(COMMON)/include/plugin.mak
12
13 distclean: clean
14         rm Makefile
15
16 .PHONY: distclean
Note: See TracBrowser for help on using the browser.