summaryrefslogtreecommitdiff
path: root/src/libpcp_qed/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpcp_qed/src/GNUmakefile')
-rw-r--r--src/libpcp_qed/src/GNUmakefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/libpcp_qed/src/GNUmakefile b/src/libpcp_qed/src/GNUmakefile
new file mode 100644
index 0000000..e11a2cf
--- /dev/null
+++ b/src/libpcp_qed/src/GNUmakefile
@@ -0,0 +1,24 @@
+TOPDIR = ../../..
+LIBRARY = libpcp_qed
+PROJECT = $(LIBRARY).pro
+include $(TOPDIR)/src/include/builddefs
+
+HEADERS = $(shell echo *.h)
+SOURCES = $(shell echo *.cpp)
+
+default: build-me
+
+ifeq "$(ENABLE_QT)" "true"
+build-me: $(PROJECT)
+ $(QTMAKE)
+else
+build-me:
+endif
+
+include $(BUILDRULES)
+
+install: default
+
+default_pcp: default
+
+install_pcp: install