Last change
on this file since 112 was 104, checked in by gyoung, 23 months ago |
Remaining changes from merge with Lars 2.9 branch
|
File size:
565 bytes
|
Line | |
---|
1 | # MM-prog specific makefile include
|
---|
2 |
|
---|
3 | CC = gcc
|
---|
4 | CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s
|
---|
5 | #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s
|
---|
6 |
|
---|
7 | INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
|
---|
8 | # Fixme GKY 4-15-23
|
---|
9 | LIB_DIR = $d:/emx/lib
|
---|
10 | TOOLDIR = .\..
|
---|
11 | LIBDIR = ../lib
|
---|
12 | DEFS =
|
---|
13 | PROGS =
|
---|
14 | ODIR =
|
---|
15 | CPPDIR =
|
---|
16 |
|
---|
17 | $(LIBDIR)/%.obj: $(COMMONSRC)/%.c
|
---|
18 | $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
|
---|
19 |
|
---|
20 | %.obj: %.c
|
---|
21 | $(CC) -c -Wno-pointer-sign -Wall -o$@ -Zomf -I$(INC) $<
|
---|
22 |
|
---|
23 |
|
---|
24 | #distribution:
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.