Nexus dictionaries are now generated dynamically from the hdb tree, we no longer need to cobble together operation specific dictionaries when deploying SICS.

r2239 | ffr | 2007-11-07 15:44:44 +1100 (Wed, 07 Nov 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-11-07 15:44:44 +11:00
committed by Douglas Clowes
parent a19b2864e1
commit 04d0a2ab9a
8 changed files with 6 additions and 74 deletions

View File

@@ -1,6 +1,4 @@
all: all:
make -C nexus
clean: clean:
make -C nexus clean

View File

@@ -1,18 +1,3 @@
BMON_COMMON=nexus_in_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic all:
HMM_COMMON=nexus_in_common_1.dic nexus_in_hmm_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
all: nexus_bmonscan.dic nexus_hmscan.dic
rm -f $(BMON_COMMON) $(HMM_COMMON)
%.dic:
cp ../../../config/nexus/$@ .
nexus_bmonscan.dic: $(BMON_COMMON) nexus_in_motors.dic
cat $^ > $@
nexus_hmscan.dic: $(HMM_COMMON) nexus_in_motors.dic
cat $^ > $@
clean: clean:
rm nexus_bmonscan.dic nexus_hmscan.dic

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 13 B

View File

@@ -1,6 +1,4 @@
all: all:
make -C nexus
clean: clean:
make -C nexus clean

View File

@@ -1,18 +1,3 @@
BMON_COMMON=nexus_in_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic all:
HMM_COMMON=nexus_in_common_1.dic nexus_in_hmm_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
all: nexus_bmonscan.dic nexus_hmscan.dic
rm -f $(BMON_COMMON) $(HMM_COMMON)
%.dic:
cp ../../../config/nexus/$@ .
nexus_bmonscan.dic: $(BMON_COMMON) nexus_in_motors.dic
cat $^ > $@
nexus_hmscan.dic: $(HMM_COMMON) nexus_in_motors.dic
cat $^ > $@
clean: clean:
rm nexus_bmonscan.dic nexus_hmscan.dic

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 13 B

View File

@@ -1,6 +1,4 @@
all: all:
make -C nexus
clean: clean:
make -C nexus clean

View File

@@ -1,18 +1,3 @@
BMON_COMMON=nexus_in_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic all:
HMM_COMMON=nexus_in_common_1.dic nexus_in_hmm_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
all: nexus_bmonscan.dic nexus_hmscan.dic
rm -f $(BMON_COMMON) $(HMM_COMMON)
%.dic:
cp ../../../config/nexus/$@ .
nexus_bmonscan.dic: $(BMON_COMMON) nexus_in_motors.dic
cat $^ > $@
nexus_hmscan.dic: $(HMM_COMMON) nexus_in_motors.dic
cat $^ > $@
clean: clean:
rm nexus_bmonscan.dic nexus_hmscan.dic

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 13 B

View File

@@ -1,6 +1,4 @@
all: all:
make -C nexus
clean: clean:
make -C nexus clean

View File

@@ -1,18 +1,3 @@
BMON_COMMON=nexus_in_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic all:
HMM_COMMON=nexus_in_common_1.dic nexus_in_hmm_common_1.dic nexus_in_bmon_common_1.dic nexus_in_scan_common_1.dic
all: nexus_bmonscan.dic nexus_hmscan.dic
rm -f $(BMON_COMMON) $(HMM_COMMON)
%.dic:
cp ../../../config/nexus/$@ .
nexus_bmonscan.dic: $(BMON_COMMON) nexus_in_motors.dic
cat $^ > $@
nexus_hmscan.dic: $(HMM_COMMON) nexus_in_motors.dic
cat $^ > $@
clean: clean:
rm nexus_bmonscan.dic nexus_hmscan.dic

Before

Width:  |  Height:  |  Size: 507 B

After

Width:  |  Height:  |  Size: 13 B