lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev makefile patches for lynx


From: Larry W. Virden
Subject: lynx-dev makefile patches for lynx
Date: Sun, 13 Dec 1998 08:01:02 -0500 (EST)

--- makefile.in-orig    Sun Dec 13 07:58:47 1998
+++ makefile.in Sun Dec 13 07:59:27 1998
@@ -191,2 +191,15 @@
 
+lint:
+       cd WWW/Library/unix && $(MAKE) CC="lint" \
+               LY_CFLAGS="$(CFLAGS)" \
+               CPPFLAGS="$(CPPFLAGS)" \
+               LYFLAGS="$(SITE_LYDEFS)" lint
+       cd src && $(MAKE) all CC="lint" \
+               CFLAGS="$(CFLAGS)" \
+               CPPFLAGS="$(CPPFLAGS)" \
+               LIBS="$(LIBS) $(RESOLVLIB) $(WAISLIB) $(SITE_LIBS)" \
+               SITE_DEFS="$(SITE_DEFS)" \
+               WWWINC=$(WWWINC) \
+               WWWLIB="../WWW/Library/unix/libwww.a" lint
+
 help:

--- WWW/Library/unix/makefile.in-orig   Sun Dec 13 07:57:24 1998
+++ WWW/Library/unix/makefile.in        Sun Dec 13 07:58:10 1998
@@ -59,2 +59,5 @@
 
+lint:
+       $(LINT) $(LINTOPTS) $(CPP_OPTS) $(CFLAGS) 
$(srcdir)/../Implementation/*.c  > ../../../lint.libwww
+
 .SUFFIXES: .i .h .html

--- src/makefile.in-orig        Sun Dec 13 07:56:22 1998
+++ src/makefile.in     Sun Dec 13 07:56:47 1998
@@ -101,3 +101,3 @@
 lint:
-       $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c  > $(top_builddir)
+       $(LINT) $(LINTOPTS) $(CPP_OPTS) *.c  > $(top_builddir)/lint.lynx
 
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.

reply via email to

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