Changeset 527
- Timestamp:
- Aug 5, 2003, 12:16:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.29
to1.30
r526 r527 48 48 . = $(OUT)$(MODE)/ 49 49 50 # Source base directory. 51 srcdir := $(shell pwd) 52 50 53 # File name extensions 51 54 # Executable files -- xxx$E … … 72 75 CFLAGS.KIND = $(foreach x,$(subst -, ,$(firstword $(subst /, ,$(subst $.,,$@)))),$(CFLAGS.$x)) 73 76 # How to compile a .c file 74 DO.COMPILE.c = $(CC) $(strip $(CFLAGS) $1) -o $@ $ < -I$(dir $<)77 DO.COMPILE.c = $(CC) $(strip $(CFLAGS) $1) -o $@ $(srcdir)/$< -I$(dir $<) 75 78 DO.COMPILE.s = $(call DO.COMPILE.c,-x assembler-with-cpp $1) 76 79 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.