Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
This commit is contained in:
parent
5a9482c5b1
commit
6d95a9f632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2969
@ -5,7 +5,7 @@
|
||||
#
|
||||
# WARNING WARNING: Requires Motif to compile & link
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1995/10/30 17:29:07 pst Exp $
|
||||
# $Id: Makefile,v 1.2 1995/11/27 04:10:12 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ashe-1.1.2
|
||||
@ -15,6 +15,7 @@ MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/src/ \
|
||||
ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libhtmlw/
|
||||
DISTFILES= ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z
|
||||
|
||||
REQUIRES_MOTIF= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_X11= yes
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
all: $(LIBTARGET)
|
||||
--- 1,5 ----
|
||||
LIBTARGET = libhtmlw.a
|
||||
! CFLAGS+=-I/usr/X11R6/include -DMOTIF1_2
|
||||
! CFLAGS+=-I${X11BASE}/include -DMOTIF1_2
|
||||
RANLIB=ranlib
|
||||
|
||||
all: $(LIBTARGET)
|
||||
|
@ -52,7 +52,7 @@
|
||||
|
||||
-
|
||||
- #EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXt -lXext -lX11
|
||||
EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11
|
||||
- EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11
|
||||
|
||||
! #
|
||||
! # This is what is built when you say 'make all'
|
||||
@ -79,7 +79,7 @@
|
||||
*/
|
||||
! INCLUDES = -I../libhtmlw-src -I../libcci
|
||||
|
||||
EXTRA_LIBRARIES = -lcci -lhtmlw -lXm -lXaw -lXmu -lXt -lXext -lX11
|
||||
+ EXTRA_LIBRARIES = -lcci -lhtmlw ${MOTIFLIB} XawClientLibs
|
||||
|
||||
! ComplexProgramTarget(xhtml)
|
||||
! InstallNonExecFile(help.html,$(LIBDIR)/xhtml)
|
||||
|
@ -11,4 +11,4 @@
|
||||
|
||||
! Very Important : Change this directory to the directory of help.html
|
||||
|
||||
! xhtml*htmldir: /usr/X11R6/lib/X11/xhtml
|
||||
! xhtml*htmldir: ${X11BASE}/lib/X11/xhtml
|
||||
|
@ -1,5 +1,4 @@
|
||||
@cwd /usr/X11R6
|
||||
bin/xhtml
|
||||
lib/X11/xhtml/help.html
|
||||
lib/X11/app-defaults/XHTML.ad
|
||||
man/man1/xhtml.1
|
||||
man/man1/xhtml.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user