Last change
on this file since 345 was
98,
checked in by titer, 17 years ago
|
Use the infinite symbol rather than "Inf."
|
File size:
1.8 KB
|
Line | |
---|
1 | SubDir TOP ; |
---|
2 | |
---|
3 | Main transmissioncli : transmissioncli.c ; |
---|
4 | LinkLibraries transmissioncli : libtransmission.a ; |
---|
5 | ObjectHdrs transmissioncli.c : $(TOP)/libtransmission ; |
---|
6 | |
---|
7 | if $(OS) = MACOSX |
---|
8 | { |
---|
9 | OSXInfoPlist macosx/Info.plist : macosx/Info.plist.in ; |
---|
10 | OSXBundle Transmission.app : libtransmission.a |
---|
11 | macosx/Controller.h |
---|
12 | macosx/Controller.m |
---|
13 | macosx/English.lproj/InfoPlist.strings |
---|
14 | macosx/English.lproj/MainMenu.nib |
---|
15 | macosx/English.lproj/MainMenu.nib/classes.nib |
---|
16 | macosx/English.lproj/MainMenu.nib/info.nib |
---|
17 | macosx/English.lproj/MainMenu.nib/keyedobjects.nib |
---|
18 | macosx/Images/Info.png |
---|
19 | macosx/Images/Open.png |
---|
20 | macosx/Images/PauseOff.png |
---|
21 | macosx/Images/PauseOn.png |
---|
22 | macosx/Images/Progress.png |
---|
23 | macosx/Images/Remove.png |
---|
24 | macosx/Images/RevealOff.png |
---|
25 | macosx/Images/RevealOn.png |
---|
26 | macosx/Images/Transmission.icns |
---|
27 | macosx/Images/TransmissionDocument.icns |
---|
28 | macosx/Info.plist |
---|
29 | macosx/NameCell.h |
---|
30 | macosx/NameCell.m |
---|
31 | macosx/PrefsController.h |
---|
32 | macosx/PrefsController.m |
---|
33 | macosx/ProgressCell.h |
---|
34 | macosx/ProgressCell.m |
---|
35 | macosx/main.m |
---|
36 | macosx/StringAdditions.h |
---|
37 | macosx/StringAdditions.m |
---|
38 | macosx/TorrentTableView.h |
---|
39 | macosx/TorrentTableView.m |
---|
40 | macosx/Transmission.sdef |
---|
41 | macosx/Transmission.xcodeproj/project.pbxproj |
---|
42 | macosx/Transmission_Prefix.pch |
---|
43 | macosx/Utils.h ; |
---|
44 | |
---|
45 | OSXPackage Transmission-$(VERSION_STRING)-OSX.dmg : |
---|
46 | Transmission.app ; |
---|
47 | NotFile package ; |
---|
48 | Depends package : Transmission-$(VERSION_STRING)-OSX.dmg ; |
---|
49 | } |
---|
50 | else if $(GTK) = yes |
---|
51 | { |
---|
52 | SubInclude TOP gtk ; |
---|
53 | } |
---|
54 | |
---|
55 | if $(OS) = BEOS |
---|
56 | { |
---|
57 | BeOSBuild Transmission : libtransmission.a ; |
---|
58 | } |
---|
59 | |
---|
60 | SubInclude TOP libtransmission ; |
---|
Note: See
TracBrowser
for help on using the repository browser.