Ignore:
Timestamp:
11/08/01 11:29:20 (23 years ago)
Author:
casaldaliga
Message:
changed .H to .hxx in includes to work with new naming
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Control/SubsystemIO/Makefile

    r1041 r1054  
    1111all: mainForSubsystem mainForTCPListener mainForTCPSender mainForPeriodicAction mainForPeriodicSignal
    1212links:
    13         ln -s Subsystem.plain.H Subsystem.H
    14         ln -s Subsystem.plain.C Subsystem.C
    15         ln -s TCPListener.select.H TCPListener.H
    16         ln -s TCPListener.select.C TCPListener.C
     13        ln -s Subsystem.plain.hxx Subsystem.hxx
     14        ln -s Subsystem.plain.cxx Subsystem.cxx
     15        ln -s TCPListener.select.hxx TCPListener.hxx
     16        ln -s TCPListener.select.cxx TCPListener.cxx
    1717mainForSubsystem: mainForSubsystem.o $(OBJS)
    1818        $(CC) -o mainForSubsystem mainForSubsystem.o $(OBJS) $(LIBS)
     
    2626        $(CC) -o mainForPeriodicSignal mainForPeriodicSignal.o $(OBJS) $(LIBS)
    2727
    28 .SUFFIX: .o .C
    29 .C.o:
    30         $(CC) $(CFLAGS) -c $*.C -o $*.o
     28.SUFFIX: .o .cxx
     29.cxx.o:
     30        $(CC) $(CFLAGS) -c $*.cxx -o $*.o
    3131.c.o:
    3232        $(CC) $(CFLAGS) -c $*.c -o $*.o
Note: See TracChangeset for help on using the changeset viewer.