summaryrefslogtreecommitdiffstats
path: root/contrib/groff/xditview
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-05 18:52:33 +0000
committerru <ru@FreeBSD.org>2000-12-05 18:52:33 +0000
commitc7f016832bc2c08ffd608e589eab9479c43f889f (patch)
tree49f6f68148dfa2a309de212e53b88a997ecfed2c /contrib/groff/xditview
parent7c20aabe3d743227b595c80f68ddd7437f1fe991 (diff)
downloadFreeBSD-src-c7f016832bc2c08ffd608e589eab9479c43f889f.zip
FreeBSD-src-c7f016832bc2c08ffd608e589eab9479c43f889f.tar.gz
Removed files not present in v1.16.1 import.
Diffstat (limited to 'contrib/groff/xditview')
-rw-r--r--contrib/groff/xditview/Imakefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/contrib/groff/xditview/Imakefile b/contrib/groff/xditview/Imakefile
deleted file mode 100644
index e0a9c66..0000000
--- a/contrib/groff/xditview/Imakefile
+++ /dev/null
@@ -1,55 +0,0 @@
-GROFF_LIBDIR = /usr/local/share/groff
-GROFF_FONTDIR = $(GROFF_LIBDIR)/font
-GROFF_FONTPATH = .:$(GROFF_FONTDIR):/usr/local/lib/font:/usr/lib/font
-DPIS = 75 100
-
-PROGRAMS = gxditview xtotroff
-DEPLIBS = XawClientDepLibs
-LOCAL_LIBRARIES = XawClientLibs
-SRCS1 = xditview.c Dvi.c draw.c font.c lex.c page.c \
- parse.c XFontName.c DviChar.c device.c
-OBJS1 = xditview.o Dvi.o draw.o font.o lex.o page.o \
- parse.o XFontName.o DviChar.o device.o
-SRCS2 = xtotroff.c XFontName.c DviChar.c
-OBJS2 = xtotroff.o XFontName.o DviChar.o
-INCLUDES = -I$(TOOLKITSRC) -I$(TOP)
-MATHLIB = -lm
-DEFINES = $(SIGNAL_DEFINES) -DFONTPATH=\"$(GROFF_FONTPATH)\" # -DX_NOT_STDC_ENV
-
-ComplexProgramTarget_1(gxditview,$(LOCAL_LIBRARIES),$(MATHLIB))
-NormalProgramTarget(xtotroff,$(OBJS2),$(DEPXLIB),$(XLIB), /**/)
-
-InstallAppDefaults(GXditview)
-
-fonts: xtotroff DESC FontMap
- @dir=`pwd`; \
- fonts=`sed -e 's/[ ].*//' FontMap`; \
- for dpi in $(DPIS); do \
- echo Making devX$$dpi; \
- test -d ../devX$$dpi || mkdir ../devX$$dpi; \
- rm -f ../devX$$dpi/DESC; \
- sed -e "s/res 75/res $$dpi/" DESC >../devX$$dpi/DESC; \
- (cd ../devX$$dpi; \
- rm -f Makefile.sub; \
- echo DEV=X$$dpi >Makefile.sub; \
- echo DEVFILES=DESC $$fonts >>Makefile.sub; \
- $$dir/xtotroff -g -r $$dpi -s 10 $$dir/FontMap); \
- echo Making devX$$dpi-12; \
- test -d ../devX$$dpi-12 || mkdir ../devX$$dpi-12; \
- rm -f ../devX$$dpi-12/DESC; \
- sed -e "s/res 75/res $$dpi/" -e 's/unitwidth 10/unitwidth 12/' DESC \
- >../devX$$dpi-12/DESC; \
- (cd ../devX$$dpi-12; \
- rm -f Makefile.sub; \
- echo DEV=X$$dpi-12 >Makefile.sub; \
- echo DEVFILES=DESC $$fonts >>Makefile.sub; \
- $$dir/xtotroff -g -r $$dpi -s 12 $$dir/FontMap); \
- done
-
-GXditview-ad.h: GXditview.ad
- /bin/sh ad2c GXditview.ad >GXditview-ad.h
-
-extraclean: clean
- -rm -f junk tmp grot old Makefile
-
-FORCE:
OpenPOWER on IntegriCloud