Changeset 055987aebe06f6f25df9e793aea93f95cc463ec6

Show
Ignore:
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:
6 modified

Legend:

Unmodified
Added
Removed
  • wiimote/Makefile.in

    r15d141c r055987a  
    88MINOR_VER = 1 
    99SOURCES = connect.c command.c event.c rw.c util.c queue.c 
    10 LDLIBS = -lbluetooth -lpthread -lrt 
     10LDLIBS += -lbluetooth -lpthread -lrt 
    1111LIB_INST_DIR = @libdir@ 
    1212INC_INST_DIR = @includedir@ 
  • wmdemo/Makefile.in

    r15d141c r055987a  
    99 
    1010CFLAGS += -I@top_builddir@/wiimote 
    11 LDFLAGS = -L@top_builddir@/wiimote 
    12 LDLIBS = -lwiimote 
     11LDFLAGS += -L@top_builddir@/wiimote 
     12LDLIBS += -lwiimote 
    1313INST_DIR = @bindir@ 
    1414 
  • wmgui/Makefile.in

    r8c3c63a r055987a  
    99 
    1010CFLAGS += @GTK_CFLAGS@ -I@top_builddir@/wiimote 
    11 LDFLAGS = -L@top_builddir@/wiimote 
    12 LDLIBS = @GTK_LIBS@ -lm -lwiimote 
     11LDFLAGS += -L@top_builddir@/wiimote 
     12LDLIBS += @GTK_LIBS@ -lm -lwiimote 
    1313INST_DIR = @bindir@ 
    1414 
  • wminput/Makefile.in

    r4282bc1 r055987a  
    1010CFLAGS += -I@top_builddir@/wiimote \ 
    1111        -DWMINPUT_CONFIG_DIR=\"$(WMINPUT_CONFIG_DIR)\" 
    12 LDLIBS = -lwiimote -ldl 
    13 LDFLAGS = -L@top_builddir@/wiimote -rdynamic 
     12LDLIBS += -lwiimote -ldl 
     13LDFLAGS += -L@top_builddir@/wiimote -rdynamic 
    1414INST_DIR = @bindir@ 
    1515WMINPUT_CONFIG_DIR = $(CWIID_CONFIG_DIR)/wminput 
    1616 
    17 YFLAGS = -d 
     17YFLAGS += -d 
    1818 
    1919include $(COMMON)/include/app.mak 
  • wminput/plugins/acc/Makefile.in

    r573bcd0 r055987a  
    77SOURCES = acc.c 
    88CFLAGS += -I@top_builddir@/wminput -I@top_builddir@/wiimote 
    9 LDLIBS = -lm 
     9LDLIBS += -lm 
    1010INST_DIR = $(CWIID_PLUGINS_DIR) 
    1111 
  • wminput/plugins/nunchuk_acc/Makefile.in

    r573bcd0 r055987a  
    77SOURCES = nunchuk_acc.c 
    88CFLAGS += -I@top_builddir@/wminput -I@top_builddir@/wiimote 
    9 LDLIBS = -lm 
     9LDLIBS += -lm 
    1010INST_DIR = $(CWIID_PLUGINS_DIR) 
    1111