|
@@ -11,9 +11,7 @@ all: dgl plugins gen |
|
|
# -------------------------------------------------------------- |
|
|
# -------------------------------------------------------------- |
|
|
|
|
|
|
|
|
dgl: |
|
|
dgl: |
|
|
ifeq ($(HAVE_DGL),true) |
|
|
|
|
|
$(MAKE) -C dpf/dgl |
|
|
$(MAKE) -C dpf/dgl |
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
plugins: dgl |
|
|
plugins: dgl |
|
|
$(MAKE) all -C plugins/glBars |
|
|
$(MAKE) all -C plugins/glBars |
|
|