source: trunk/classes/mm-progs/mmprog.inc@ 104

Last change on this file since 104 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
3CC = gcc
4CPPFLAGS = -O -Wno-pointer-sign -Wall -Zomf -Zmt -s
5#CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s
6
7INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include
8# Fixme GKY 4-15-23
9LIB_DIR = $d:/emx/lib
10TOOLDIR = .\..
11LIBDIR = ../lib
12DEFS =
13PROGS =
14ODIR =
15CPPDIR =
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.