Changeset 894 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Dec 13, 2003, 6:33:06 PM (22 years ago)
Author:
bird
Message:

Converted to make 3.80+, no need to generate makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.38 to 1.39
    r893 r894  
    3939ifndef MAKEFILE
    4040MAKEFILE = Makefile     
    41 endif
    42 # name of the generated makefile
    43 ifndef GENRULES
    44 GENRULES = $.genrules.smak
    4541endif
    4642
     
    269265endif
    270266
     267# include template rules
     268include templates.smak
     269
    271270# Include all submakefiles
    272271-include $(SUBMAK)
     
    321320# bird: add rule for forcibly re-generating the rules.
    322321rules:
    323         @$(call RM,$(GENRULES))
    324         $(MAKE) -f $(MAKEFILE) $(GENRULES)
    325 
    326 $(GENRULES): $(SUBMAK) # $(MAKEFILE) $(wildcard *.smak)
    327         @$(call MKDIR,$.)
    328         @$(call ECHO,Please wait, rebuilding make rules ...)
    329         @$(call RM,$@)
    330         @$(call FECHO,$@,# Autogenerated file -- DO NOT EDIT!)
    331         @$(subst _@,$@,$(RULES))
     322        @$(call ECHO,smak don't generate rules anylonger!)
    332323
    333324# The general a.out -> OMF conversion rule for object files
     
    339330        $(call DO.EMXOMF)
    340331
    341 -include $(GENRULES)
Note: See TracChangeset for help on using the changeset viewer.