makefile

来自「PTypes (C++ Portable Types Library) is a」· 代码 · 共 30 行

TXT
30
字号
###  C++ Portable Types Library (PTypes)#  Version 1.7.5   Released 9-Mar-2003##  Copyright (c) 2001, 2002, 2003 Hovik Melikyan##  http://www.melikyan.com/ptypes/#  http://ptypes.sourceforge.net/#### Makefile for all Unix platforms, places the library in lib/,# the shared library in so/. Also builds the test program # src/ptypes_test and the sample program bin/wshare.#all:	cd src ; make -f Makefile.`uname` all	cd wshare ; make -f Makefile.`uname` allclean:	cd src ; make -f Makefile.`uname` clean	cd wshare ; make -f Makefile.`uname` cleanclean-src:	cd src ; make -f Makefile.`uname` clean-src	cd wshare ; make -f Makefile.`uname` clean-src

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?