Subversion Repositories freemyipod

Rev

Rev 781 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 781 Rev 839
Line 38... Line 38...
38
 
38
 
39
SRC := $(call preprocesspaths,SOURCES,-I. -I..)
39
SRC := $(call preprocesspaths,SOURCES,-I. -I..)
40
OBJ := $(SRC:%.c=build/%.o)
40
OBJ := $(SRC:%.c=build/%.o)
41
OBJ := $(OBJ:%.S=build/%.o) $(HELPERS)
41
OBJ := $(OBJ:%.S=build/%.o) $(HELPERS)
42
 
42
 
43
all: $(NAME)
43
all: #$(NAME)
44
 
44
 
45
-include $(OBJ:%=%.dep)
45
-include $(OBJ:%=%.dep)
46
 
46
 
47
$(NAME): build/$(NAME).emcoreapp
47
$(NAME): build/$(NAME).emcoreapp
48
 
48