📄 makefile
字号:
# @(#)Makefile 1.5 ULTRIX 12/4/84## Makefile for f77 I/O lib, libI77.a## @(#)Makefile 1.1 (Berkeley) 5/27/83CFLAGS = -ODEST = $(DESTROOT)/usr/libDESTROOT =EXTHDRS =FFLAGS = -OHDRS = f_errno.h \ fio.h \ fiodefs.h \ format.h \ lio.h \ nmlio.hLIBRARY = libI77.aLIBRARY_P = libI77_p.aMAKEFILE = MakefileOBJS = backspace.o \ c_dfe.o \ c_iio.o \ c_sfe.o \ close.o \ dofio.o \ dolio.o \ douio.o \ due.o \ endfile.o \ err.o \ f77_abort.o \ f_errlist.o \ fmt.o \ fmtlib.o \ inquire.o \ lread.o \ lwrite.o \ open.o \ rdfe.o \ rdfmt.o \ rewind.o \ rfi.o \ rsfe.o \ rsli.o \ rsnmle.o \ sue.o \ util.o \ wdfe.o \ wfi.o \ wrtfmt.o \ wsfe.o \ wsli.o \ wsnmle.oOLDDIR = $(DESTROOT)/usr/old/libPRINT = prSRCS = backspace.c \ c_dfe.c \ c_iio.c \ c_sfe.c \ close.c \ dofio.c \ dolio.c \ douio.c \ due.c \ endfile.c \ err.c \ f77_abort.c \ f_errlist.c \ fmt.c \ fmtlib.c \ inquire.c \ lread.c \ lwrite.c \ open.c \ rdfe.c \ rdfmt.c \ rewind.c \ rfi.c \ rsfe.c \ rsli.c \ rsnmle.c \ sue.c \ util.c \ wdfe.c \ wfi.c \ wrtfmt.c \ wsfe.c \ wsli.c \ wsnmle.call: $(LIBRARY) $(LIBRARY_P) libI66.o$(LIBRARY): $(OBJS) Version @echo -n "Loading $(LIBRARY) ... " @ar cru $(LIBRARY) $(OBJS) Version @ranlib $(LIBRARY) @echo "done"$(LIBRARY_P): $(OBJS) Version @echo -n "Loading $(LIBRARY_P) ... " @cd profiled; ar cru ../$(LIBRARY_P) $(OBJS) Version @ranlib $(LIBRARY_P) @echo "done"Version: $(SRCS) mkvers @rm -f Version.c ./mkvers $(LIBRARY) $(SRCS) > Version.c $(CC) -c Version.c mv Version.o Version @rm -f profiled/Version ln Version profiled/Versionmkvers: mkvers.c @$(CC) mkvers.c -o mkversclean:; @rm -f $(OBJS) profiled/*.o $(LIBRARY) $(LIBRARY_P)clobber: clean rm -f *.c.* NEWS READ_ME index order rm -f *.[chf] Makefilesccsinfo: sccs infosccsget: sccs get SCCSdepend:; @echo Construct dependencies manuallyextract:; @ar xo $(DEST)/$(LIBRARY); rm -f __.SYMDEF @cd profiled; -ar xo $(DEST)/$(LIBRARY_P); rm -f __.SYMDEFindex:; @ctags -wx $(HDRS) $(SRCS)install:# @-mv $(DEST)/$(LIBRARY) $(OLDDIR)/$(LIBRARY) install -c -m 644 $(LIBRARY) $(DEST)/$(LIBRARY) ranlib $(DEST)/$(LIBRARY)# @-mv $(DEST)/$(LIBRARY_P) $(OLDDIR)/$(LIBRARY_P) install -c -m 644 $(LIBRARY_P) $(DEST)/$(LIBRARY_P) ranlib $(DEST)/$(LIBRARY_P) install -m 644 -c libI66.o $(DEST)/libI66.alibrary: $(LIBRARY) $(LIBRARY_P)print:; @$(PRINT) $(HDRS) $(SRCS)tags: $(HDRS) $(SRCS); @ctags $(HDRS) $(SRCS)update: $(DEST)/$(LIBRARY)$(DEST)/$(LIBRARY): $(SRCS) $(HDRS) $(EXTHDRS) @-ar xo $(DEST)/$(LIBRARY) @cd profiled; -ar xo $(DEST)/$(LIBRARY_P) @make -f $(MAKEFILE) DEST=$(DEST) install cleanf_errlist.o: f_errlist.c $(CC) $(CFLAGS) -c f_errlist.c @rm -f profiled/f_errlist.o ln f_errlist.o profiled/f_errlist.o.c.o: $(CC) -p $(CFLAGS) -c $*.c -ld -x -r $*.o mv a.out profiled/$*.o $(CC) $(CFLAGS) -c $*.c -ld -x -r $*.o mv a.out $*.obackspace.o: fio.h f_errno.h fiodefs.h backspace.cc_dfe.o: fio.h f_errno.h fiodefs.h c_dfe.crdfe.o: fio.h f_errno.h fiodefs.h rdfe.cwdfe.o: fio.h f_errno.h fiodefs.h wdfe.cdue.o: fio.h f_errno.h fiodefs.h due.crfi.o: fio.h f_errno.h fiodefs.h rfi.cwfi.o: fio.h f_errno.h fiodefs.h wfi.crsli.o: fio.h f_errno.h fiodefs.h lio.h rsli.cwsli.o: fio.h f_errno.h fiodefs.h lio.h wsli.cc_iio.o: fio.h f_errno.h fiodefs.h lio.h c_iio.cinquire.o: fio.h f_errno.h fiodefs.h inquire.crewind.o: fio.h f_errno.h fiodefs.h rewind.crdfmt.o: fio.h f_errno.h fiodefs.h format.h rdfmt.csue.o: fio.h f_errno.h fiodefs.h sue.cdouio.o: fio.h f_errno.h fiodefs.h douio.crsfe.o: fio.h f_errno.h fiodefs.h rsfe.cwsfe.o: fio.h f_errno.h fiodefs.h wsfe.cc_sfe.o: fio.h f_errno.h fiodefs.h c_sfe.cfmt.o: fio.h f_errno.h fiodefs.h format.h fmt.cdofio.o: fio.h f_errno.h fiodefs.h format.h dofio.clwrite.o: fio.h f_errno.h fiodefs.h lio.h lwrite.clread.o: fio.h f_errno.h fiodefs.h lio.h lread.cdolio.o: fio.h f_errno.h fiodefs.h lio.h dolio.copen.o: fio.h f_errno.h fiodefs.h open.cclose.o: fio.h f_errno.h fiodefs.h close.cutil.o: fio.h f_errno.h fiodefs.h util.cendfile.o: fio.h f_errno.h fiodefs.h endfile.cwrtfmt.o: fio.h f_errno.h fiodefs.h format.h wrtfmt.cerr.o: fio.h f_errno.h fiodefs.h err.cfmtlib.o: fio.h f_errno.h fiodefs.h fmtlib.cf77_abort.o: fio.h f_errno.h fiodefs.h f77_abort.crsnmle.o: fio.h f_errno.h fiodefs.h lio.h nmlio.h rsnmle.cwsnmle.o: fio.h f_errno.h fiodefs.h lio.h nmlio.h wsnmle.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -