|
@@ -19,8 +19,10 @@ PYDSTDIRS := $(patsubst %,$(ETCDIR)/%,core dbm gcp gmodeler gui_core lmgr locati
|
|
|
mapdisp modules nviz psmap vdigit wxplot)
|
|
|
DSTDIRS := $(patsubst %,$(ETCDIR)/%,compat icons scripts xml)
|
|
|
|
|
|
+ifneq ($(strip $(WXVERSION)),)
|
|
|
default: $(DSTFILES) menustrings.py
|
|
|
$(MAKE) parsubdirs
|
|
|
+endif
|
|
|
|
|
|
$(ETCDIR)/%: % | $(PYDSTDIRS) $(DSTDIRS)
|
|
|
$(INSTALL_DATA) $< $@
|