Makefile.init
changeset 3146 94b9eff076a3
parent 2980 0756e01d5954
equal deleted inserted replaced
3145:418205f2b8d6 3146:94b9eff076a3
     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 # MACOSX caveat:
       
    10 #   as filenames are not case sensitive (in a default setup),
       
    11 #   we cannot use the above trick. Therefore, this file is now named
       
    12 #   "Makefile.init", and you have to execute "make -f Makefile.init" to
       
    13 #   get the initial makefile.  This is now also done by the toplevel CONFIG
       
    14 #   script.
       
    15 
       
    16 .PHONY: run
       
    17 
       
    18 run: makefile
       
    19 	$(MAKE) -f makefile
       
    20 
       
    21 #only needed for the definition of $(TOP)
    11 include Make.proto
    22 include Make.proto
    12 
    23 
    13 BASE_CONF=osx_x
    24 makefile: mf
    14 BASE_CONF_VENDOR=mac
       
    15 CONF_PACKS=
       
    16 CONF_TOOLS=
       
    17 
    25 
    18 include ../rules/stdRules
    26 mf:
       
    27 	$(TOP)/rules/stmkmf