1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-28 23:57:37 +03:00

Great renaming: atrf/wpan-atrf* becomes atusb/atusb*

- atrf/: rename to atusb/
- atrf/wpan-atrf.pro, atrf/wpan-atrf.sch, atrf/wpan-atrf.brd,
  atrf/wpan-atrf.cmp: rename to atusb.*
- atrf/Makefile: change ben-wpan to atusb
- atrf/atusb.pro (LastNetListRead): update for name change
- tools/Makefile.common (CFLAGS): change fw/ include location from atrf/
  to atusb/
This commit is contained in:
Werner Almesberger 2010-10-25 00:10:00 -03:00
parent 57874cf5e2
commit b493f09363
24 changed files with 7 additions and 7 deletions

View File

@ -5,14 +5,14 @@ all:
@exit 1 @exit 1
gen generate: gen generate:
eeschema --plot `pwd`/wpan-atrf.sch eeschema --plot `pwd`/atusb.sch
# need scripts # need scripts
sch: sch:
eeschema `pwd`/wpan-atrf.sch eeschema `pwd`/atusb.sch
brd: brd:
pcbnew `pwd`/wpan-atrf.brd pcbnew `pwd`/atusb.brd
xpdf: xpdf:
xpdf wpan-atrf.pdf xpdf atusb.pdf

View File

@ -1,4 +1,4 @@
update=Sun Aug 22 16:03:40 2010 update=Mon Oct 25 00:07:06 2010
last_client=pcbnew last_client=pcbnew
[eeschema] [eeschema]
version=1 version=1
@ -66,7 +66,7 @@ DrawLar=150
EdgeLar=150 EdgeLar=150
TxtLar=120 TxtLar=120
MSegLar=150 MSegLar=150
LastNetListRead=wpan-atrf.net LastNetListRead=atusb.net
[pcbnew/libraries] [pcbnew/libraries]
LibDir= LibDir=
LibName1=../modules/meander LibName1=../modules/meander

View File

@ -40,5 +40,5 @@ else
AR = $(AR_quiet) AR = $(AR_quiet)
endif endif
CFLAGS += -I../../atrf/fw/include -I../include $(MACROS_$(TARGET)) CFLAGS += -I../../atusb/fw/include -I../include $(MACROS_$(TARGET))
LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latspi LDLIBS = $(LDLIBS_$(TARGET)) -L../lib -latspi