?? makefile
字號:
## Makefile for vfax. (c) Uwe C. Schroeder, Germany### (c) 1992 Uwe C. Schroeder, Anwendungssysteme , Augsburg, Germany## # Permission to use, copy, and modify this software and its# documentation for non comercial purpose is hereby granted # without fee, provided that# the above copyright notice appear in all copies and that both that# copyright notice and this permission notice appear in supporting# documentation, and that the name of Uwe C. Schroeder not be used in# advertising or publicity pertaining to distribution of the software without# specific, written prior permission. Uwe Schroeder makes no representations# about the suitability of this software for any purpose. It is provided# "as is" without express or implied warranty.# This software may not be sold or distributed with commercial products# ( this includes distribution "for users convenience" ) without prior# written permission by the author.## UWE SCHROEDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO# EVENT SHALL UWE SCHROEDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR# PERFORMANCE OF THIS SOFTWARE.### This is a alpha release, which means, that there are still several# known bugs.## Please report bugs to:## usys@phoenix.abg.sub.org## directoriesBINDIR = /usr/local/bin# programsCC=gccCFLAGS= -O -g -DSYSV -DLinux #-DTEST LDFLAGS= -lbsdINSTALL = cpADMINS = CAVEAT COPYING PORTING REQUIREMENTS FASPATCH HEADERS= vfax.h version.h patchlevel.hSRCS= debug.c dial.c dir.c fax.c init.c mail.c play.c process.c queue.c \ rcv.c read.c recmsg.c record.c response.c send.c signal.c snd.c \ spooler.c tty.c ttyio.c write.c OBJS= debug.o dial.o dir.o fax.o init.o mail.o play.o process.o queue.o \ rcv.o read.o recmsg.o record.o response.o signal.o snd.o \ tty.o ttyio.o write.o SHAR1 = $(ADMINS) MakefileSHAR2 = $(HEADERS) debug.c dial.c dir.c fax.c init.c mail.c play.c \ process.c queue.c rcv.c read.c SHAR3 = recmsg.c record.c response.c send.c signal.c snd.c \ spooler.c tty.c ttyio.c write.call: vfs vfaxvfs: $(OBJS) spooler.o $(CC) -o vfs spooler.o $(OBJS) $(LDFLAGS) vfax: $(OBJS) $(SRCS) send.o $(CC) -o vfax send.o queue.o $(OBJS) $(LIBS) $(LDFLAGS) # testline program tl: tl.c tl.o $(OBJS) $(CC) $(LDFLAGS) -o tl tl.o $(OBJS)shar: $(SHAR1) $(SHAR2) $(SHAR3) shar $(SHAR1) > vfax1o3v1.0.sh shar $(SHAR2) > vfax2o3v1.0.sh shar $(SHAR3) > vfax3o3v1.0.shinstall: all strip vfax strip vfs $(INSTALL) vfax $(BINDIR) $(INSTALL) vfs $(BINDIR)clean: rm -f *~ core *.o vfs vfaxdepend: $(SRCS) $(HEADERS) makedepend $(SRCS)# DO NOT DELETE THIS LINE -- make depend depends on it.debug.o: vfax.h version.hdial.o: vfax.h version.hdir.o: vfax.h version.hfax.o: vfax.h version.hinit.o: vfax.h version.hmail.o: vfax.h version.hplay.o: vfax.h version.hprocess.o: vfax.h version.hqueue.o: vfax.h version.hrcv.o: vfax.h version.hread.o: vfax.h version.hrecmsg.o: vfax.h version.hrecord.o: vfax.h version.hresponse.o: vfax.h version.hsend.o: vfax.h version.hsignal.o: vfax.h version.hsnd.o: vfax.h version.hspooler.o: vfax.h version.h patchlevel.htty.o: vfax.h version.httyio.o: vfax.h version.hwrite.o: vfax.h version.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -