Last change
on this file since 11 was 4, checked in by stevenhl, 8 years ago |
Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27
|
File size:
519 bytes
|
Rev | Line | |
---|
[4] | 1 | # Makefile for common functions
|
---|
| 2 |
|
---|
| 3 | #include ../make.inc
|
---|
| 4 |
|
---|
| 5 | CC = gcc
|
---|
| 6 | LIB_DIR = $d:/emx/lib
|
---|
| 7 | #CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol
|
---|
| 8 | CPPFLAGS = -O -Zomf -Zcrtdll -s
|
---|
| 9 | INC = ../include
|
---|
| 10 | DEFS =
|
---|
| 11 | PROGS =
|
---|
| 12 | ODIR = .
|
---|
| 13 | CPPDIR = .
|
---|
| 14 | HELPERDIR = ..\launch_helper
|
---|
| 15 | RESDIR = ..\res\$(LANGUAGE)
|
---|
| 16 | OBJECTS = $(HELPERDIR)\message.obj $(HELPERDIR)\helper.obj
|
---|
| 17 |
|
---|
| 18 | .PHONY: clean cleaner
|
---|
| 19 |
|
---|
| 20 | all:
|
---|
| 21 | cd ../. && make
|
---|
| 22 |
|
---|
| 23 | clean:
|
---|
| 24 |
|
---|
| 25 | cleaner:
|
---|
| 26 | -rm *.*~
|
---|
| 27 | -cd ./include && rm *.*~
|
---|
| 28 | -rm *.flc
|
---|
| 29 |
|
---|
| 30 |
|
---|
| 31 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.