Rev 3635 | Rev 3699 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3635 | Rev 3639 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | OUTPUT = fb |
45 | OUTPUT = fb |
46 | SOURCES = \ |
46 | SOURCES = \ |
47 | main.c \ |
47 | main.c \ |
48 | ppm.c |
48 | ppm.c |
49 | 49 | ||
50 | #ifneq ($(ARCH), ia64) |
50 | ifneq ($(ARCH), ia64) |
51 | # SOURCES += fb.c \ |
51 | SOURCES += fb.c \ |
52 | # font-8x16.c |
52 | font-8x16.c |
53 | # CFLAGS += -DFB_ENABLED |
53 | CFLAGS += -DFB_ENABLED |
54 | #endif |
54 | endif |
55 | ifeq ($(ARCH), ia32) |
55 | ifeq ($(ARCH), ia32) |
56 | SOURCES += ega.c |
56 | SOURCES += ega.c |
57 | CFLAGS += -DEGA_ENABLED |
57 | CFLAGS += -DEGA_ENABLED |
58 | endif |
58 | endif |
59 | ifeq ($(ARCH), ia64) |
59 | ifeq ($(ARCH), ia64) |