代码搜索结果
找到约 4,639 项符合
RF 的代码
makefile
DOCDIR = html latex
all:
doxygen
clean:
rm -rf *~ $(DOCDIR)
makefile
DOCDIR = html latex
all:
doxygen
clean:
rm -rf *~ $(DOCDIR)
makefile
DOCDIR = html latex
all:
doxygen
clean:
rm -rf *~ $(DOCDIR)
randomaccessfiletest.java
import java.io.*;
public class RandomAccessFileTest {
public static void main (String args[]) {
try {
File f = new File("/etc/passwd");
RandomAccessFile rf = new RandomAccessFile(f
randomaccessfiletest.java
import java.io.*;
public class RandomAccessFileTest {
public static void main (String args[]) {
try {
File f = new File("/etc/passwd");
RandomAccessFile rf = new RandomAccessFile(f
makefile.am
SUBDIRS = SPECS
clean-local:
rm -rf BUILD RPMS SOURCES SRPMS
makefile.am
dist-hook:
mkdir $(distdir)/oRTP
-cp -rf $(srcdir)/oRTP/* $(distdir)/oRTP/.
-rm -rf $(distdir)/oRTP/CVS
-rm -rf $(distdir)/oRTP/*/CVS
.PHONY : dist-hook-local
makefile.am
dist-hook:
mkdir $(distdir)/oRTP
-cp -rf $(srcdir)/oRTP/* $(distdir)/oRTP/.
-rm -rf $(distdir)/oRTP/CVS
-rm -rf $(distdir)/oRTP/*/CVS
.PHONY : dist-hook-local
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm