Make.proto
changeset 382 1825151d6455
parent 377 6112a403a52d
child 385 44a36ed4e484
equal deleted inserted replaced
381:0bbbcf5da2d4 382:1825151d6455
    32 
    32 
    33 # if your embedded C code requires any system includes,
    33 # if your embedded C code requires any system includes,
    34 # add the path(es) here:,
    34 # add the path(es) here:,
    35 # ********** OPTIONAL: MODIFY the next lines ***
    35 # ********** OPTIONAL: MODIFY the next lines ***
    36 # LOCALINCLUDES=-Ifoo -Ibar
    36 # LOCALINCLUDES=-Ifoo -Ibar
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2
    37 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/goodies/monticello -I$(INCLUDE_TOP)/stx/libbasic -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libscm/mercurial/monticello
    38 
    38 
    39 
    39 
    40 # if you need any additional defines for embedded C code,
    40 # if you need any additional defines for embedded C code,
    41 # add them here:,
    41 # add them here:,
    42 # ********** OPTIONAL: MODIFY the next lines ***
    42 # ********** OPTIONAL: MODIFY the next lines ***
    62 
    62 
    63 
    63 
    64 all:: preMake classLibRule postMake
    64 all:: preMake classLibRule postMake
    65 
    65 
    66 pre_objs::  
    66 pre_objs::  
       
    67 
       
    68 
       
    69 mc:
       
    70 	mkdir mc
       
    71 
       
    72 mcz: mc
       
    73 	$(TOP)/projects/smalltalk/smalltalk --eval "                              \
       
    74 		 Smalltalk packagePath add:'$(TOP)' .                             \
       
    75 		 Smalltalk loadPackage:'stx:goodies/petitparser'.                 \
       
    76 		 (Smalltalk at: #'stx_goodies_petitparser') exportAsMczTo: 'mc'."
    67 
    77 
    68 
    78 
    69 
    79 
    70 
    80 
    71 # Update SVN revision in package definition class
    81 # Update SVN revision in package definition class