- Timestamp:
- Dec 19, 2001, 1:41:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/makefile
r6918 r7648 1 # $Id: makefile,v 1.1 4 2001-10-01 01:40:57bird Exp $1 # $Id: makefile,v 1.15 2001-12-19 00:41:46 bird Exp $ 2 2 3 3 # … … 51 51 52 52 # 53 # In terference 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. :-( 55 55 # 56 56 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" || ("$(WAT)" == "1" && defined(NMAKE)) 57 57 {..}.c{$(OBJDIR)}.obj: 58 $(C C) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -Fo$(OBJDIR)\$(@B).obj $<58 $(CMDQD_SUB) $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -Fo$(OBJDIR)\$(@B).obj $< 59 59 60 60 {..}.asm{$(OBJDIR)}.obj: 61 $( AS) $(ASFLAGS) -Fdo:$(OBJDIR) $<61 $(CMDQD_SUB) $(AS) $(ASFLAGS) -Fdo:$(OBJDIR) $< 62 62 !else 63 63 !error "Compiler not supported yet!"
Note:
See TracChangeset
for help on using the changeset viewer.