|
Revision 2644, 1.9 KB
(checked in by chris, 13 days ago)
|
|
Try again to fix QDBM build on OSX.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | # this file describes which binaries and scripts go to make |
|---|
| 3 | # up a parcel -- a group of files and scripts needed to perform |
|---|
| 4 | # a particular task |
|---|
| 5 | |
|---|
| 6 | backup-client |
|---|
| 7 | bin bbackupd |
|---|
| 8 | bin bbackupquery |
|---|
| 9 | bin bbackupctl |
|---|
| 10 | script bin/bbackupd/bbackupd-config |
|---|
| 11 | noinstall script COPYING.txt |
|---|
| 12 | noinstall script LICENSE-GPL.txt |
|---|
| 13 | noinstall script LICENSE-DUAL.txt |
|---|
| 14 | |
|---|
| 15 | html bbackupd |
|---|
| 16 | html bbackupquery |
|---|
| 17 | html bbackupctl |
|---|
| 18 | html bbackupd-config |
|---|
| 19 | html bbackupd.conf |
|---|
| 20 | |
|---|
| 21 | subdir qdbm libqdbm.a |
|---|
| 22 | |
|---|
| 23 | EXCEPT:mingw32,mingw32msvc |
|---|
| 24 | man bbackupd.8 |
|---|
| 25 | man bbackupquery.8 |
|---|
| 26 | man bbackupctl.8 |
|---|
| 27 | man bbackupd-config.8 |
|---|
| 28 | man bbackupd.conf.5 |
|---|
| 29 | END-EXCEPT |
|---|
| 30 | |
|---|
| 31 | ONLY:mingw32,mingw32msvc |
|---|
| 32 | script bin/bbackupd/win32/installer.iss |
|---|
| 33 | script bin/bbackupd/win32/bbackupd.conf |
|---|
| 34 | script bin/bbackupd/win32/NotifySysAdmin.vbs |
|---|
| 35 | END-ONLY |
|---|
| 36 | |
|---|
| 37 | ONLY:mingw32 |
|---|
| 38 | script /bin/mgwz.dll |
|---|
| 39 | script /bin/mingwm10.dll |
|---|
| 40 | END-ONLY |
|---|
| 41 | |
|---|
| 42 | ONLY:SunOS |
|---|
| 43 | script contrib/solaris/bbackupd-manifest.xml lib/svc/manifest |
|---|
| 44 | script contrib/solaris/bbackupd-smf-method lib/svc/method |
|---|
| 45 | END-ONLY |
|---|
| 46 | |
|---|
| 47 | ONLY:Darwin |
|---|
| 48 | script contrib/mac_osx/org.boxbackup.bbackupd.plist /Library/LaunchDaemons |
|---|
| 49 | END-ONLY |
|---|
| 50 | |
|---|
| 51 | backup-server |
|---|
| 52 | bin bbstored |
|---|
| 53 | bin bbstoreaccounts |
|---|
| 54 | script bin/bbstored/bbstored-certs |
|---|
| 55 | script bin/bbstored/bbstored-config |
|---|
| 56 | script lib/raidfile/raidfile-config |
|---|
| 57 | noinstall script COPYING.txt |
|---|
| 58 | noinstall script LICENSE-GPL.txt |
|---|
| 59 | noinstall script LICENSE-DUAL.txt |
|---|
| 60 | |
|---|
| 61 | html bbstored |
|---|
| 62 | html bbstoreaccounts |
|---|
| 63 | html bbstored-certs |
|---|
| 64 | html bbstored-config |
|---|
| 65 | html raidfile-config |
|---|
| 66 | html bbstored.conf |
|---|
| 67 | html raidfile.conf |
|---|
| 68 | |
|---|
| 69 | EXCEPT:mingw32,mingw32msvc |
|---|
| 70 | man bbstored.8 |
|---|
| 71 | man bbstoreaccounts.8 |
|---|
| 72 | man bbstored-certs.8 |
|---|
| 73 | man bbstored-config.8 |
|---|
| 74 | man raidfile-config.8 |
|---|
| 75 | man bbstored.conf.5 |
|---|
| 76 | man raidfile.conf.5 |
|---|
| 77 | END-EXCEPT |
|---|
| 78 | |
|---|
| 79 | ONLY:SunOS |
|---|
| 80 | script contrib/solaris/bbstored-manifest.xml lib/svc/manifest |
|---|
| 81 | script contrib/solaris/bbstored-smf-method lib/svc/method |
|---|
| 82 | END-ONLY |
|---|
| 83 | |
|---|
| 84 | ONLY:Darwin |
|---|
| 85 | script contrib/mac_osx/org.boxbackup.bbstored.plist /Library/LaunchDaemons |
|---|
| 86 | END-ONLY |
|---|