build: cleanaup Makefile
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 05:52:36 +0000 (14:52 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 23 Jan 2013 11:05:28 +0000 (20:05 +0900)
Change-Id: Ie55a4b6633f22b4accc152b9d69055a60ff62108

Makefile

index 213dbb2..04560ff 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -49,10 +49,9 @@ FW_LIBS_JS = ${JS_OUTPUT_ROOT}/${PROJECT_NAME}-libs.js
 FW_THEME_CSS_FILE = ${PROJECT_NAME}-theme.css
 FW_WIDGET_CSS_FILE = ${WIDGET_CSS_OUTPUT_ROOT}/${PROJECT_NAME}-widget.css
 
-LIBS_JS_FILES = jlayout/jquery.sizes.js \
-                               jquery.easing.1.3.js \
-                               jquery.tmpl.js \
-                               jquery.mobile.js \
+LIBS_JS_FILES = jquery.easing.1.3.js \
+               jquery.tmpl.js \
+               jquery.mobile.js \
                 $(NULL)
 
 JQUERY_MOBILE_CSS = submodules/jquery-mobile/compiled/jquery.mobile.structure.css \
@@ -66,18 +65,6 @@ JQM_LIB_PATH = $(CURDIR)/libs/js/${JQM_VERSION}
 JQUERY = jquery-1.8.2.js
 JQUERY_MIN = $(subst .js,.min.js,$(JQUERY))
 
-LIBS_CSS_FILES =
-ifeq (${DEBUG},yes)
-LIBS_CSS_FILES +=\
-    $(CURDIR)/src/jqm/compiled/jquery.mobile-1.0rc2pre.css \
-    $(NULL)
-else
-LIBS_CSS_FILES +=\
-    $(CURDIR)/src/jqm/compiled/jquery.mobile-1.0rc2pre.min.css \
-    $(NULL)
-endif
-
-
 all: libs_prepare third_party widgets libs_cleanup loader themes version version_compat compress
 
 libs_prepare:
@@ -110,14 +97,8 @@ third_party: init jqm
            cp ${LIBS_DIR}/js/${JQUERY} ${JS_OUTPUT_ROOT}/jquery.js
            cp ${LIBS_DIR}/js/${JQUERY_MIN} ${JS_OUTPUT_ROOT}/jquery.min.js
        @@cd ${LIBS_DIR}/css; \
-           for f in ${LIBS_CSS_FILES}; do \
-               cat $$f >> ${FW_CSS}; \
-           done; \
            cp -r images/* ${CSS_IMAGES_OUTPUT_DIR}
 
-       #@@cp -a ${LIBS_DIR}/images ${FRAMEWORK_ROOT}/
-
-
 widgets: init third_party
        # Building widgets...
        @@ls -l ${WIDGETS_DIR} | grep '^d' | awk '{print $$NF;}' | \