bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make problem...


From: Matthew Sullivan
Subject: make problem...
Date: Sat, 02 Feb 2002 18:22:35 +1000

Hi,

I have a problem with make and my makefile.... without reason (it
seems), it has stopped working...follows is all the detail I think you
will need to tell me where I fscked up, and/or what's wrong....if you
need the source it's available at: http://www.sorbs.net/

Thanks, in advance,

Yours

Matthew

address@hidden sock-check]$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i586-mandrake-linux-gnu
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <address@hidden>.

address@hidden sock-check]$ make clean
rm -f core *.o
rm -f sockchk
address@hidden sock-check]$ make
gcc -ggdb  -c debug.c
gcc -ggdb  -c config.c
gcc -ggdb  -c network.c
gcc -ggdb  -c smtp.c
gcc -ggdb  -c check.c
gcc -ggdb -o sockchk -lm debug.o config.o network.o proxy.o smtp.o
check.o
gcc: proxy.o: No such file or directory
make: *** [sockchk] Error 1
address@hidden sock-check]$ make clean
rm -f core *.o
rm -f sockchk
address@hidden sock-check]$ make all-src
gcc -ggdb  -c debug.c
gcc -ggdb  -c config.c
gcc -ggdb  -c network.c
gcc -ggdb  -c smtp.c
gcc -ggdb  -c check.c
gcc -ggdb -o sockchk -lm debug.o config.o network.o proxy.o smtp.o
check.o
gcc: proxy.o: No such file or directory
make: *** [sockchk] Error 1
address@hidden sock-check]$ make proxy.o
make: `proxy.o' is up to date.
address@hidden sock-check]$ which proxy.o
which: no proxy.o in
(/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/X11R6/bin:/usr/games)
address@hidden sock-check]$ locate proxy.o
address@hidden sock-check]$ ls -l
total 212
drwxr-xr-x    2 matthew  users        4096 Feb  2 19:45 CVS/
-rw-r--r--    1 matthew  users         676 Feb  3 04:20 Makefile
-rw-r--r--    1 matthew  users        2794 Feb  2 07:47 check.c
-rw-r--r--    1 matthew  users       20336 Feb  3 04:52 check.o
-rw-r--r--    1 matthew  users       15360 Feb  2 19:30 config.c
-rw-r--r--    1 matthew  users        1151 Feb  2 19:29 config.h
-rw-r--r--    1 matthew  users       36764 Feb  3 04:52 config.o
-rw-r--r--    1 matthew  users         240 Feb  2 19:45 daemon.c
-rw-r--r--    1 matthew  users         968 Jan 29 04:04 debug.c
-rw-r--r--    1 matthew  users       10668 Feb  3 04:52 debug.o
-rw-r--r--    1 matthew  users         214 Feb  2 07:48 defines.h
-rw-r--r--    1 matthew  users        1038 Feb  2 05:04 extern.h
-rw-r--r--    1 matthew  users       27919 Feb  3 02:03 logfile
-rw-r--r--    1 matthew  users        4672 Jan 29 04:05 network.c
-rw-r--r--    1 matthew  users       24180 Feb  3 04:52 network.o
-rw-r--r--    1 matthew  users        8053 Feb  3 02:09 proxy.c
-rw-r--r--    1 matthew  users        2535 Feb  2 07:44 smtp.c
-rw-r--r--    1 matthew  users       16776 Feb  3 04:52 smtp.o
-rw-r--r--    1 matthew  users        3393 Feb  2 07:51 sockchk.conf
address@hidden sock-check]$ cat Makefile
CC = gcc
CFLAGS = -ggdb
#LIBS = -lm -ldmalloc
LIBS = -lm
COMPILER = $(CC) $(CFLAGS) $(INCLUDES)
LINKER = $(CC) $(CFLAGS) -o sockchk

.SUFFIXES: .c

all: all-src
.PHONY: all clean realclean all-src

clean:
        rm -f core *.o
        rm -f sockchk

realclean: clean
        rm -f *~

all-src: sockchk

.c.o:
        $(COMPILER) -c $<

debug.o: debug.c extern.h defines.h

config.o: config.c config.h extern.h defines.h

network.o: network.c extern.h defines.h

proxy.o: proxy.c extern.h defines.h

smtp.o: smtp.c extern.h defines.h

check.o: check.c extern.h defines.h

sockchk: debug.o config.o network.o proxy.o smtp.o check.o
        $(LINKER) $(LIBS) debug.o config.o network.o proxy.o smtp.o
check.o


address@hidden sock-check]$ make clean
rm -f core *.o
rm -f sockchk
address@hidden sock-check]$ make -p > logfile
gcc: proxy.o: No such file or directory
make: *** [sockchk] Error 1
address@hidden sock-check]$ cat logfile
# GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
# Built for i586-mandrake-linux-gnu
# Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
#       Free Software Foundation, Inc.
# This is free software; see the source for copying conditions.
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

# Report bugs to <address@hidden>.

gcc -ggdb  -c debug.c
gcc -ggdb  -c config.c
gcc -ggdb  -c network.c
gcc -ggdb  -c smtp.c
gcc -ggdb  -c check.c
gcc -ggdb -o sockchk -lm debug.o config.o network.o proxy.o smtp.o
check.o

# Make data base, printed on Sun Feb  3 05:01:27 2002

# Variables

# environment
RPM_INSTALL_LANG = en_US:en
# default
F77 = $(FC)
# default
PREPROCESS.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -F
# environment
OLDPWD = /home/matthew/cvs/antispam
# environment
BASH_ENV = /home/matthew/.bashrc
# automatic
@F = $(notdir $@)
# environment
HOME = /home/matthew
# default
MAKE = $(MAKE_COMMAND)
# environment
LESSOPEN = |/usr/bin/lesspipe.sh %s
# default
SUFFIXES := .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod
.sym .def .h .info .dvi .tex .texinfo .texi .
txinfo .w .ch .web .sh .elc .el
# environment
TMPDIR = /home/matthew/tmp
# default
COMPILE.r = $(FC) $(FFLAGS) $(RFLAGS) $(TARGET_ARCH) -c
# default
LINK.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# default
LINK.s = $(CC) $(ASFLAGS) $(LDFLAGS) $(TARGET_MACH)
# environment
MAIL = /var/spool/mail/matthew
# environment
PWD = /home/matthew/cvs/antispam/sock-check
# environment
XAUTHORITY = /tmp/ssh-XXV3XMJz/cookies
# default
LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH)
# default
COFLAGS =
# default
TEXI2DVI = texi2dvi
# default
CURDIR := /home/matthew/cvs/antispam/sock-check
# automatic
+F = $(notdir $+)
# default
COMPILE.f = $(FC) $(FFLAGS) $(TARGET_ARCH) -c
# environment
PS1 = address@hidden \W]\$
# automatic
%F = $(notdir $%)
# environment
TMP = /home/matthew/tmp
# default
LINK.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# environment
NLSPATH = /usr/share/locale/%l/%N
# default
CO = co
# automatic
?D = $(patsubst %/,%,$(dir $?))
# environment
_ = /usr/bin/make
# default
PREPROCESS.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -F
# automatic
<D = $(patsubst %/,%,$(dir $<))
# environment
SSH_TTY = /dev/pts/0
# default
M2C = m2c
# default
FC = f77
# makefile (from `Makefile', line 1)
CC = gcc
# default
LINK.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_MACH)
# default
CXX = g++
# default
AR = ar
# default
CWEAVE = cweave
# environment
MACHTYPE = i586-mandrake-linux-gnu
# default
COMPILE.F = $(FC) $(FFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# environment
USER = matthew
# automatic
*D = $(patsubst %/,%,$(dir $*))
# automatic
^D = $(patsubst %/,%,$(dir $^))
# default
COMPILE.s = $(AS) $(ASFLAGS) $(TARGET_MACH)
# makefile
SHELL = /bin/sh
# default
YACC = yacc
# default
COMPILE.def = $(M2C) $(M2FLAGS) $(DEFFLAGS) $(TARGET_ARCH)
# default
LINK.C = $(LINK.cc)
# environment
LC_MONETARY = en_US
# makefile
MAKEFLAGS = p
# default
LINK.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# default
OUTPUT_OPTION = -o $@
# default
MAKE_VERSION := 3.79.1
# environment
HOSTTYPE = i586
# default
PREPROCESS.S = $(CC) -E $(CPPFLAGS)
# environment
MAKELEVEL := 0
# makefile (from `Makefile', line 5)
COMPILER = $(CC) $(CFLAGS) $(INCLUDES)
# makefile (from `Makefile', line 2)
CFLAGS = -ggdb
# default
YACC.y = $(YACC) $(YFLAGS)
# default
COMPILE.c = $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# default
TANGLE = tangle
# makefile (from `Makefile', line 4)
LIBS = -lm
# default
CHECKOUT,v = +$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)
# default
LD = ld
# environment
MFLAGS = -p
# default
GET = get
# environment
HOSTNAME = stealth.isux.com
# default
COMPILE.S = $(CC) $(ASFLAGS) $(CPPFLAGS) $(TARGET_MACH) -c
# default
PC = pc
# default
AS = as
# automatic
@D = $(patsubst %/,%,$(dir $@))
# default
TEX = tex
# environment
TERM = ansi
# environment
SECURE_LEVEL = 3
# environment
LC_MESSAGES = en_US
# default
COMPILE.cpp = $(COMPILE.cc)
# environment
LOGNAME = matthew
# environment
DISPLAY = stealth.isux.com:10.0
# makefile (from `Makefile', line 6)
LINKER = $(CC) $(CFLAGS) -o sockchk
# environment
SHLVL = 1
# environment
LESS = -MM
# default
COMPILE.C = $(COMPILE.cc)
# default
LINT = lint
# default
F77FLAGS = $(FFLAGS)
# default
COMPILE.p = $(PC) $(PFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# environment
LANG = en
# default
RM = rm -f
# environment
LANGUAGE = en_US:en
# default
.LIBPATTERNS = lib%.so lib%.a
# automatic
+D = $(patsubst %/,%,$(dir $+))
# default
WEAVE = weave
# environment
OSTYPE = linux-gnu
# automatic
?F = $(notdir $?)
# automatic
%D = $(patsubst %/,%,$(dir $%))
# default
CPP = $(CC) -E
# automatic
<F = $(notdir $<)
# environment
HISTSIZE = 1000
# environment
INPUTRC = /etc/inputrc
# default
LEX = lex
# environment
LC_CTYPE = en_US
# default
LINK.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# environment
LESSKEY = /etc/.less
# default
LEX.l = $(LEX) $(LFLAGS) -t
# default
COMPILE.mod = $(M2C) $(M2FLAGS) $(MODFLAGS) $(TARGET_ARCH)
# default
ARFLAGS = rv
# environment
LC_TIME = en_US
# automatic
*F = $(notdir $*)
# automatic
^F = $(notdir $^)
# environment
mc = $(subst ,, )
# default
LINT.c = $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)
# default
LINK.r = $(FC) $(FFLAGS) $(RFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# default
LINK.cpp = $(LINK.cc)
# environment
LC_COLLATE = en_US
# default
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
# environment
LC_NUMERIC = en_US
# default
MAKEFILES :=
# default
CTANGLE = ctangle
# default
MAKE_COMMAND := make
# environment
PATH =
/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/X11R6/bin:/usr/games
# default
LINK.f = $(FC) $(FFLAGS) $(LDFLAGS) $(TARGET_ARCH)
# environment
LS_COLORS =
no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex

=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.tbz2=01;31:*.arc=01;31:

*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.

tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;3

5:*.tiff=01;35:
# default
MAKEINFO = makeinfo
# 125 variables in 523 hash buckets.
# average of 0.2 variables per bucket, max 3 in one bucket.

# Directories

# SCCS: could not be stat'd.
# . (device 773, inode 864077): 17 files, 35 impossibilities.
# RCS: could not be stat'd.

# 17 files, 35 impossibilities in 3 directories.

# Implicit Rules

%.out:

%.a:

%.ln:

%.o:

%: %.o
#  commands to execute (built-in):
        $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.c:


%: %.c
#  commands to execute (built-in):
        $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.ln: %.c
#  commands to execute (built-in):
        $(LINT.c) -C$* $<

%.o: %.c
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


%.cc:

%: %.cc
#  commands to execute (built-in):
        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.cc
#  commands to execute (built-in):
        $(COMPILE.cc) $(OUTPUT_OPTION) $<

%.C:

%: %.C
#  commands to execute (built-in):
        $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.C
#  commands to execute (built-in):
        $(COMPILE.C) $(OUTPUT_OPTION) $<

%.cpp:

%: %.cpp
#  commands to execute (built-in):
        $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.cpp
#  commands to execute (built-in):
        $(COMPILE.cpp) $(OUTPUT_OPTION) $<

%.p:

%: %.p
#  commands to execute (built-in):
        $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.p
#  commands to execute (built-in):
        $(COMPILE.p) $(OUTPUT_OPTION) $<

%.f:

%: %.f
#  commands to execute (built-in):
        $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.f
#  commands to execute (built-in):
        $(COMPILE.f) $(OUTPUT_OPTION) $<

%.F:

%: %.F
#  commands to execute (built-in):
        $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.F
#  commands to execute (built-in):
        $(COMPILE.F) $(OUTPUT_OPTION) $<

%.f: %.F
#  commands to execute (built-in):
        $(PREPROCESS.F) $(OUTPUT_OPTION) $<

%.r:

%: %.r
#  commands to execute (built-in):
        $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.r
#  commands to execute (built-in):
        $(COMPILE.r) $(OUTPUT_OPTION) $<

%.f: %.r
#  commands to execute (built-in):
        $(PREPROCESS.r) $(OUTPUT_OPTION) $<

%.y:

%.ln: %.y
#  commands to execute (built-in):
        $(YACC.y) $<
        $(LINT.c) -C$* y.tab.c
        $(RM) y.tab.c

%.c: %.y
#  commands to execute (built-in):
        $(YACC.y) $<
        mv -f y.tab.c $@

%.l:

%.ln: %.l
#  commands to execute (built-in):
        @$(RM) $*.c
        $(LEX.l) $< > $*.c
        $(LINT.c) -i $*.c -o $@
        $(RM) $*.c

%.c: %.l
#  commands to execute (built-in):
        @$(RM) $@
        $(LEX.l) $< > $@

%.r: %.l
#  commands to execute (built-in):
        $(LEX.l) $< > $@
        mv -f lex.yy.r $@

%.s:

%: %.s
#  commands to execute (built-in):
        $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.s
#  commands to execute (built-in):
        $(COMPILE.s) -o $@ $<

%.S:

%: %.S
#  commands to execute (built-in):
        $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@

%.o: %.S
#  commands to execute (built-in):
        $(COMPILE.S) -o $@ $<

%.s: %.S
#  commands to execute (built-in):
        $(PREPROCESS.S) $< > $@

%.mod:

%: %.mod
#  commands to execute (built-in):
        $(COMPILE.mod) -o $@ -e $@ $^

%.o: %.mod
#  commands to execute (built-in):
        $(COMPILE.mod) -o $@ $<

%.sym:

%.def:

%.sym: %.def
#  commands to execute (built-in):
        $(COMPILE.def) -o $@ $<

%.h:

%.info:

%.dvi:

%.tex:

%.dvi: %.tex
#  commands to execute (built-in):
        $(TEX) $<

%.texinfo:

%.info: %.texinfo
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.texinfo
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.texi:

%.info: %.texi
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.texi
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.txinfo:

%.info: %.txinfo
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

%.dvi: %.txinfo
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

%.w:

%.c: %.w
#  commands to execute (built-in):
        $(CTANGLE) $< - $@

%.tex: %.w
#  commands to execute (built-in):
        $(CWEAVE) $< - $@

%.ch:

%.web:

%.p: %.web
#  commands to execute (built-in):
        $(TANGLE) $<

%.tex: %.web
#  commands to execute (built-in):
        $(WEAVE) $<

%.sh:

%: %.sh
#  commands to execute (built-in):
        cat $< >$@
        chmod a+x $@

%.elc:

%.el:

(%): %
#  commands to execute (built-in):
        $(AR) $(ARFLAGS) $@ $<

%.out: %
#  commands to execute (built-in):
        @rm -f $@
        cp $< $@

%.c: %.w %.ch
#  commands to execute (built-in):
        $(CTANGLE) $^ $@

%.tex: %.w %.ch
#  commands to execute (built-in):
        $(CWEAVE) $^ $@

%:: %,v
#  commands to execute (built-in):
        $(CHECKOUT,v)

%:: RCS/%,v
#  commands to execute (built-in):
        $(CHECKOUT,v)

%:: RCS/%
#  commands to execute (built-in):
        $(CHECKOUT,v)

%:: s.%
#  commands to execute (built-in):
        $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<

%:: SCCS/s.%
#  commands to execute (built-in):
        $(GET) $(GFLAGS) $(SCCS_OUTPUT_OPTION) $<

# 86 implicit rules, 5 (5.8%) terminal.

# Pattern-specific variable values

# No pattern-specific variable values.

# Files

# Not a target:
.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.texinfo.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

# Not a target:
check.c:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 07:47:56
#  File has been updated.
#  Successfully updated.

# Not a target:
.mod.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.mod) -o $@ $<

