From 7fdf49473c970aa96ee1bae16928d1db23643228 Mon Sep 17 00:00:00 2001 From: pst Date: Sat, 7 Sep 1996 16:18:32 +0000 Subject: Virgin import of FSF groff v1.10 --- contrib/groff/Makefile.ccpg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contrib/groff/Makefile.ccpg (limited to 'contrib/groff/Makefile.ccpg') diff --git a/contrib/groff/Makefile.ccpg b/contrib/groff/Makefile.ccpg new file mode 100644 index 0000000..ff774dd --- /dev/null +++ b/contrib/groff/Makefile.ccpg @@ -0,0 +1,26 @@ +# Makefile.ccpg +MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \ + $(srcdir)/Makefile.sub $(srcdir)/../Makefile.ccpg $(srcdir)/Makefile.dep + +all: $(PROG) $(MANPAGES) + +$(PROG): $(OBJS) $(XLIBS) + $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB) + +install_bin: install_prog +install_prog: $(PROG) +install_data: install_man +install_man: $(MANPAGES) +uninstall_sub: uninstall_prog uninstall_man +depend: depend_src +depend.temp: $(GENSRCS) $(YTABC) +distfiles: $(YTABC) +TAGS: TAGS_src +TAGS_src: $(CCSRCS) $(CSRCS) $(GRAM) $(HDRS) +Makefile: $(MAKEFILEPARTS) + +pure: $(PROG).pure + +$(PROG).pure: $(OBJS) $(XLIBS) + $(PURIFY) $(PURIFYCCFLAGS) \ + $(LINK.cc) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB) -- cgit v1.1