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

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