.c.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


config.o: config.c config.h extern.h defines.h
#  Implicit rule search has been done.
#  Implicit/static pattern stem: `config'
#  Last modified 2002-02-03 05:01:24
#  File has been updated.
#  Successfully updated.
# automatic
# ^ := config.c config.h extern.h defines.h
# automatic
# @ := config.o
# automatic
# + := config.c config.c config.h extern.h defines.h
# automatic
# ? := config.c config.h extern.h defines.h
# automatic
# * := config
# automatic
# % :=
# automatic
# < := config.c
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


# Not a target:
.s:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.s) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
Makefile:
#  Implicit rule search has been done.
#  Last modified 2002-02-03 04:20:18
#  File has been updated.
#  Successfully updated.

# Not a target:
.txinfo.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

# Not a target:
.DEFAULT:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.y.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(YACC.y) $<
        mv -f y.tab.c $@

# Not a target:
smtp.c:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 07:44:05
#  File has been updated.
#  Successfully updated.

# Not a target:
config.h:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 19:29:42
#  File has been updated.
#  Successfully updated.

# Not a target:
.l:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.web.tex:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(WEAVE) $<

# Not a target:
proxy.c:
#  Implicit rule search has been done.
#  Last modified 2002-02-03 02:09:27
#  File has been updated.
#  Successfully updated.

