IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
Date: | 2011-03-22 14:29:45 (8 years 8 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | 0960497602c74b9c882c2fea81347c102c3f3959 |
Message: | atben, atusb: added Makefile targets to generate "pretty"
overview images - Makefile (overview): run prettygerbv to generate an overview image - Makefile (uoverview): copy the overview image to downloads.qi-hardware.com and version it - Makefile (clean): remove overview.png |
Files: |
atben/Makefile (3 diffs) atusb/Makefile (3 diffs) |
Change Details
atben/Makefile | ||
---|---|---|
1 | 1 | PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones |
2 | 2 | CPTX = ../../eda-tools/mlztx/cptx |
3 | 3 | GMERGE = ../../eda-tools/gerber/gmerge |
4 | PRETTYGERBV=../../eda-tools/gerber/prettygerbv | |
4 | 5 | |
5 | 6 | NAME = atben |
6 | 7 | VERSION = 110314 |
... | ... | |
77 | 78 | qippl fab/$(NAME)-pcb-$(VERSION).tar.gz \ |
78 | 79 | fab/$(NAME)-pcb-$(VERSION).zip wpan/fab |
79 | 80 | |
81 | # --- Overviews images -------------------------------------------------------- | |
82 | ||
83 | overview: gerber | |
84 | $(PRETTYGERBV) $(NAME) all overview.png | |
85 | ||
86 | uoverview: overview | |
87 | qippl overview.png wpan/tmp/$(NAME)-$(VERSION)-overview.png | |
88 | ||
80 | 89 | # --- DIY production (toner transfer) ----------------------------------------- |
81 | 90 | |
82 | 91 | # |
... | ... | |
106 | 115 | rm -f $(NAME)-Back.gbl $(NAME)-Mask_Back.gbs |
107 | 116 | rm -f $(NAME)-SilkS_Back.gbo $(NAME)-SoldP_Back.gbp |
108 | 117 | rm -f $(NAME)-Comments.gbr $(NAME)-Drawings.gbr |
118 | rm -f overview.png | |
109 | 119 | |
110 | 120 | spotless: clean |
111 | 121 | rm -f '$$'savepcb.000 '$$'savepcb.brd |
atusb/Makefile | ||
---|---|---|
1 | 1 | PLOT_BRD = pcbnew --plot=ps_a4 --ps-pads-drill-opt=none --fill-all-zones |
2 | 2 | CPTX = ../../eda-tools/mlztx/cptx |
3 | 3 | GMERGE = ../../eda-tools/gerber/gmerge |
4 | PRETTYGERBV=../../eda-tools/gerber/prettygerbv | |
4 | 5 | |
5 | 6 | NAME = atusb |
6 | 7 | VERSION = 110314 |
... | ... | |
94 | 95 | qippl fab/$(NAME)-pcb-$(VERSION).tar.gz \ |
95 | 96 | fab/$(NAME)-pcb-$(VERSION).zip wpan/fab |
96 | 97 | |
98 | # --- Overview images --------------------------------------------------------- | |
99 | ||
100 | overview: gerber | |
101 | $(PRETTYGERBV) $(NAME) all overview.png | |
102 | ||
103 | uoverview: overview | |
104 | qippl overview.png wpan/tmp/$(NAME)-$(VERSION)-overview.png | |
105 | ||
97 | 106 | # --- Cleanup ----------------------------------------------------------------- |
98 | 107 | |
99 | 108 | clean: |
... | ... | |
104 | 113 | rm -f $(NAME)-Back.gbl $(NAME)-Mask_Back.gbs |
105 | 114 | rm -f $(NAME)-SilkS_Back.gbo $(NAME)-SoldP_Back.gbp |
106 | 115 | rm -f $(NAME)-Comments.gbr $(NAME)-Drawings.gbr |
116 | rm -f overview.png | |
107 | 117 | |
108 | 118 | spotless: clean |
109 | 119 | rm -f '$$'savepcb.brd |