#librf.lib: # cl /Zi /Ob1 /DWINDOWS /DDEBUG /DPARANOIA /DRFRT_STINGY_STACK /c /I../../libp++ /I../../runtime /GR /EHsc /TP print.cc write.cc print_e_.cc write_e_.cc read_m_line.cc read.cc channel.cc open_file.cc close_channel.cc std_channels.cc eof_q_.cc # lib /OUT:librf.lib print.obj write.obj print_e_.obj write_e_.obj read_m_line.obj read.obj channel.obj open_file.obj close_channel.obj std_channels.obj eof_q_.obj SRC = print.cc write.cc print_e_.cc write_e_.cc read_m_line.cc read_m_char.cc read.cc channel.cc open_file.cc close_channel.cc std_channels.cc eof_q_.cc CC = cl.exe C_FLAGS = /c /Zi /Ob1 /DWINDOWS /DDEBUG /DPARANOIA /DRFRT_STINGY_STACK /GR /EHsc /TP /I../../libp++ /I../../runtime OBJS = print.obj write.obj print_e_.obj write_e_.obj read_m_char.obj read_m_line.obj read.obj channel.obj open_file.obj close_channel.obj std_channels.obj eof_q_.obj all:: module.list module.list: $(CC) $(C_FLAGS) $(SRC) echo $(OBJS) >module.list clean: del *.obj module.list