# Not a target:
.s.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.s) -o $@ $<

# Not a target:
.sym:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

all-src: sockchk
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
# No variables.

# Not a target:
.texi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
debug.c:
#  Implicit rule search has been done.
#  Last modified 2002-01-29 04:04:25
#  File has been updated.
#  Successfully updated.

# Not a target:
.F.f:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(PREPROCESS.F) $(OUTPUT_OPTION) $<

# Not a target:
.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.web.p:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(TANGLE) $<

# Not a target:
.def:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.F:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.F) $^ $(LOADLIBES) $(LDLIBS) -o $@

clean:
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
#  commands to execute (from `Makefile', line 14):
        rm -f core *.o
        rm -f sockchk


# Not a target:
.cc.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.cc) $(OUTPUT_OPTION) $<

# Not a target:
.S.s:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(PREPROCESS.S) $< > $@

# Not a target:
.ch:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.def.sym:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.def) -o $@ $<

# Not a target:
.F.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.F) $(OUTPUT_OPTION) $<

# Not a target:
network.c:
#  Implicit rule search has been done.
#  Last modified 2002-01-29 04:05:08
#  File has been updated.
#  Successfully updated.

# Not a target:
.f:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.f) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.elc:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.y.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(YACC.y) $<
        $(LINT.c) -C$* y.tab.c
        $(RM) y.tab.c

