about summary refs log tree commit diff stats
path: root/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-08-07 20:52:46 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-08-07 20:52:46 -0400
commit050803d49a91559644e86a4ed38f11ba0afffbe4 (patch)
treeb52ae4afdf50f9a127ddf76db2d182dbc12c3bd9 /makefile.in
parent29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd (diff)
downloadlynx-snapshots-050803d49a91559644e86a4ed38f11ba0afffbe4.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-48
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in49
1 files changed, 34 insertions, 15 deletions
diff --git a/makefile.in b/makefile.in
index d339b8d0..285e4bff 100644
--- a/makefile.in
+++ b/makefile.in
@@ -84,16 +84,6 @@ WWWINC= WWW/Library/Implementation
 # Also be sure to check out the compilation symbols in userdefs.h
 # before building Lynx!
 
-all:
-	@echo
-	@echo "Please run make with one of the following arguments"
-	@echo "lynx       -- to make the executable, put it in this directory"
-	@echo "clean      -- removes all '.o' and 'core' files"
-	@echo "tar        -- runs clean, removes executable, and tars the whole directory"
-	@echo "compress   -- runs tar, then compresses the result"
-	@echo "zip        -- runs clean, removes executable, and zips the whole directory"
-	@echo
-
 # If you apply patches which require linking to site-specific libraries, set
 # SITE_LIBS to those libraries.
 SITE_LIBS= # Your libraries here
@@ -105,16 +95,35 @@ SITE_LYDEFS = # Your defines here
 SITE_DEFS = # Your defines here
 
 # defines include:
+# -DARCHIVE_ONLY   (see README.configure)
+# -DDIRED_SUPPORT  (see README.configure)
+# -DEXP_CHARTRANS  (see README.configure)
+# -DEXP_CHARTRANS_AUTOSWITCH also let lynx switch term mode(Linux console only)
 # -DHP_TERMINAL    For DIM workaround to REVERSE problems on HP terminals.
 # -DIGNORE_CTRL_C  Define if Control-C shouldn't exit lynx.
+# -DLINKEDSTYLES   (see README.configure)
+# -DLONG_LIST      (see README.configure)
+# -DLY_FIND_LEAKS  (see README.configure)
+# -DNCURSES        (see README.configure)
 # -DNOPORT         if you must use PASV instead of PORT for FTP
+# -DNO_CHANGE_EXECUTE_PERMS (see README.configure)
 # -DNO_CPU_LIMIT   Disables Max CPU timeout (includes CLOCKS_PER_SECOND)
-# -DNSL_FORK	   For fork-based name server lookups that can be 'z'apped.
+# -DNO_PARENT_DIR_REFERENCE (see README.configure)
+# -DNSL_FORK       For fork-based name server lookups that can be 'z'apped.
+# -DOK_GZIP        (see README.configure)
+# -DOK_OVERRIDE    (see README.configure)
+# -DOK_PERMIT      (see README.configure)
+# -DOK_TAR         (see README.configure)
+# -DOK_UUDECODE    (see README.configure)
+# -DOK_ZIP         (see README.configure)
 # -DSHORTENED_RBIND  For a SOCKSified lynx with the short version of Rbind.
-# -DSOCKS	   For making a SOCKSified lynx.
-# -DUNDERLINE_LINKS  Define if you want links underlined instead of bold.
-# -DEXP_CHARTRANS_AUTOSWITCH also let lynx switch term mode(Linux console only)
 # -DSLANG_MBCS_HACK prevent cutoff lines when using UTF8 console (slang only)
+# -DSOCKS          For making a SOCKSified lynx.
+# -DUNDERLINE_LINKS  Define if you want links underlined instead of bold.
+# -DUNPAINT_CACHE  (see README.configure)
+# -DUSEHASH        (see README.configure)
+# -DUSE_COLOR_STYLE (see README.configure)
+# -DUSE_SLANG      (see README.configure)
 #
 # if you are linking to freeWAIS-0.202 or older, you should define this
 # in MCFLAGS (SITE_DEFS)
@@ -144,7 +153,7 @@ SITE_DEFS = # Your defines here
 # for installation of local execution links, please see the file userdefs.h
 #
 # TESTED: Linux FreeBSD SunOS Solaris IRIX CLIX HP-UX AIX SCO
-lynx:
+all:
 	cd WWW/Library/unix && $(MAKE) CC="$(CC)" \
 		LYFLAGS="$(SITE_LYDEFS)"
 	cd src && $(MAKE) all CC="$(CC)" \
@@ -154,6 +163,16 @@ lynx:
 		WWWINC=$(WWWINC) \
 		WWWLIB="../WWW/Library/unix/libwww.a"
 
+help:
+	@echo
+	@echo "Please run make with one of the following arguments"
+	@echo "all        -- to make the executable, put it in this directory"
+	@echo "clean      -- removes all '.o' and 'core' files"
+	@echo "tar        -- runs clean, removes executable, and tars the whole directory"
+	@echo "compress   -- runs tar, then compresses the result"
+	@echo "zip        -- runs clean, removes executable, and zips the whole directory"
+	@echo
+
 ##Miscellaneous actions
 clean:
 	rm -f WWW/Library/*/*.[aob]