X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=libs%2FMakefile;h=f35b0c5ed261636bf8e6dfbf3e3916acc327cbd3;hb=2f14a35e7d557da12f24056267b911f24774aa18;hp=0fc7f7d4684c4aa9df4734f7a2d16e1e67f57a21;hpb=44a7a61d2bec54ed741930572e63e5015326daca;p=demo_prior diff --git a/libs/Makefile b/libs/Makefile index 0fc7f7d..f35b0c5 100644 --- a/libs/Makefile +++ b/libs/Makefile @@ -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