ptypes

ptypes Commit Details


Date:2013-05-28 19:21:00 (11 years 7 months ago)
Author:Natalie Adams
Branch:default
Commit:0eab7ae25e7b
Parents: e92cdf39e4c3
Message:Updating 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
......
271271
272272
273273
274
275
276
274277
275278
276279
......
410413
411414
412415
416
417
418
413419
414420
415421
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/ptparray.o \
mt/punit.o mt/ptparray.o mt/ppparser.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/ptparray.o \
st/pipbase.o st/pipsvbase.o st/pipstm.o st/pipstmsv.o st/pipmsg.o st/pipmsgsv.o st/ptparray.o st/ppparser.o \
$(EXTRA_OBJS_ST)
HLEVEL1= $(INCDIR)/pport.h
mt/ptparray.o: ptparray.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS) -o $@ ptparray.cxx
mt/ppparser.o: ppparser.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS) -o $@ ppparser.cxx
#
# single-threaded compilation
#
st/ptparray.o: ptparray.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS_ST) -o $@ ptparray.cxx
st/ppparser.o: ppparser.cxx $(HLEVEL2)
$(CXX) -c $(CXXOPTS_ST) -o $@ ppparser.cxx
#
# libptypes test program
#

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.60767s using 14 queries.