summaryrefslogtreecommitdiff
path: root/Makefile.lib
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-02-06 09:34:01 +0000
committerwlemb <wlemb>2000-02-06 09:34:01 +0000
commit653c6faab591f3c5f290a18a7f58c29cb1a3b0a7 (patch)
tree633fec7ba17c3da901e7725d1907a103a17e4532 /Makefile.lib
downloadgroff-653c6faab591f3c5f290a18a7f58c29cb1a3b0a7.tar.gz
Initial revision
Diffstat (limited to 'Makefile.lib')
-rw-r--r--Makefile.lib20
1 files changed, 20 insertions, 0 deletions
diff --git a/Makefile.lib b/Makefile.lib
new file mode 100644
index 00000000..8861360e
--- /dev/null
+++ b/Makefile.lib
@@ -0,0 +1,20 @@
+LIBCLEAN=lib$(LIB).a
+MAKEFILEPARTS=\
+ $(top_srcdir)/Makefile.comm \
+ $(top_builddir)/Makefile.cfg \
+ $(srcdir)/Makefile.sub \
+ $(top_srcdir)/Makefile.lib \
+ Makefile.dep
+
+all: lib$(LIB).a
+
+lib$(LIB).a: $(OBJS)
+ $(AR) r $@ $?
+ $(RANLIB) $@
+
+depend: depend_src
+depend.temp: $(GENSRCS)
+TAGS: $(CCSRCS) $(CSRCS)
+Makefile: $(MAKEFILEPARTS)
+Makefile.dep:
+ touch Makefile.dep