Skip to content

Commit

Permalink
Removed all makefiles except for hello_world
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanlu authored and devnoname120 committed Dec 31, 2016
1 parent 2f22bdc commit b57781f
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 659 deletions.
55 changes: 0 additions & 55 deletions audio/Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions camera/Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions ctrl/Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions debug_print/Makefile

This file was deleted.

7 changes: 5 additions & 2 deletions hello_cpp_world/Makefile
@@ -1,12 +1,15 @@
# Writing Vita Makefiles is now DEPRECATED. All you need is CMakeLists.txt
# This is provided only for compatibility. Your project does NOT need this file.

PHONY := all package clean
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))

CC := arm-vita-eabi-gcc
CXX := arm-vita-eabi-g++
STRIP := arm-vita-eabi-strip

PROJECT_TITLE := VitaSDK sample
PROJECT_TITLEID := VSDK00001
PROJECT_TITLE := Hello World
PROJECT_TITLEID := VSDK00005

PROJECT := vita_sample
CXXFLAGS += -std=c++11
Expand Down
7 changes: 5 additions & 2 deletions hello_world/Makefile
@@ -1,12 +1,15 @@
# Writing Vita Makefiles is now DEPRECATED. All you need is CMakeLists.txt
# This is provided only for compatibility. Your project does NOT need this file.

PHONY := all package clean
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))

CC := arm-vita-eabi-gcc
CXX := arm-vita-eabi-g++
STRIP := arm-vita-eabi-strip

PROJECT_TITLE := VitaSDK sample
PROJECT_TITLEID := VSDK00001
PROJECT_TITLE := Hello World
PROJECT_TITLEID := VSDK00006

PROJECT := vita_sample
CFLAGS += -Wl,-q -I../common
Expand Down
49 changes: 0 additions & 49 deletions ime/Makefile

This file was deleted.

55 changes: 0 additions & 55 deletions motion/Makefile

This file was deleted.

0 comments on commit b57781f

Please sign in to comment.