# Not a target:
.texi.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

# Not a target:
.el:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.texinfo.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(TEXI2DVI) $(TEXI2DVI_FLAGS) $<

# Not a target:
extern.h:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 05:04:40
#  File has been updated.
#  Successfully updated.

.SUFFIXES: .out .a .ln .o .c .cc .C .cpp .p .f .F .r .y .l .s .S .mod
.sym .def .h .info .dvi .tex .texinfo .texi .t
xinfo .w .ch .web .sh .elc .el .c
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.txinfo:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.p.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.p) $(OUTPUT_OPTION) $<

# Not a target:
.r.f:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(PREPROCESS.r) $(OUTPUT_OPTION) $<

# Not a target:
.w.tex:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(CWEAVE) $< - $@

# Not a target:
config.c:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 19:30:48
#  File has been updated.
#  Successfully updated.

# Not a target:
.txinfo.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

# Not a target:
.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.c.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINT.c) -C$* $<

check.o: check.c extern.h defines.h
#  Implicit rule search has been done.
#  Implicit/static pattern stem: `check'
#  Last modified 2002-02-03 05:01:27
#  File has been updated.
#  Successfully updated.
# automatic
# ^ := check.c extern.h defines.h
# automatic
# @ := check.o
# automatic
# + := check.c check.c extern.h defines.h
# automatic
# ? := check.c extern.h defines.h
# automatic
# * := check
# automatic
# % :=
# automatic
# < := check.c
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


