Index: trunk/MagicSoft/Control/SubsystemIO/Makefile
===================================================================
--- trunk/MagicSoft/Control/SubsystemIO/Makefile	(revision 1041)
+++ trunk/MagicSoft/Control/SubsystemIO/Makefile	(revision 1054)
@@ -11,8 +11,8 @@
 all: mainForSubsystem mainForTCPListener mainForTCPSender mainForPeriodicAction mainForPeriodicSignal
 links:
-	ln -s Subsystem.plain.H Subsystem.H
-	ln -s Subsystem.plain.C Subsystem.C
-	ln -s TCPListener.select.H TCPListener.H
-	ln -s TCPListener.select.C TCPListener.C
+	ln -s Subsystem.plain.hxx Subsystem.hxx
+	ln -s Subsystem.plain.cxx Subsystem.cxx
+	ln -s TCPListener.select.hxx TCPListener.hxx
+	ln -s TCPListener.select.cxx TCPListener.cxx
 mainForSubsystem: mainForSubsystem.o $(OBJS)
 	$(CC) -o mainForSubsystem mainForSubsystem.o $(OBJS) $(LIBS)
@@ -26,7 +26,7 @@
 	$(CC) -o mainForPeriodicSignal mainForPeriodicSignal.o $(OBJS) $(LIBS)
 
-.SUFFIX: .o .C
-.C.o:
-	$(CC) $(CFLAGS) -c $*.C -o $*.o
+.SUFFIX: .o .cxx
+.cxx.o:
+	$(CC) $(CFLAGS) -c $*.cxx -o $*.o
 .c.o:
 	$(CC) $(CFLAGS) -c $*.c -o $*.o
