Rev | Line | |
---|
[1] | 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.tiff |
---|
| 19 | macosx/Images/Open.tiff |
---|
| 20 | macosx/Images/Progress.tiff |
---|
| 21 | macosx/Images/Remove.tiff |
---|
| 22 | macosx/Images/Resume.tiff |
---|
| 23 | macosx/Images/RevealOff.tiff |
---|
| 24 | macosx/Images/RevealOn.tiff |
---|
| 25 | macosx/Images/Stop.tiff |
---|
| 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/Transmission.xcodeproj/project.pbxproj |
---|
| 37 | macosx/Transmission_Prefix.pch |
---|
| 38 | macosx/Utils.h ; |
---|
| 39 | |
---|
| 40 | OSXPackage Transmission-$(VERSION_STRING)-OSX.dmg : |
---|
| 41 | Transmission.app ; |
---|
| 42 | NotFile package ; |
---|
| 43 | Depends package : Transmission-$(VERSION_STRING)-OSX.dmg ; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | SubInclude TOP libtransmission ; |
---|
Note: See
TracBrowser
for help on using the repository browser.