Changeset 055987aebe06f6f25df9e793aea93f95cc463ec6
- Timestamp:
- 03/19/07 05:25:05 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- cd59b42bfa142d7fd2babeaa98227dfd8b44aff7
- Parents:
- 4282bc138561576d7ddc9c5a08dbf776a7a4e169
- git-author:
- L. Donnie Smith <donnie.smith@…> (03/19/07 05:25:05)
- git-committer:
- dsmith <dsmith@…> (03/19/07 05:25:05)
- Message:
-
Makefile.in: Append rather than set compiler options
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@30 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r15d141c
|
r055987a
|
|
| 8 | 8 | MINOR_VER = 1 |
| 9 | 9 | SOURCES = connect.c command.c event.c rw.c util.c queue.c |
| 10 | | LDLIBS = -lbluetooth -lpthread -lrt |
| | 10 | LDLIBS += -lbluetooth -lpthread -lrt |
| 11 | 11 | LIB_INST_DIR = @libdir@ |
| 12 | 12 | INC_INST_DIR = @includedir@ |
-
|
r15d141c
|
r055987a
|
|
| 9 | 9 | |
| 10 | 10 | CFLAGS += -I@top_builddir@/wiimote |
| 11 | | LDFLAGS = -L@top_builddir@/wiimote |
| 12 | | LDLIBS = -lwiimote |
| | 11 | LDFLAGS += -L@top_builddir@/wiimote |
| | 12 | LDLIBS += -lwiimote |
| 13 | 13 | INST_DIR = @bindir@ |
| 14 | 14 | |
-
|
r8c3c63a
|
r055987a
|
|
| 9 | 9 | |
| 10 | 10 | CFLAGS += @GTK_CFLAGS@ -I@top_builddir@/wiimote |
| 11 | | LDFLAGS = -L@top_builddir@/wiimote |
| 12 | | LDLIBS = @GTK_LIBS@ -lm -lwiimote |
| | 11 | LDFLAGS += -L@top_builddir@/wiimote |
| | 12 | LDLIBS += @GTK_LIBS@ -lm -lwiimote |
| 13 | 13 | INST_DIR = @bindir@ |
| 14 | 14 | |
-
|
r4282bc1
|
r055987a
|
|
| 10 | 10 | CFLAGS += -I@top_builddir@/wiimote \ |
| 11 | 11 | -DWMINPUT_CONFIG_DIR=\"$(WMINPUT_CONFIG_DIR)\" |
| 12 | | LDLIBS = -lwiimote -ldl |
| 13 | | LDFLAGS = -L@top_builddir@/wiimote -rdynamic |
| | 12 | LDLIBS += -lwiimote -ldl |
| | 13 | LDFLAGS += -L@top_builddir@/wiimote -rdynamic |
| 14 | 14 | INST_DIR = @bindir@ |
| 15 | 15 | WMINPUT_CONFIG_DIR = $(CWIID_CONFIG_DIR)/wminput |
| 16 | 16 | |
| 17 | | YFLAGS = -d |
| | 17 | YFLAGS += -d |
| 18 | 18 | |
| 19 | 19 | include $(COMMON)/include/app.mak |
-
|
r573bcd0
|
r055987a
|
|
| 7 | 7 | SOURCES = acc.c |
| 8 | 8 | CFLAGS += -I@top_builddir@/wminput -I@top_builddir@/wiimote |
| 9 | | LDLIBS = -lm |
| | 9 | LDLIBS += -lm |
| 10 | 10 | INST_DIR = $(CWIID_PLUGINS_DIR) |
| 11 | 11 | |
-
|
r573bcd0
|
r055987a
|
|
| 7 | 7 | SOURCES = nunchuk_acc.c |
| 8 | 8 | CFLAGS += -I@top_builddir@/wminput -I@top_builddir@/wiimote |
| 9 | | LDLIBS = -lm |
| | 9 | LDLIBS += -lm |
| 10 | 10 | INST_DIR = $(CWIID_PLUGINS_DIR) |
| 11 | 11 | |