- added rules for gcc-4.3 in preparation for switching to gcc-4.4 - added 'clean' target for wmake/src/Makefile It is probably reasonable to separate the binaries from the rules (TODO)
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
CPP = /lib/cpp $(GFLAGS)
|
|
LD = ld -melf_i386
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
include $(RULES)/X
|
|
include $(RULES)/c
|
|
include $(RULES)/c++
|