ptypes

ptypes Commit Details


Date:2013-05-12 21:37:00 (11 years 7 months ago)
Author:Natalie Adams
Branch:default
Commit:e2c354c74292
Parents: bd67c96aeb8b
Message:Updating linux makefile

Changes:
Msrc/Makefile.common (4 diffs)

File differences

src/Makefile.common
4646
4747
4848
49
49
5050
5151
5252
......
5656
5757
5858
59
59
6060
6161
6262
......
268268
269269
270270
271
272
271273
272274
273275
......
405407
406408
407409
408
410
411
409412
410413
411414
mt/pintee.o mt/poutstm.o mt/poutfile.o mt/pinfilter.o mt/poutfilter.o mt/pmd5.o \
mt/pputf.o mt/pstdio.o mt/pfdxstm.o mt/pnpipe.o mt/pnpserver.o \
mt/pipbase.o mt/pipsvbase.o mt/pipstm.o mt/pipstmsv.o mt/pipmsg.o mt/pipmsgsv.o \
mt/punit.o \
mt/punit.o mt/ptparray.o \
$(EXTRA_OBJS)
LIBOBJS_ST = st/pversion.o st/pmem.o st/pfatal.o st/pstring.o st/pcset.o st/pcsetdbg.o \
st/piobase.o st/pinstm.o st/pinfile.o st/ppipe.o st/pinmem.o st/poutmem.o \
st/pintee.o st/poutstm.o st/poutfile.o st/pinfilter.o st/poutfilter.o st/pmd5.o \
st/pputf.o st/pstdio.o st/pfdxstm.o st/pnpipe.o st/pnpserver.o \
st/pipbase.o st/pipsvbase.o st/pipstm.o st/pipstmsv.o st/pipmsg.o st/pipmsgsv.o \
st/pipbase.o st/pipsvbase.o st/pipstm.o st/pipstmsv.o st/pipmsg.o st/pipmsgsv.o st/ptparray.o \
$(EXTRA_OBJS_ST)
HLEVEL1= $(INCDIR)/pport.h
mt/punit.o: punit.cxx $(HLEVEL3)
$(CXX) -c $(CXXOPTS) -o $@ punit.cxx
mt/ptparray.o: ptparray.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS) -o $@ ptparray.cxx
#
# single-threaded compilation
st/pipmsgsv.o: pipmsgsv.cxx $(HLEVEL4)
$(CXX) -c $(CXXOPTS_ST) -o $@ pipmsgsv.cxx
st/ptparray.o: ptparray.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS_ST) -o $@ ptparray.cxx
#
# libptypes test program

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.68455s using 14 queries.