
# this file describes which binaries and scripts go to make
# up a parcel -- a group of files and scripts needed to perform
# a particular task

backup-client
	bin bbackupd
	bin bbackupquery
	bin bbackupctl
	script bin/bbackupd/bbackupd-config

ONLY:mingw32
	script bin/bbackupd/win32/installer.iss 
	script bin/bbackupd/win32/ReadMe.txt 
	script bin/bbackupd/win32/bbackupd.conf
	script /bin/mgwz.dll
	script /bin/mingwm10.dll
	optional script /bin/pcreposix.dll
END-ONLY

OMIT:mingw32
OMIT:CYGWIN

backup-server
	bin bbstored
	bin bbstoreaccounts
	script bin/bbstored/bbstored-certs
	script bin/bbstored/bbstored-config
	script lib/raidfile/raidfile-config

END-OMIT
