Usermode/AxWin4 - Debugging quirks in ARCH=native
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / Makefile
index 47a936c..c7d7983 100644 (file)
@@ -1,8 +1,26 @@
 
 include ../../Makefile.cfg
 
-CPPFLAGS := -Iinclude/
-OBJ := IWindow.o
+DIR := Apps/AxWin/4.0
+
+CPPFLAGS += -Iinclude/ -I../Common/include/
+OBJ := main.o ipc.o CConfig.o video.o input.o timing.o
+OBJ += compositor.o CWindow.o
+OBJ += Common__serialisation.o
+OBJ += CClient.o
+OBJ += CIPCChannel_AcessIPCPipe.o
+OBJ += CRect.o CSurface.o
+OBJ += draw_control.o
 BIN := AxWinServer
 
+LIBS += -lc++
+CXXFLAGS += -O3
+USE_CXX_LINK = 1 
+
 include ../../Makefile.tpl
+
+$(_OBJPREFIX)Common__%.o: ../Common/%.cpp
+       @echo [CXX] -o $@
+       @mkdir -p $(dir $@)
+       $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(@:%.o=%.dep)
+

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