Usermode/AxWin4 - Debugging quirks in ARCH=native
[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 USE_CXX_LINK = 1 
19
20 include ../../Makefile.tpl
21
22 $(_OBJPREFIX)Common__%.o: ../Common/%.cpp
23         @echo [CXX] -o $@
24         @mkdir -p $(dir $@)
25         $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(@:%.o=%.dep)
26

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