Changeset 527 for trunk/src/emx/Makefile


Ignore:
Timestamp:
Aug 5, 2003, 12:16:03 PM (22 years ago)
Author:
bird
Message:

Full path to source files so the debugger finds them without any stupid questions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.29 to 1.30
    r526 r527  
    4848. = $(OUT)$(MODE)/
    4949
     50# Source base directory.
     51srcdir := $(shell pwd)
     52                                               
    5053# File name extensions
    5154# Executable files -- xxx$E
     
    7275CFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(CFLAGS.$x))
    7376# How to compile a .c file
    74 DO.COMPILE.c = $(CC) $(strip $(CFLAGS) $1) -o $@ $< -I$(dir $<)
     77DO.COMPILE.c = $(CC) $(strip $(CFLAGS) $1) -o $@ $(srcdir)/$< -I$(dir $<)
    7578DO.COMPILE.s = $(call DO.COMPILE.c,-x assembler-with-cpp $1)
    7679
Note: See TracChangeset for help on using the changeset viewer.