- added libdrawtext
[demo_prior] / libs / Makefile
index 0fc7f7d..f35b0c5 100644 (file)
@@ -1,8 +1,8 @@
 .PHONY: all
-all: glew treestore
+all: glew treestore imago drawtext
 
 .PHONY: clean
-clean: glew-clean treestore-clean
+clean: glew-clean treestore-clean imago-clean drawtext-clean
 
 .PHONY: glew
 glew:
@@ -19,3 +19,19 @@ treestore:
 .PHONY: treestore-clean
 treestore-clean:
        $(MAKE) -C treestore clean
+
+.PHONY: imago
+imago:
+       $(MAKE) -C imago2
+
+.PHONY: imago-clean
+imago-clean:
+       $(MAKE) -C imago2 clean
+
+.PHONY: drawtext
+drawtext:
+       $(MAKE) -C drawtext
+
+.PHONY: drawtext-clean
+drawtext-clean:
+       $(MAKE) -C drawtext clean