[TC] Build Options are modified.
authordeasung.kim <deasung.kim@samsung.com>
Wed, 20 Apr 2011 01:31:40 +0000 (10:31 +0900)
committerdeasung.kim <deasung.kim@samsung.com>
Wed, 20 Apr 2011 01:31:40 +0000 (10:31 +0900)
23 files changed:
TC/elm_ts/index/Makefile
TC/elm_ts/index/utc_UIFW_elm_index_item_append_relative_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/Makefile [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/tc_gen.sh [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/tslist [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_MODULE_API_func.c.in [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_add_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_entry_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_after_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_before_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_end_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_add_start_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_data_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_del_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_first_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_label_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_last_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_next_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_prev_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_item_selected_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_items_del_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_items_get_func.c [changed mode: 0755->0644]
TC/elm_ts/multibuttonentry/utc_UIFW_elm_multibuttonentry_label_get_func.c [changed mode: 0755->0644]

index b5f4cdc..0ffcb86 100644 (file)
@@ -18,7 +18,7 @@ TARGETS = utc_UIFW_elm_index_add_func \
                utc_UIFW_elm_index_item_clear_func      \
                utc_UIFW_elm_index_item_level_get_func
 
-PKGS = elementary
+PKGS = elementary evas
 
 LDFLAGS = `pkg-config --libs $(PKGS)`
 LDFLAGS += $(TET_ROOT)/lib/tet3/tcm_s.o
@@ -31,8 +31,8 @@ CFLAGS += -Wall
 
 all: $(TARGETS)
 
-$(TARGET): %: %.c
-       $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
+$(TARGETS): %: %.c
+       $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
 
 clean:
        rm -f $(TARGETS)
old mode 100755 (executable)
new mode 100644 (file)
index 7253c8c..5c3cfe4
@@ -18,7 +18,7 @@ TARGETS = utc_UIFW_elm_multibuttonentry_add_func \
          utc_UIFW_elm_multibuttonentry_item_next_func \
          utc_UIFW_elm_multibuttonentry_item_data_get_func
 
-PKGS = elementary
+PKGS = elementary evas
 
 LDFLAGS = `pkg-config --libs $(PKGS)`
 LDFLAGS += $(TET_ROOT)/lib/tet3/tcm_s.o
@@ -31,8 +31,8 @@ CFLAGS += -Wall
 
 all: $(TARGETS)
 
-$(TARGET): %: %.c
-       $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS)
+$(TARGETS): %: %.c
+       $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
 
 clean:
        rm -f $(TARGETS)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)