-
Notifications
You must be signed in to change notification settings - Fork 7
/
Makefile
82 lines (75 loc) · 1.13 KB
/
Makefile
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
all: ios
ios:
make build DIRS="$(IOS)"
make build-specific TARGET=ios DIRS="$(DUAL)"
osx:
make build-specific TARGET=osx DIRS="$(OSX)"
build:
for i in $(DIRS); do (cd $$i && make); done
build-specific:
for i in $(DIRS); do (cd $$i && make $(TARGET)); done
clean:
for i in $(IOS) $(OSX) $(DUAL); do (cd $$i; make clean); done
OSX=
DUAL=
IOS=\
AmazonLogin\
ATMHud\
BeeblexSDK\
BPStatusBar\
chipmunk\
cocos2d\
cocosDenshion\
CorePlot\
Couchbase\
Crittercism\
Datatrans\
DropboxChooser\
DropBoxSync\
Estimote\
facebook\
FlurryAnalytics\
GCDiscreetNotification\
GoogleAdMobAds\
GoogleAnalytics\
GoogleCast\
GoogleMaps\
GooglePlusAndPlayGameServices\
iCarousel\
InMobi\
iRate\
KGStatusBar\
Kiip\
LAAnimatedGrid\
LineaPRO\
MagTek.iDynamo\
MBAlertView\
MBProgressHUD\
MGSplitViewController\
MMSDK\
Mobclix\
MTIKS\
OpenTok\
Parse\
PaypalMEC\
PayPalMobileExpressCheckout\
PayPalMobilePayment\
PHFComposeBarView\
RedLaser\
Redpark\
Route-Me\
SDSegmentedControl\
SDWebImage\
ShareKit\
SMCalloutView\
SparkInspector\
TapJoyConnect\
Taplytics\
TestFairy\
TestFlight\
TimesSquare\
TSMiniWebBrowser\
UrbanAirShip\
VENCalculatorInputView\
WEPopover\
ZipArchive