|
@@ -1,6 +1,6 @@
|
|
|
MODULE_TOPDIR = ../..
|
|
|
|
|
|
-SUBDIRS = docs animation datacatalog mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline tplot iphoto2image iimage2target
|
|
|
+SUBDIRS = docs animation datacatalog mapswipe gmodeler rlisetup psmap dbmgr vdigit iclass gcp timeline tplot photo2image image2target
|
|
|
EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc xml/menudata.xml xml/module_tree_menudata.xml */*.pyc
|
|
|
|
|
|
include $(MODULE_TOPDIR)/include/Make/Dir.make
|
|
@@ -12,7 +12,7 @@ SRCFILES := $(wildcard icons/*.py scripts/*.py xml/*) \
|
|
|
$(wildcard animation/*.py core/*.py datacatalog/*.py dbmgr/*.py gcp/*.py gmodeler/*.py \
|
|
|
gui_core/*.py iclass/*.py lmgr/*.py location_wizard/*.py mapwin/*.py mapdisp/*.py \
|
|
|
mapswipe/*.py modules/*.py nviz/*.py psmap/*.py rdigit/*.py rlisetup/*.py timeline/*.py vdigit/*.py \
|
|
|
- vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*.py iphoto2image/*.py iimage2target/*.py) \
|
|
|
+ vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py tplot/*.py photo2image/*.py image2target/*.py) \
|
|
|
gis_set.py gis_set_error.py wxgui.py README
|
|
|
|
|
|
DSTFILES := $(patsubst %,$(DSTDIR)/%,$(SRCFILES)) \
|
|
@@ -20,8 +20,7 @@ DSTFILES := $(patsubst %,$(DSTDIR)/%,$(SRCFILES)) \
|
|
|
|
|
|
PYDSTDIRS := $(patsubst %,$(DSTDIR)/%,animation core datacatalog dbmgr gcp gmodeler \
|
|
|
gui_core iclass lmgr location_wizard mapwin mapdisp modules nviz psmap \
|
|
|
- mapswipe vdigit wxplot web_services rdigit rlisetup vnet timeline iscatt tplot \
|
|
|
- iphoto2image iimage2target)
|
|
|
+ mapswipe vdigit wxplot web_services rdigit rlisetup vnet timeline iscatt tplot photo2image image2target)
|
|
|
|
|
|
|
|
|
DSTDIRS := $(patsubst %,$(DSTDIR)/%,icons scripts xml)
|