# Not a target:
.w:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.l.r:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LEX.l) $< > $@
        mv -f lex.yy.r $@

all: all-src
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
# No variables.

# Not a target:
.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.r.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.r) $(OUTPUT_OPTION) $<

# Not a target:
.h:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.C.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.C) $(OUTPUT_OPTION) $<

# Not a target:
.p:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.p) $^ $(LOADLIBES) $(LDLIBS) -o $@

smtp.o: smtp.c extern.h defines.h
#  Implicit rule search has been done.
#  Implicit/static pattern stem: `smtp'
#  Last modified 2002-02-03 05:01:26
#  File has been updated.
#  Successfully updated.
# automatic
# ^ := smtp.c extern.h defines.h
# automatic
# @ := smtp.o
# automatic
# + := smtp.c smtp.c extern.h defines.h
# automatic
# ? := smtp.c extern.h defines.h
# automatic
# * := smtp
# automatic
# % :=
# automatic
# < := smtp.c
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


# Not a target:
.l.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        @$(RM) $@
        $(LEX.l) $< > $@

realclean: clean
#  Phony target (prerequisite of .PHONY).
#  Implicit rule search has not been done.
#  File does not exist.
#  File has not been updated.
#  commands to execute (from `Makefile', line 18):
        rm -f *~


