forked from hbang/TypeStatus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
28 lines (19 loc) · 712 Bytes
/
Makefile
File metadata and controls
28 lines (19 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export TARGET = iphone:clang:latest:7.0
INSTALL_TARGET_PROCESSES = MobileSMS Preferences
ifeq ($(RESPRING),1)
INSTALL_TARGET_PROCESSES += SpringBoard
endif
ifeq ($(IMAGENT),1)
INSTALL_TARGET_PROCESSES += imagent
endif
export ADDITIONAL_CFLAGS = -Wextra -Wno-unused-parameter
include $(THEOS)/makefiles/common.mk
SUBPROJECTS = springboard client relay prefs messages
include $(THEOS_MAKE_PATH)/aggregate.mk
after-stage::
ifneq ($(PACKAGE_BUILDNAME),debug)
mkdir -p $(THEOS_STAGING_DIR)/DEBIAN
cp postinst postrm $(THEOS_STAGING_DIR)/DEBIAN
endif
mkdir -p $(THEOS_STAGING_DIR)/System/Library/Frameworks/UIKit.framework
cp Resources/*.png $(THEOS_STAGING_DIR)/System/Library/Frameworks/UIKit.framework