Makefile.init
changeset 2982 9470a04aef82
parent 2951 177dd101c6cf
child 3031 f1737fb0a996
equal deleted inserted replaced
2981:b090c18ef437 2982:9470a04aef82
     1 #
     1 #
     2 # DO NOT EDIT 
     2 # DO NOT EDIT
     3 # automagically generated from Make.proto (by make mf)
       
     4 #
     3 #
     5 include ../rules/stdHeader
     4 # make uses this file (Makefile) only, if there is no
     6 include ../configurations/COMMON/defines
     5 # file named "makefile" (lower-case m) in the same directory.
     7 include ../configurations/vendorConf
     6 # My only task is to generate the real makefile and call make again.
     8 include ../configurations/myConf
     7 # Thereafter, I am no longer used and needed.
     9 include ../rules/stdHeader2
     8 #
    10 include Make.spec
     9 
       
    10 .PHONY: run
       
    11 
       
    12 run: makefile
       
    13 	$(MAKE) -f makefile
       
    14 
       
    15 #only needed for the definition of $(TOP)
    11 include Make.proto
    16 include Make.proto
    12 
    17 
    13 BASE_CONF=osx_x
    18 makefile: mf
    14 BASE_CONF_VENDOR=mac
       
    15 CONF_PACKS=
       
    16 CONF_TOOLS=
       
    17 
    19 
    18 include ../rules/stdRules
    20 mf:
       
    21 	$(TOP)/rules/stmkmf