# Not a target:
.sh:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        cat $< >$@
        chmod a+x $@

proxy.o: proxy.c extern.h defines.h
#  Implicit rule search has not been done.
#  File does not exist.
#  File has been updated.
#  Successfully updated.
#  commands to execute (from `Makefile', line 32):


# Not a target:
.web:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.out:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.cc:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.cc) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.f.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.f) $(OUTPUT_OPTION) $<

# Not a target:
.texi.info:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(MAKEINFO) $(MAKEINFO_FLAGS) $< -o $@

# Not a target:
.a:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

debug.o: debug.c extern.h defines.h
#  Implicit rule search has been done.
#  Implicit/static pattern stem: `debug'
#  Last modified 2002-02-03 05:01:23
#  File has been updated.
#  Successfully updated.
# automatic
# ^ := debug.c extern.h defines.h
# automatic
# @ := debug.o
# automatic
# + := debug.c debug.c extern.h defines.h
# automatic
# ? := debug.c extern.h defines.h
# automatic
# * := debug
# automatic
# % :=
# automatic
# < := debug.c
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


.PHONY: all clean realclean all-src
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.tex:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.cpp.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.cpp) $(OUTPUT_OPTION) $<

# Not a target:
.l.ln:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        @$(RM) $*.c
        $(LEX.l) $< > $*.c
        $(LINT.c) -i $*.c -o $@
        $(RM) $*.c

