Changeset 7648 for trunk/src/opengl


Ignore:
Timestamp:
Dec 19, 2001, 1:41:46 AM (24 years ago)
Author:
bird
Message:

Enabled MULTIJOBS for inference rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/makefile

    r6918 r7648  
    1 # $Id: makefile,v 1.14 2001-10-01 01:40:57 bird Exp $
     1# $Id: makefile,v 1.15 2001-12-19 00:41:46 bird Exp $
    22
    33#
     
    5151
    5252#
    53 # Interference rule for sources in the parent directory.
    54 #   This is BAD! Try make library in parent directory? Problem with different objects.
     53# Inference rule for sources in the parent directory.
     54#   This is BAD! Try make library in parent directory? Problem with different objects. :-(
    5555#
    5656!if "$(VAC3)" == "1" || "$(VAC36)" == "1" || ("$(WAT)" == "1" && defined(NMAKE))
    5757{..}.c{$(OBJDIR)}.obj:
    58     $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -Fo$(OBJDIR)\$(@B).obj $<
     58    $(CMDQD_SUB) $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -Fo$(OBJDIR)\$(@B).obj $<
    5959
    6060{..}.asm{$(OBJDIR)}.obj:
    61     $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $<
     61    $(CMDQD_SUB) $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $<
    6262!else
    6363!error "Compiler not supported yet!"
Note: See TracChangeset for help on using the changeset viewer.