]> git.saurik.com Git - apple/configd.git/blob - Plugins/InterfaceNamer/Makefile
configd-963.200.27.tar.gz
[apple/configd.git] / Plugins / InterfaceNamer / Makefile
1
2 ifnamer: ifnamer.c
3 cc -Wall -g -DMAIN -o ifnamer ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
4
5 snapshot: ifnamer.c
6 cc -Wall -g -DTEST_SNAPSHOT -o snapshot ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
7
8 uuid: ifnamer.c
9 cc -Wall -g -DTEST_PLATFORM_UUID -o uuid ifnamer.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
10
11 clean:
12 rm -rf ifnamer ifnamer.dSYM snapshot snapshot.dSYM uuid uuid.dSYM
13