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