sockchk: debug.o config.o network.o proxy.o smtp.o check.o
#  Implicit rule search has not been done.
#  Implicit/static pattern stem: `'
#  Modification time never checked.
#  File has been updated.
#  Failed to be updated.
# automatic
# ^ := debug.o config.o network.o proxy.o smtp.o check.o
# automatic
# @ := sockchk
# automatic
# + := debug.o config.o network.o proxy.o smtp.o check.o
# automatic
# ? := debug.o config.o network.o proxy.o smtp.o check.o
# automatic
# * :=
# automatic
# % :=
# automatic
# < := debug.o
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 38):
        $(LINKER) $(LIBS) debug.o config.o network.o proxy.o smtp.o
check.o


# Not a target:
.y:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.S.o:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.S) -o $@ $<

# Not a target:
defines.h:
#  Implicit rule search has been done.
#  Last modified 2002-02-02 07:48:15
#  File has been updated.
#  Successfully updated.

# Not a target:
.tex.dvi:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(TEX) $<

network.o: network.c extern.h defines.h
#  Implicit rule search has been done.
#  Implicit/static pattern stem: `network'
#  Last modified 2002-02-03 05:01:25
#  File has been updated.
#  Successfully updated.
# automatic
# ^ := network.c extern.h defines.h
# automatic
# @ := network.o
# automatic
# + := network.c network.c extern.h defines.h
# automatic
# ? := network.c extern.h defines.h
# automatic
# * := network
# automatic
# % :=
# automatic
# < := network.c
# 7 variables in 23 hash buckets.
# average of 0.3 variables per bucket, max 2 in one bucket.
#  commands to execute (from `Makefile', line 23):
        $(COMPILER) -c $<


# Not a target:
.r:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.r) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.mod:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(COMPILE.mod) -o $@ -e $@ $^

# Not a target:
.C:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.C) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.S:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.S) $^ $(LOADLIBES) $(LDLIBS) -o $@

# Not a target:
.texinfo:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# Not a target:
.w.c:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(CTANGLE) $< - $@

# Not a target:
.cpp:
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.
#  commands to execute (built-in):
        $(LINK.cpp) $^ $(LOADLIBES) $(LDLIBS) -o $@

# 88 files in 1007 hash buckets.
# average 0.087 files per bucket, max 2 files in one bucket.

# VPATH Search Paths

# No `vpath' search paths.

# No general (`VPATH' variable) search path.

# Finished Make data base on Sun Feb  3 05:01:27 2002
address@hidden sock-check]$

--
Yours

Matthew
address@hidden (SpamTrap: Remove the '^' to make the address
valid)

ISUX Mail AUP: http://www.isux.com/
Come and visit my BBS at: telnet://bbs.isux.com/
AntiSpam tools available at: http://www.sorbs.net/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]