Rev | Line | |
---|
[2] | 1 | # Makefile for common functions
|
---|
| 2 |
|
---|
| 3 | #include ../make.inc
|
---|
| 4 |
|
---|
[133] | 5 | CC = icc
|
---|
[104] | 6 | LIB_DIR = D:/usr/lib
|
---|
[133] | 7 | CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol
|
---|
| 8 | #CPPFLAGS = -O -Zomf -Zcrtdll -s
|
---|
[2] | 9 | INC = ../include
|
---|
[104] | 10 | DEFS =
|
---|
| 11 | PROGS =
|
---|
[2] | 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.