19 lines
546 B
Plaintext
19 lines
546 B
Plaintext
SubDir BEPASCAL_TOP ;
|
|
|
|
# Force creation of target's directories BEFORE the building of libbepascal.so
|
|
Depends libbepascal.so : dirs ;
|
|
|
|
SubInclude BEPASCAL_TOP source ;
|
|
|
|
# set the distribution dir
|
|
DISTRIB_DIR = distrib ;
|
|
|
|
# make all distribution files. We recursively add all files in those directories except the ones in
|
|
# CVS subdirectories
|
|
MakeZip pas_sources.zip : source/bepascal/pas ;
|
|
MakeZip cpp_sources.zip : source/bepascal/cpp ;
|
|
MakeZip bin_bepascal.zip : source/bepascal/pas lib ;
|
|
MakeZip demos.zip : demos ;
|
|
MakeZip docs.zip : docs ;
|
|
|