dfd4d0fcd5aa7e62403adf38ae1a46236e82c3ad
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / Makefile
1
2 include ../../Makefile.cfg
3
4 DIR := Apps/AxWin/4.0
5
6 CPPFLAGS += -Iinclude/ -I../Common/include/
7 OBJ := main.o ipc.o CConfig.o video.o input.o timing.o
8 OBJ += compositor.o CWindow.o
9 OBJ += Common__serialisation.o
10 OBJ += CClient.o
11 OBJ += CIPCChannel_AcessIPCPipe.o
12 OBJ += CRect.o CSurface.o
13 OBJ += draw_control.o
14 BIN := AxWinServer
15
16 LIBS += -lc++
17 CXXFLAGS += -O3
18
19 include ../../Makefile.tpl
20
21 $(_OBJPREFIX)Common__%.o: ../Common/%.cpp
22         @echo [CXX] -o $@
23         @mkdir -p $(dir $@)
24         $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(@:%.o=%.dep)
25

UCC git Repository :: git.ucc.asn.au