Changeset 1054 for trunk/MagicSoft/Control/SubsystemIO/Makefile
- Timestamp:
- 11/08/01 11:29:20 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Control/SubsystemIO/Makefile
r1041 r1054 11 11 all: mainForSubsystem mainForTCPListener mainForTCPSender mainForPeriodicAction mainForPeriodicSignal 12 12 links: 13 ln -s Subsystem.plain. H Subsystem.H14 ln -s Subsystem.plain. C Subsystem.C15 ln -s TCPListener.select. H TCPListener.H16 ln -s TCPListener.select. C TCPListener.C13 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 17 17 mainForSubsystem: mainForSubsystem.o $(OBJS) 18 18 $(CC) -o mainForSubsystem mainForSubsystem.o $(OBJS) $(LIBS) … … 26 26 $(CC) -o mainForPeriodicSignal mainForPeriodicSignal.o $(OBJS) $(LIBS) 27 27 28 .SUFFIX: .o . C29 . C.o:30 $(CC) $(CFLAGS) -c $*. C-o $*.o28 .SUFFIX: .o .cxx 29 .cxx.o: 30 $(CC) $(CFLAGS) -c $*.cxx -o $*.o 31 31 .c.o: 32 32 $(CC) $(CFLAGS) -c $*.c -o $*.o
Note:
See TracChangeset
for help on using the changeset viewer.