Usermode/libaxwin4 - Implementation and debug
[tpg/acess2.git] / Usermode / Libraries / libaxwin4.so_src / Makefile
index 3162667..c279a04 100644 (file)
@@ -12,9 +12,8 @@ ASFLAGS  +=
 LDFLAGS  += -soname libaxwin4.so -Map map.txt -lc -lc++
 
 OBJ  = main.o ipc.o ipc_acessipcpipe.o
-OBJ += wm.o
+OBJ += wm.o window_drawing.o
 OBJ += Common__serialisation.o
-DEPFILES := $(OBJ:%.o=%.d)
 BIN = libaxwin4.so
 
 include ../Makefile.tpl
@@ -22,7 +21,8 @@ include ../Makefile.tpl
 $(_OBJPREFIX)Common__%.o: $(AXWIN4DIR)/Common/%.cpp
        @echo [CXX] -o $@
        @mkdir -p $(dir $@)
-       $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(@:%.o=%.dep)
+       $V$(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $< -o $@ -MQ $@ -MP -MD -MF $(@:%=%.dep)
+
 
 
 

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