Rev 4399 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4399 | Rev 4438 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | 48 | ||
49 | ifeq ($(PROCESSOR), us) |
49 | ifeq ($(PROCESSOR), us) |
50 | SOURCES += psycho.c |
50 | SOURCES += psycho.c |
51 | endif |
51 | endif |
52 | 52 | ||
- | 53 | ifeq ($(UARCH), ia32) |
|
- | 54 | SOURCES += intel_method1.c |
|
- | 55 | endif |
|
- | 56 | ||
53 | CFLAGS += -D$(UARCH) |
57 | CFLAGS += -D$(UARCH) |
54 | 58 | ||
55 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
59 | OBJECTS := $(addsuffix .o,$(basename $(SOURCES))) |
56 | 60 | ||
57 | .PHONY: all clean depend disasm |
61 | .PHONY: all clean depend disasm |