At 9:02 PM -0700 6/3/97, [EMAIL PROTECTED] wrote:

>Please send the contents of your src/Makefile.config
>and support/Makefile.  It should include them...

src/Makefile.config:

###############
# Platform: SGI IRIX
# Final Rules:
#  Rule WANTHSREGEX=yes
###############
CFLAGS1= -DIRIX
INCLUDES1= -Iregex
LIBS1=
LFLAGS1=
BROKEN_BPRINTF_FLAGS=
REGLIB=regex/libregex.a
RANLIB=true
SHELL=/bin/sh

#### End of Configure created section ####



support/Makefile:

###############
# Platform: SGI IRIX
# Final Rules:
#  Rule WANTHSREGEX=yes
###############
CFLAGS1= -DIRIX
INCLUDES1= -Iregex
LIBS1=
LFLAGS1=
BROKEN_BPRINTF_FLAGS=
REGLIB=regex/libregex.a
RANLIB=true
SHELL=/bin/sh

#### End of Configure created section ####
# Apache makefile template (well, suffix).

# This is combined with the information in the "Configuration" file
# by the configure script to make the actual Makefile.

CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS)
LIBS=$(EXTRA_LIBS) $(LIBS1)
INCLUDES=-I../src -I../src/regex $(INCLUDES1) $(EXTRA_INCLUDES)
LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS)

.c.o:
        $(CC) -c $(CFLAGS) $(INCLUDES) $<

TARGETS=htpasswd htdigest httpd_monitor rotatelogs logresolve

all: $(TARGETS)

htpasswd: htpasswd.c
        $(CC) $(CFLAGS) htpasswd.c -o htpasswd $(LIBS)

htdigest: htdigest.c
        $(CC) $(CFLAGS) htdigest.c -o htdigest

httpd_monitor: httpd_monitor.c
        $(CC) $(INCLUDES) $(CFLAGS) httpd_monitor.c -o httpd_monitor

rotatelogs: rotatelogs.c
        $(CC) $(INCLUDES) $(CFLAGS) rotatelogs.c -o rotatelogs

logresolve: logresolve.c
        $(CC) $(INCLUDES) $(CFLAGS) logresolve.c -o logresolve $(LIBS)

clean:
        rm -f $(TARGETS)




I hope this helps.

Regards,
Christian

----------------------------------------------------------------------
Christian Gilmore          | [EMAIL PROTECTED]
Room C047                  | http://www.research.att.com/info/cgilmore
180 Park Avenue            |
Florham Park, NJ 07932     |
(201) 360 - 8366           | AT&T Research, Florham Park





Reply via email to