]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - matrix-gui-v2/matrix_browser.git/commitdiff
Rename SDK Makefile back to Makefile.build
authorFranklin S. Cooper Jr <fcooper@ti.com>
Wed, 19 Mar 2014 15:54:02 +0000 (10:54 -0500)
committerFranklin S. Cooper Jr <fcooper@ti.com>
Wed, 19 Mar 2014 15:54:02 +0000 (10:54 -0500)
* This insures that Qt users will have qmake generate "Makefile" instead of
  App-Makefile which is the expected/default behavior.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Makefile.build [moved from Makefile with 93% similarity]
matrix_browser.pro

similarity index 93%
rename from Makefile
rename to Makefile.build
index bbc0456a523ac3f827bdca5f96d5e2f1b747b82a..192c6f65fc3b5f905d0f7e5e6b5127a176c1abca 100644 (file)
--- a/Makefile
@@ -16,15 +16,15 @@ qmake_debug : matrix_browser.pro
 
 debug : qmake_debug
        @. ${ENV_SETUP}; \
-       make -f App-Makefile
+       make
 
 release : qmake
        @. ${ENV_SETUP}; \
-       make -f App-Makefile
+       make
 
 clean : qmake
        @. ${ENV_SETUP}; \
-       make -f App-Makefile distclean
+       make distclean
 
 install: release
        @if [ ! -d $(DESTDIR) ] ; then \
index b58e80a3bcf4cfa07707297207a98c081749b122..266c6b1fadc5434002e0e4758c4244aefa2b6ce1 100644 (file)
@@ -13,5 +13,3 @@ SOURCES += main.cpp
 # install
 target.path = .
 INSTALLS += target
-
-MAKEFILE = App-Makefile