?? makefile.am,v
字號:
@Make compile.c a Built Source so that it is cleaned when doing amaintainer-clean.@text@d3 1a3 1# $Id: Makefile.am,v 1.14 1997/05/16 16:37:10 neto Exp neto $d32 2a33 1 cwebmac.tex@1.14log@Removed duplicated dict.c in dicttest sources list.@text@d3 1a3 1# $Id: Makefile.am,v 1.13 1997/05/16 16:22:47 neto Exp neto $d113 1@1.13log@Fix support for distcalc.Try to fix support for dicttest.@text@d3 1a3 1# $Id: Makefile.am,v 1.12 1997/05/16 15:51:26 neto Exp neto $d168 2a169 2 error.c memory.c pool.c dict.c gb_flip.c resource.c \ error.h memory.h pool.h dict.h gb_flip.h resource.h@1.12log@Add compile.c to thelist of lk sources.But remove it from the distribution.@text@d3 1a3 1# $Id: Makefile.am,v 1.11 1997/05/16 15:37:47 neto Exp neto $d105 3a107 1distcalc_SOURCES = read.c read.h length.h distcalc.cd109 1d167 3a169 3dicttest_SOURCES = dicttest.c \ error.c memory.c pool.c dict.c gb_flip.c \ error.h memory.h pool.h dict.h gb_flip.h@1.11log@Put support back in for compile.o@text@d3 1a3 1# $Id: Makefile.am,v 1.10 1997/05/16 15:20:02 neto Exp neto $d39 1d89 2d96 4@1.10log@Added support for lkconfig.hRemoved support for compile.o@text@d3 1a3 1# $Id: Makefile.am,v 1.9 1997/05/14 20:51:29 neto Exp neto $d70 23@1.9log@Added lk options makefile.@text@d3 1a3 1# $Id: Makefile.am,v 1.8 1997/05/14 20:38:05 neto Exp neto $d32 1a32 2 cwebmac.tex \ Makefile.lk.optionsd57 1a117 2# Control the behaviour of LK through compile-time options.include $(srcdir)/Makefile.lk.optionsa234 84## MAINSOURCES = \## $(srcdir)/copyrt.w \## $(srcdir)/webdefs.w \## $(srcdir)/prolog.ps \## $(srcdir)/error.w \## $(srcdir)/memory.w \## $(srcdir)/read.w \## $(srcdir)/resource.w \## $(srcdir)/pool.w \## $(srcdir)/kdtree.w \## $(srcdir)/construct.w \## $(srcdir)/array.w \## $(srcdir)/twolevel.w \## $(srcdir)/dsort.w \## $(srcdir)/nn.w \## $(srcdir)/dict.w \## $(srcdir)/jbmr.w \## $(srcdir)/lk.w## ## SOURCES = \## $(srcdir)/gb_flip.ch \## $(srcdir)/length.w \## $(srcdir)/fixincludes.w \## $(MAINSOURCES)## ## CSOURCES = \## error.c \## memory.c \## read.c \## resource.c \## pool.c \## kdtree.c \## construct.c \## array.c \## twolevel.c \## dsort.c \## nn.c \## dict.c \## jbmr.c \## lk.c \## gb_flip.c## ## AUXCSOURCES = \## ifs.c \## unifd.c## ## OBJS = \## error.o \## memory.o \## read.o \## resource.o \## pool.o \## kdtree.o \## construct.o \## array.o \## twolevel.o \## dsort.o \## nn.o \## dict.o \## jbmr.o \## lk.o## ## DVIS = \## error.dvi \## memory.dvi \## length.dvi \## read.dvi \## resource.dvi \## pool.dvi \## kdtree.dvi \## construct.dvi \## array.dvi \## twolevel.dvi \## dsort.dvi \## nn.dvi \## dict.dvi \## jbmr.dvi \## lk.dvi \## fixincludes.dvi \## sier.dvi \## unifd.dvi \## ifs.dvi## ## a252 6## Makefile :## echo Making makefile for compile.c## ## out: lk## rm -f out## lk run/lin318.tsp -r tld >outa256 15## ## docs : $(DVIS)## ## csources : $(CSOURCES)## wc $(CSOURCES)## ## dicttest : gb_flip.o pool.o dicttest.o dict.o error.o memory.o resource.o## $(COMPILE) gb_flip.o pool.o dicttest.o dict.o error.o memory.o resource.o -o dicttest## ## dicttest.c : $(srcdir)/dict.w## $(CTANGLE_CMD) $(srcdir)/dict.w## ## $(MAINSOURCES) : $(srcdir)/length.h## $(MAINSOURCES) : $(srcdir)/fixincludes.h## @1.8log@test_flip and dicttest are now built properly.Added support for dependencies on .ch files.@text@d3 1a3 1# $Id: Makefile.am,v 1.7 1997/05/14 20:06:50 neto Exp neto $d32 2a33 1 cwebmac.tex@1.7log@Try to support .ch files as dependencies.@text@d3 1a3 1# $Id: Makefile.am,v 1.6 1997/05/14 19:18:55 neto Exp neto $d34 1a34 1bin_PROGRAMS = lk ifs grid unifd sier distcalcd133 1a133 1# FIXME do testsd135 3a138 5test_flip.c : gb_flip.w @@CTANGLE_CMD@@dicttest.c : dict.w @@CTANGLE_CMD@@d142 1d149 1a149 1SUFFIXES = .w .c .h .o .tex .scn .idx .dvid152 3d158 2a159 1.ch.c :a161 1# Maybe need to fix this kludge for headers?@1.6log@Now it builds .dvi files properly.ctangle, tex, and cweave commands are given by configure dependingon whether those cmds can be found.cwebmac.tex is included in the distribution.Make all the .w files be part of the distribution.@text@d3 1a3 1# $Id: Makefile.am,v 1.5 1997/05/14 18:38:51 neto Exp neto $d77 7a83 3 array.c array.h \ construct.c construct.h \ dict.c dict.h dicttest.c \d85 4a88 2 dsort.c dsort.h \ error.c error.h \d90 2a91 1 gb_flip.c gb_flip.h \d94 4a97 2 jbmr.c jbmr.h \ kdtree.c kdtree.h \d99 12a110 6 lk.c lk.h \ memory.c memory.h \ nn.c nn.h \ pool.c pool.h \ read.c read.h \ resource.c resource.h \d113 2a114 1 twolevel.c twolevel.h \d132 1d134 2d154 3@1.5log@Sorted the sources list. The list was prematurey ended by a missingline continuing backslash. That is now fixed.@text@d3 1a3 1# $Id: Makefile.am,v 1.4 1997/05/14 18:17:54 neto Exp neto $d24 10d68 1a68 1 twolevel.h \d101 2a102 3## # Catch config.h## INCLUDES= -I$(top_srcdir)d116 6d152 2d155 1a155 1 @@TEX_CMD@@a187 11## ## ########################################################################### # Set variables DEBUG, OUTPUT, TABU## ## include Makefile.lk.options## ## ## ########################################################################### # System fixes.## ## a308 24## ########################################################################### # Package-specific targets.## ## all : lk## ## lk : gb_flip.o $(OBJS) compile.o## $(COMPILE) $(LINKFLAGS) -o lk gb_flip.o compile.o $(OBJS) -lm## ## lk.sgi.jsg : lk## mv lk lk.sgi.jsg## ## pagecount : $(DVIS)## wc *.log## ## linecount : $(CSOURCES) $(AUXCSOURCES)## wc $(CSOURCES) $(AUXCSOURCES)## ## ## ## unifd : unifd.o gb_flip.o## $(COMPILE) unifd.o gb_flip.o -o unifd## ## unif : unif.o gb_flip.o## $(COMPILE) unif.o gb_flip.o -o unifa309 9## sier : sier.o gb_flip.o## $(COMPILE) sier.o gb_flip.o -o sier -lm## ## ifs : ifs.o gb_flip.o## $(COMPILE) ifs.o gb_flip.o -o ifs -lm## ## #grid : grid.o## # $(COMPILE) grid.o -o grid## a320 27## # Force the genereration of error.h when error.w has changed.## error.h : error.c## ## length.h : length.w## $(CTANGLE_CMD) length.w## ## dict.h : dict.w## $(CTANGLE_CMD) dict.w## ## gb_flip.o : gb_flip.h gb_flip.c## $(COMPILE) $(CFLAGS) -c gb_flip.c## ## gb_flip.h : gb_flip.ch## $(CTANGLE_CMD) gb_flip.w gb_flip.ch## ## gb_flip.c : gb_flip.ch## $(CTANGLE_CMD) gb_flip.w gb_flip.ch## ## # Force the genereration of memory.h when memory.w has changed.## memory.h : memory.c## ## tgz :## rm -f lk.tar.gz## tar cvf lk.tar $(SOURCES) $(RCSSTUFF) $(UTILITIES) Makefile## gzip --best lk.tar## ## a324 3## distcalc : distcalc.o read.o error.o resource.o memory.o gb_flip.o ## $(COMPILE) -o distcalc distcalc.o read.o error.o resource.o memory.o gb_flip.o -lm## a370 24## ## ## ## ########################################################################### # Standard GNU targets -- see the GNU Coding Standards.## ### # all : # see above## ## install : lk## ## clean : ## rm -f core *.o *.dvi *.idx *.log *.scn *.toc## $(CTANGLE_CMD) error.w## $(CTANGLE_CMD) length.w## $(CTANGLE_CMD) memory.w## $(CTANGLE_CMD) fixincludes.w## $(CTANGLE_CMD) lk.w## ## maintainer-clean:## rm -f $(CSOURCES) $(AUXCSOURCES)## ## veryclean : maintainer-clean## ## @1.4log@configure tells us what CTANGLE_CMD, CWEAVE_CMD, and TEX_CMD shouldbe.@text@d3 1a3 1# $Id: Makefile.am,v 1.3 1997/05/13 22:29:18 neto Exp neto $d24 1a24 1bin_PROGRAMS = lk ifs unifd sier distcalcd27 1a27 1 memory.h \d29 1a29 1 dsort.h \d31 1d33 4d38 3a40 1 error.h \d42 4a45 4 gb_flip.h \ nn.h \ pool.h \ twolevel.h \a46 4 length.h \ kdtree.h \ resource.h \ read.h \d48 1a48 8 array.c \ dsort.c \ construct.c \ dict.c \ ifs.c \ error.c \ jbmr.c \ gb_flip.c \d50 1d52 5d58 1a58 5 lk.c \ kdtree.c \ resource.c \ grid.c \ read.cd63 1@1.3log@Fixed dependency list for unifd and sier@text@d3 1a3 1# $Id: Makefile.am,v 1.2 1997/05/13 20:19:58 neto Exp neto $d104 3a106 2CTANGLEFLAGS = -bhp # Turn off banner, happy, progress messagesCTANGLE_CMD = $(CTANGLE) $(CTANGLEFLAGS)d108 1d111 5a115 2# .w files are CWEB files.# .idx files are index files for CWEAVE.d117 1a117 2.SUFFIXES : .SUFFIXES : .w .c .h .o .tex .scn .idx .dvid121 1a121 8 if test -z "$(CTANGLE)"; then @@echo "Sorry, ctangle is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else if test -f $(srcdir)/$*.ch; then $(CTANGLE_CMD) $< $(srcdir)/$*.ch; else $(CTANGLE_CMD) $(srcdir)/$<; fi fid125 1a125 8 if test -z "$(CTANGLE)"; then @@echo "Sorry, ctangle is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else if test -f $(srcdir)/$*.ch; then $(CTANGLE_CMD) $< $(srcdir)/$*.ch; else $(CTANGLE_CMD) $(srcdir)/$<; fi fid128 2a129 9.w.tex : webdefs.w copyrt.w if test -z "$(CWEAVE)"; then @@echo "Sorry, cweave is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else if test -f $(srcdir)/$*.ch; then $(CWEAVE_CMD) $< $(srcdir)/$*.ch; else $(CWEAVE_CMD) $(srcdir)/$<; fi fid131 5a135 19.w.idx : webdefs.w copyrt.w if test -z "$(CWEAVE)"; then @@echo "Sorry, cweave is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else if test -f $(srcdir)/$*.ch; then $(CWEAVE_CMD) $< $(srcdir)/$*.ch; else $(CWEAVE_CMD) $(srcdir)/$<; fi fi.w.scn : webdefs.w copyrt.w if test -z "$(CWEAVE)"; then @@echo "Sorry, cweave is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else if test -f $(srcdir)/$*.ch; then $(CWEAVE_CMD) $< $(srcdir)/$*.ch; else $(CWEAVE_CMD) $(srcdir)/$<; fi fid138 2a139 7.tex.dvi : $*.idx $*.scn if test -z "$(TEX)"; then @@echo "Sorry, TeX is not installed, so I can't make $@@ from $<" 1>&2 exit 1; else $(TEX) $(srcdir)/$<; fi@1.2log@lk_SOURCES should list .c and .h files, not .w files.Must figure out a way to generate .c and .h from .w...@text@d3 1a3 1# $Id$d22 2d63 2a64 2unifd_SOURCES = gb_flip.w gb_flip.h unifd.csier_SOURCES = gb_flip.w gb_flip.h sier.c@1.1log@Initial revision@text@d3 1d25 34a58 17 copyrt.w \ webdefs.w \ types.w \ error.w \ memory.w \ read.w \ resource.w \ pool.w \ kdtree.w \ construct.w \ array.w \ twolevel.w \ dsort.w \ nn.w \ dict.w \ jbmr.w \ lk.wd60 4a63 5ifs_SOURCES = gb_flip.w ifs.wunifd_SOURCES = gb_flip.w unifd.wsier_SOURCES = gb_flip.w sier.w## length.h, reallydistcalc_SOURCES = read.w length.w distcalc.w@
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -