?? makefile.test
字號:
DEFINES=-D_UNIX -DTEST_APPRM=rm -fRM_DIR=rm -rfMAKE_DEP=MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)RANLIB=ranlibCP=cpMAKE=makeCC=gccAR=arCCFLAGS=-pipe -Wall -Wreturn-type -fno-exceptions -march=pentium -mcpu=pentium -O2 $(INCLUDES) $(DEFINES)CXX=g++CXXFLAGS=-g -fpic -pipe -Wall -Wreturn-type -fno-exceptions --permissive -fno-rtti -Wno-ctor-dtor-privacy -march=pentium -mcpu=pentium -O2 $(INCLUDES) $(DEFINES)COMMON_SRCS=hspcontext.cpp hspadvisesink.cpp hsperror.cpp hspauthmgr.cpp iids.cpp print.cpp utils.cppLIB_SRCS=helix-sp.cpp $(COMMON_SRCS)TESTAPP_SRCS =helix-sp.cpp $(COMMON_SRCS)# sources for make depend:SRC=$(LIB_SRCS)COMMON_OBJS=$(COMMON_SRCS:.cpp=.o)LIB_OBJS=$(LIB_SRCS:.cpp=.o)TESTAPP_OBJS=splay.oCOMPILED_OBJS=splay.o helix-sp.o $(COMMON_SRCS:.cpp=.o)INCLUDES= \ -I/usr/X11R6/include \ -Ihelix-include/runtime \ -Ihelix-include/common/include \ -Ihelix-include/client/include \ -Ihelix-include/common/container \ -Ihelix-include/common/system \ -Ihelix-include/common/dbgtool \ -Ihelix-include/common/util \ -I. -include helixdefines.hDYNAMIC_LIBS=-lstdc++ -lX11 -ldl -lm -lpthread.SUFFIXES: .cpp .so.c.o: $(CC) $(CCFLAGS) -o $@ -c $<.cpp.o: $(CXX) $(CXXFLAGS) -o $@ -c $<PROGRAM=splayLIBRARY=libhelix-sp.a#SLIBRARY=libhelix-simpleplayer.soall: $(LIBRARY) $(PROGRAM) $(COMPILED_OBJS)#$(SLIBRARY): $(LIB_OBJS) $(STATIC_LIBS)# $(CXX) -shared -o $(SLIBRARY) $(LIB_OBJS) $(STATIC_LIBS) -L/usr/X11R6/lib $(DYNAMIC_LIBS)$(LIBRARY): $(LIB_OBJS) $(STATIC_LIBS) $(AR) r $(LIBRARY) $(LIB_OBJS) $(PROGRAM): $(TESTAPP_OBJS) $(STATIC_LIBS) $(CXX) -o $(PROGRAM) $(TESTAPP_OBJS) $(LIBRARY) -L/usr/X11R6/lib $(DYNAMIC_LIBS)helix-sp.o: helix-sp.cpp $(CXX) $(CXXFLAGS) -o helix-sp.o -c helix-sp.cppsplay.o: helix-sp.cpp $(CXX) $(CXXFLAGS) -DTEST_APP -o splay.o -c helix-sp.cpp$(COMMON_OBJ): $(COMMON_SRC)clean: $(RM) $(PROGRAM) $(SLIBRARY) $(LIBRARY) $(COMPILED_OBJS) *~depend: makedepend $(DEFINES) $(INCLUDES) -o.o -- $(SRC)# DO NOT DELETE THIS LINE -- make depend depends on ithelix-sp.o: helixdefines.h /usr/include/stdlib.h /usr/include/features.hhelix-sp.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.hhelix-sp.o: /usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.hhelix-sp.o: /usr/include/bits/waitflags.h /usr/include/bits/waitstatus.hhelix-sp.o: /usr/include/endian.h /usr/include/bits/endian.hhelix-sp.o: /usr/include/xlocale.h /usr/include/sys/types.hhelix-sp.o: /usr/include/bits/types.h /usr/include/bits/wordsize.hhelix-sp.o: /usr/include/bits/typesizes.h /usr/include/time.hhelix-sp.o: /usr/include/sys/select.h /usr/include/bits/select.hhelix-sp.o: /usr/include/bits/sigset.h /usr/include/bits/time.hhelix-sp.o: /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.hhelix-sp.o: /usr/include/bits/sched.h /usr/include/alloca.hhelix-sp.o: helix-include/common/include/hxcomm.hhelix-sp.o: helix-include/common/include/hxengin.hhelix-sp.o: helix-include/common/include/hxcom.hhelix-sp.o: helix-include/common/include/hxtypes.h /usr/include/sys/param.hhelix-sp.o: /usr/include/limits.hhelix-sp.o: /usr/lib/gcc/i386-redhat-linux/3.4.3/include/limits.hhelix-sp.o: /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.hhelix-sp.o: /usr/include/linux/limits.h /usr/include/bits/posix2_lim.hhelix-sp.o: /usr/include/bits/xopen_lim.h /usr/include/bits/stdio_lim.hhelix-sp.o: /usr/include/linux/param.h /usr/include/asm/param.hhelix-sp.o: /usr/include/unistd.h /usr/include/bits/posix_opt.hhelix-sp.o: /usr/include/bits/environments.h /usr/include/bits/confname.hhelix-sp.o: /usr/include/getopt.h helix-include/common/include/hxresult.hhelix-sp.o: helix-include/runtime/hlxclib/memory.h /usr/include/memory.hhelix-sp.o: /usr/include/string.h helix-include/common/include/atomicbase.hhelix-sp.o: helix-include/common/include/ihxpckts.hhelix-sp.o: helix-include/common/include/hxvalue.hhelix-sp.o: helix-include/common/include/hxccf.hhelix-sp.o: helix-include/common/include/hxcore.h /usr/include/sys/time.hhelix-sp.o: helix-include/common/include/hxwin.hhelix-sp.o: helix-include/client/include/hxclsnk.hhelix-sp.o: helix-include/common/include/hxerror.hhelix-sp.o: helix-include/common/include/hxauth.hhelix-sp.o: helix-include/common/include/hxprefs.hhelix-sp.o: helix-include/common/util/hxstrutl.hhelix-sp.o: helix-include/runtime/hlxclib/string.h /usr/include/strings.hhelix-sp.o: helix-include/runtime/hlxclib/stdlib.hhelix-sp.o: helix-include/runtime/safestring.h /usr/include/ctype.hhelix-sp.o: helix-include/common/include/hxvsrc.h hspadvisesink.h hsperror.hhelix-sp.o: hspauthmgr.h hspcontext.h print.h /usr/X11R6/include/X11/Xlib.hhelix-sp.o: /usr/X11R6/include/X11/X.h /usr/X11R6/include/X11/Xfuncproto.hhelix-sp.o: /usr/X11R6/include/X11/Xosdefs.h /usr/include/dlfcn.hhelix-sp.o: /usr/include/bits/dlfcn.h /usr/include/errno.hhelix-sp.o: /usr/include/bits/errno.h /usr/include/linux/errno.hhelix-sp.o: /usr/include/asm/errno.h helix-include/common/include/hxausvc.hhelix-sp.o: helix-include/common/system/dllpath.hhelix-sp.o: helix-include/common/container/hxmap.hhelix-sp.o: helix-include/common/container/chxmapptrtoptr.hhelix-sp.o: helix-include/common/container/carray.hhelix-sp.o: helix-include/common/dbgtool/hxassert.hhelix-sp.o: helix-include/runtime/hlxclib/assert.h /usr/include/assert.hhelix-sp.o: helix-include/runtime/hlxclib/limits.hhelix-sp.o: helix-include/runtime/hlxclib/stdio.h /usr/include/stdio.hhelix-sp.o: /usr/include/libio.h /usr/include/_G_config.hhelix-sp.o: /usr/include/wchar.h /usr/include/bits/wchar.hhelix-sp.o: /usr/include/gconv.hhelix-sp.o: /usr/lib/gcc/i386-redhat-linux/3.4.3/include/stdarg.hhelix-sp.o: /usr/include/bits/sys_errlist.h /usr/include/signal.hhelix-sp.o: /usr/include/bits/signum.h /usr/include/bits/siginfo.hhelix-sp.o: /usr/include/bits/sigaction.h /usr/include/bits/sigcontext.hhelix-sp.o: /usr/include/asm/sigcontext.h /usr/include/bits/sigstack.hhelix-sp.o: /usr/include/sys/ucontext.h /usr/include/bits/sigthread.hhelix-sp.o: helix-include/common/container/hxstring.hhelix-sp.o: helix-include/common/container/hxmaputils.hhelix-sp.o: helix-include/common/container/chxmapbuckets.hhelix-sp.o: helix-include/common/container/chxmapstringtoob.hhelix-sp.o: helix-include/common/container/chxmapstringtostring.hhelix-sp.o: helix-include/common/container/chxmaplongtoobj.h helix-sp.hhelix-sp.o: hspvoladvise.h utils.hhspcontext.o: helixdefines.h helix-include/common/container/hxbuffer.hhspcontext.o: helix-include/common/include/ihxpckts.hhspcontext.o: helix-include/common/include/hxvalue.hhspcontext.o: helix-include/common/include/hxcom.hhspcontext.o: helix-include/common/include/hxtypes.h /usr/include/sys/param.hhspcontext.o: /usr/include/limits.h /usr/include/features.hhspcontext.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.hhspcontext.o: /usr/lib/gcc/i386-redhat-linux/3.4.3/include/limits.hhspcontext.o: /usr/include/bits/posix1_lim.h /usr/include/bits/local_lim.hhspcontext.o: /usr/include/linux/limits.h /usr/include/bits/posix2_lim.hhspcontext.o: /usr/include/bits/xopen_lim.h /usr/include/bits/stdio_lim.hhspcontext.o: /usr/include/linux/param.h /usr/include/asm/param.hhspcontext.o: /usr/include/unistd.h /usr/include/bits/posix_opt.hhspcontext.o: /usr/include/bits/environments.h /usr/include/bits/types.hhspcontext.o: /usr/include/bits/wordsize.hhspcontext.o: /usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.hhspcontext.o: /usr/include/bits/typesizes.h /usr/include/bits/confname.hhspcontext.o: /usr/include/getopt.h /usr/include/sys/types.hhspcontext.o: /usr/include/time.h /usr/include/endian.hhspcontext.o: /usr/include/bits/endian.h /usr/include/sys/select.hhspcontext.o: /usr/include/bits/select.h /usr/include/bits/sigset.hhspcontext.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.hhspcontext.o: /usr/include/bits/pthreadtypes.h /usr/include/bits/sched.hhspcontext.o: helix-include/common/include/hxresult.hhspcontext.o: helix-include/runtime/hlxclib/memory.h /usr/include/memory.hhspcontext.o: /usr/include/string.h /usr/include/xlocale.hhspcontext.o: helix-include/common/include/atomicbase.hhspcontext.o: helix-include/common/container/hxstring.hhspcontext.o: helix-include/common/dbgtool/hxassert.hhspcontext.o: helix-include/runtime/hlxclib/assert.h /usr/include/assert.hhspcontext.o: helix-include/runtime/hlxclib/limits.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -