summaryrefslogtreecommitdiffstats
path: root/contrib/global/lib/Makefile.generic
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/global/lib/Makefile.generic')
-rw-r--r--contrib/global/lib/Makefile.generic14
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/global/lib/Makefile.generic b/contrib/global/lib/Makefile.generic
new file mode 100644
index 0000000..2cd87fb
--- /dev/null
+++ b/contrib/global/lib/Makefile.generic
@@ -0,0 +1,14 @@
+LIB = libutil.a
+CC = gcc
+AR = ar
+CFLAGS = -O -I../lib -I/usr/include/db
+OBJS = tag.o tab.o strop.o mgets.o lookup.o gtagsopen.o getdbpath.o \
+ find.o dbname.o dbio.o test.o makepath.o locatestring.o
+all: $(LIB)
+
+$(LIB): $(OBJS)
+ $(AR) cq $(LIB) $(OBJS)
+install:
+ @echo -n
+clean:
+ rm -f $(LIB) $(OBJS)
OpenPOWER on IntegriCloud