Searched refs:framework (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A DMakefile3 cc -Wall -g -DMAIN -o ifnamer ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
6 cc -Wall -g -DTEST_SNAPSHOT -o snapshot ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
9 cc -Wall -g -DTEST_PLATFORM_UUID -o uuid ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-framework/
H A DMakefile42 Bar.framework/Bar : bar.c
43 mkdir -p Bar.framework
44 ${CC} bar.c -dynamiclib -install_name $(PWD)/Bar.framework/Bar -o Bar.framework/Bar
46 Foo.framework/Foo : foo.c Bar.framework/Bar
47 mkdir -p Foo.framework
48 ${CC} foo.c -dynamiclib Bar.framework/Bar -sub_umbrella Bar -install_name $(PWD)/Foo.framework/Foo -o Foo.framework/Fo
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-sub-framework/
H A DMakefile30 # Test that the ways to re-export a sub framework work
41 Bar.framework/Bar : bar.c
42 mkdir -p Bar.framework
43 ${CC} bar.c -dynamiclib -install_name $(PWD)/Bar.framework/Bar -o Bar.framework/Bar -umbrella Foo
45 Foo.framework/Foo : foo.c Bar.framework/Bar
46 mkdir -p Foo.framework
47 ${CC} foo.c -dynamiclib Bar.framework/Bar -install_name $(PWD)/Foo.framework/Fo
[all...]
/macosx-10.10.1/configd-699.1.5/Plugins/Logger/
H A DMakefile2 cc -Wall -g -DMAIN -o logger logger.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Tools/
H A DgenHeaderTests.py7 from %(framework)s import *
11 self.fail("Add header tests for <%(framework)s/%(basename)s.h>")
18 framework = sys.argv[1]
20 if framework[0] == '/':
21 dirpath = os.path.join(framework, 'Headers')
22 framework = os.path.basename(framework)[:-10]
25 dirpath = '/System/Library/Frameworks/%s.framework/Headers'%(framework,)
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/missing-symlink-framework-fallback-path/
H A DMakefile31 all: main dir/Foo.framework/Versions/Current/Foo
33 Foo.framework/Versions/Current/Foo:
34 mkdir -p Foo.framework/Versions/A
35 ${CC} ${CCFLAGS} -I${TESTROOT}/include -dynamiclib -o Foo.framework/Versions/A/Foo Foo.c
36 cd Foo.framework/Versions/ && ln -s A Current
37 cd Foo.framework/ && ln -s Versions/Current/Foo Foo
39 dir/Foo.framework/Versions/Current/Foo:
40 $(MAKE) Foo.framework/Versions/Current/Foo
41 rm -f Foo.framework/Foo
43 mv Foo.framework di
[all...]
/macosx-10.10.1/eap8021x-198/eapolcfg.tproj/
H A DMakefile2 cc -Wall -g -o eapolcfg eapolcfg.c -framework EAP8021X -F/System/Library/PrivateFrameworks -framework CoreFoundation -framework SystemConfiguration -framework Security -I../EAP8021X.fproj
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVComponentGlue.i24 %TellEmitter "framework" "master public";
26 %% This framework depends on these frameworks
30 %% This framework implements these headers
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/p12Reencode/
H A DMakefile30 # non-standard frameworks (e.g., -framework foo)
32 PROJ_FRAMEWORKS= -framework security_pkcs12$(VARIANT_SUFFIX) -framework security_apple_csp$(VARIANT_SUFFIX) -framework security_keychain$(VARIANT_SUFFIX)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-LaunchServices-2.5.1/Lib/LaunchServices/
H A D__init__.py2 Python mapping for the LaunchServices framework.
13 if os.path.exists('/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices.framework'):
14 framework = '/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices.framework' variable
16 framework = '/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework' variable
21 objc.pathForFramework(framework),
[all...]
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DMakefile5 WIFI_FRAMEWORK=-framework CoreWLAN
8 CORETELEPHONY=-framework CoreTelephony
10 WIFI_FRAMEWORK=-framework MobileWiFi -lio80211
37 cc -DTEST_WIRELESS_M -I../EAP8021X.fproj -g -o $@ $^ $(PF_INC) -framework CoreWLAN -framework Foundation
40 $(CC) $(ARCH_FLAGS) -DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS -I../EAP8021X.fproj -DTEST_WIRELESS -g -o $@ $^ $(PF_INC) $(WIFI_FRAMEWORK) -framework Foundation -framework EAP8021X -framework SystemConfiguration
43 $(CC) $(ARCH_FLAGS) -DUSE_SYSTEMCONFIGURATION_PRIVATE_HEADERS -I../EAP8021X.fproj -DTEST_WIRELESS -g -o $@ $^ $(PF_INC) $(WIFI_FRAMEWORK) -framework Foundation -framework EAP8021
[all...]
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/loader_path-symlink/
H A DMakefile38 mkdir -p Frameworks/Foo.framework/Versions/A
39 mkdir -p Frameworks/Bar.framework/Versions/A
40 ${CC} bar.c -dynamiclib -o Frameworks/Bar.framework/Versions/A/Bar -install_name @loader_path/../Bar.framework/Bar
41 (cd Frameworks/Foo.framework; ln -fs Versions/A/Foo)
42 (cd Frameworks/Bar.framework; ln -fs Versions/A/Bar)
43 ${CC} foo.c -dynamiclib -o Frameworks/Foo.framework/Versions/A/Foo -install_name @loader_path/../Frameworks/Foo.framework/Foo Frameworks/Bar.framework/Versions/A/Bar
45 ${CC} -I${TESTROOT}/include main.c -o bin/main Frameworks/Foo.framework/Version
[all...]
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A DMakefile2 cc -Wall -DTEST_PLUGIN -o EAPOLMonitor eapol_monitor.c -g -I../EAP8021X.fproj -framework EAP8021X -framework CoreFoundation -framework SystemConfiguration -F/System/Library/PrivateFrameworks
/macosx-10.10.1/PowerManagement-494.1.2/pmset/
H A DMakefile5 FRAMEWORKS = -framework IOKit -framework CoreFoundation -framework SystemConfiguration
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/DYLD_VERSIONED_FRAMEWORK_PATH-basic/
H A DMakefile44 export DYLD_VERSIONED_FRAMEWORK_PATH="${PWD}/alt11" && ./main 11 "alt11/Foo.framework/Versions/A/Foo"
50 mkdir -p Foo.framework alt11/Foo.framework/Versions/A alt9/Foo.framework alt12/Foo.framework
51 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=10 -current_version 10 -install_name "${PWD}/Foo.framework/Foo" -o Foo.framework/Foo
52 ${CC} ${CCFLAGS} -I${TESTROOT}/include -o main main.c Foo.framework/Foo
53 ${CC} ${CCFLAGS} -dynamiclib foo.c -DRESULT=11 -current_version 11 -install_name "${PWD}/Foo.framework/Foo" -o alt11/Foo.framework/Version
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DMakefile30 # non-standard frameworks (e.g., -framework foo)
32 PROJ_FRAMEWORKS= -framework CoreFoundation -framework CoreServices
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/trustAnchors/
H A DMakefile30 # non-standard frameworks (e.g., -framework foo)
32 PROJ_FRAMEWORKS= -framework Security -framework CoreFoundation
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/urlPageGrab/
H A DMakefile30 # non-standard frameworks (e.g., -framework foo)
32 PROJ_FRAMEWORKS= -framework CoreFoundation -framework Carbon
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/cputimeCal/
H A DMakefile30 # non-standard frameworks (e.g., -framework foo)
32 PROJ_FRAMEWORKS= -framework CoreFoundation -framework IOKit
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DMakefile7 CORETELEPHONY=-framework CoreTelephony
37 $(CC) $(ARCH_FLAGS) -isysroot $(SYSROOT) -Wall -DTEST_EAPSecCertificateCopyAttributesDictionary $(PF_INC) -framework Security -framework CoreFoundation -framework SystemConfiguration -g -o $@ $^
40 $(CC) $(ARCH_FLAGS) $(SCPRIV) -isysroot $(SYSROOT) -Wall -I.. -DTEST_EAPSecIdentity $(PF_INC) -framework Security -framework CoreFoundation -framework SystemConfiguration -g -o $@ $^
45 $(CC) $(ARCH_FLAGS) -isysroot $(SYSROOT) -Wall -DTEST_EAPSecIdentityHandleCreateSecIdentityTrustChain $(PF_INC) -framework Security -framework CoreFoundation -framework SystemConfiguratio
[all...]
/macosx-10.10.1/curl-83.1.2/curl/
H A DMacOSX-Framework3 # universal binary libcurl.framework for Mac OS X 10.4 or greater.
27 # now a simple rsync -vaP libcurl.framework /Library/Frameworks will install it
83 echo "----Configuring libcurl for 32 bit universal framework..."
93 echo "----Creating 32 bit framework..."
94 rm -r libcurl.framework
95 mkdir -p libcurl.framework/${FRAMEWORK_VERSION}/Resources
96 cp lib/.libs/libcurl.dylib libcurl.framework/${FRAMEWORK_VERSION}/libcurl
97 install_name_tool -id @executable_path/../Frameworks/libcurl.framework/${FRAMEWORK_VERSION}/libcurl libcurl.framework/${FRAMEWORK_VERSION}/libcurl
98 /usr/bin/sed -e "s/7\.12\.3/$VERSION/" lib/libcurl.plist >libcurl.framework/
[all...]
/macosx-10.10.1/KerberosHelper-151/Source/
H A DMakefile4 cc -o lookupDSLocalKDC -F/System/Library/PrivateFrameworks -framework CoreFoundation -framework OpenDirectory lookupDSLocalKDC.o
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DMakefile22 # non-standard frameworks (e.g., -framework foo)
24 PROJ_FRAMEWORKS= -framework CoreFoundation
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/giantBench/
H A DMakefile22 # non-standard frameworks (e.g., -framework foo)
24 PROJ_FRAMEWORKS= -framework CoreFoundation
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/cgConstruct/
H A DMakefile31 # non-standard frameworks (e.g., -framework foo)
33 PROJ_FRAMEWORKS= -framework CoreFoundation

Completed in 116 milliseconds

1234567891011>>