Make.proto
changeset 3633 f8ebb7ab4003
parent 3373 4d65e3f12c9e
child 3653 7182a3f38041
equal deleted inserted replaced
3632:e6d959c747a6 3633:f8ebb7ab4003
     1 # $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.136 2008-03-25 10:16:44 ab Exp $
     1 # $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.137 2009-02-16 13:12:21 cg Exp $
     2 #
     2 #
     3 # DO NOT EDIT 
     3 # DO NOT EDIT 
     4 # automagically generated from the projectDefinition: stx_libwidg2.
     4 # automagically generated from the projectDefinition: stx_libwidg2.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    26 
    26 
    27 # subdirectories where Makefiles are to be made:
    27 # subdirectories where Makefiles are to be made:
    28 # (only define if different from SUBDIRS)
    28 # (only define if different from SUBDIRS)
    29 # ALLSUBDIRS=
    29 # ALLSUBDIRS=
    30 
    30 
       
    31 REQUIRED_SUPPORT_DIRS=
    31 
    32 
    32 # if your embedded C code requires any system includes, 
    33 # if your embedded C code requires any system includes, 
    33 # add the path(es) here:, 
    34 # add the path(es) here:, 
    34 # ********** OPTIONAL: MODIFY the next lines ***
    35 # ********** OPTIONAL: MODIFY the next lines ***
    35 # LOCALINCLUDES=-Ifoo -Ibar
    36 # LOCALINCLUDES=-Ifoo -Ibar
    75 # add more preMake actions here
    76 # add more preMake actions here
    76 preMake::
    77 preMake::
    77 
    78 
    78 # add more postMake actions here
    79 # add more postMake actions here
    79 postMake:: cleanjunk
    80 postMake:: cleanjunk
       
    81 
       
    82 prereq: $(REQUIRED_SUPPORT_DIRS)
       
    83 	(cd ../libbasic ; $(MAKE))
       
    84 	(cd ../libbasic2 ; $(MAKE))
       
    85 	(cd ../libview ; $(MAKE))
       
    86 	(cd ../libview2 ; $(MAKE))
       
    87 	(cd ../libui ; $(MAKE))
       
    88 	(cd ../libwidg ; $(MAKE))
       
    89 	(cd ../librun ; $(MAKE))
       
    90 
       
    91 
    80 
    92 
    81 cleanjunk::
    93 cleanjunk::
    82 
    94 
    83 clean::
    95 clean::
    84 	-rm -f *.o *.H
    96 	-rm -f *.o *.H