mkjambase now can process '. file' includes; default monolithic Jambase separated...
[k8jam.git] / defaults / Jambase.main.objc
blobcadd74ddd6be3c293c7161a83c3e62d6b169b256
1 # /ObjC-Main image : sources ;
3 # Compiles _sources_ and links them into _image_. Calls @Objects and
4 # @ObjC-MainFromObjects.
6 # _image_ may be supplied without suffix.
8 rule ObjC-Main {
9 ObjC-MainFromObjects $(<) : $(>:S=$(SUFOBJ)) ;
10 Objects $(>) ;