summaryrefslogtreecommitdiff
path: root/x11/qwt/files/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qwt/files/Makefile.lib')
-rw-r--r--x11/qwt/files/Makefile.lib38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11/qwt/files/Makefile.lib b/x11/qwt/files/Makefile.lib
deleted file mode 100644
index f5a3f499ded..00000000000
--- a/x11/qwt/files/Makefile.lib
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.lib,v 1.4 2012/06/16 03:21:22 dholland Exp $
-#
-# Makefile rules for the Qwt Library
-# ==================================
-#
-
-include $(QWTDIR)/Makefile.common
-
-
-# GENERAL SETTINGS
-#
-LCXX = $(LIBTOOL) --mode=compile $(CXX)
-INCLUDES = -I../include -I$(QTINC)
-LLD = $(LIBTOOL) --mode=link $(CXX) -rpath ${X11BASE}/lib -version-info 0:2
-
-#
-# IMPLICIT RULES
-#
-%.lo: %.cpp
- $(LCXX) $(CXXFLAGS) $(INCLUDES) -c $<
-
-moc_%.cpp: %.h
- $(MOC) -o $@ $<
-
-#
-# BUILD RULES
-#
-
-all: $(LIBSHARED)
-
-$(LIBSHARED): $(OBJECTS:.o=.lo)
- $(LLD) $(LDFLAGS) -o libqwt.la $(OBJECTS:.o=.lo)
-
-clean:
- -rm -f *.o *.so *.so.* *.a *~
-
-depend:
- makedepend $(QTINC) $(QWTINC) *.cpp