Commit 27fc5b5f authored by Ben Avison's avatar Ben Avison Committed by ROOL
Browse files

Auto-create empty directories

Detail:
* Remove empty directories and have the Makefiles create them
* Consolidate and complete .gitignore
parent a3bda86e
/aof/
/derived/swis
/lib/
/linked/
/Makefile.d
/map/
/m_o/
/m_o_rl/
/o/
/objs/
/o_rl/
/rm_o/
/rm_o_rl/
/s/swioptions
/syms/
/test/!TboxCalc/!RunImage,fd3
/test/!TboxCalc/Makefile.d
/test/!TboxCalc/o/
...@@ -518,6 +518,18 @@ bbe-clibrary: bbe-generic ...@@ -518,6 +518,18 @@ bbe-clibrary: bbe-generic
${CP} clib.rom_link_v ${VERBATIMROMLINK} ${CPFLAGS} ${CP} clib.rom_link_v ${VERBATIMROMLINK} ${CPFLAGS}
dirs: dirs:
${MKDIR} aof
${MKDIR} derived
${MKDIR} lib
${MKDIR} linked
${MKDIR} map
${MKDIR} m_o
${MKDIR} m_o_rl
${MKDIR} o
${MKDIR} o_rl
${MKDIR} rm_o
${MKDIR} rm_o_rl
${MKDIR} syms
${MKDIR} ${LIBDIR} ${MKDIR} ${LIBDIR}
${MKDIR} ${LIBDIR}.CLib ${MKDIR} ${LIBDIR}.CLib
${MKDIR} ${LIBDIR}.CLib.h ${MKDIR} ${LIBDIR}.CLib.h
......
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
*
!.gitignore
...@@ -36,6 +36,7 @@ Squeezeflags = -f $@ ...@@ -36,6 +36,7 @@ Squeezeflags = -f $@
cc $(ccflags) -o @.o.Calc @.c.Calc cc $(ccflags) -o @.o.Calc @.c.Calc
@.o.foo: @.s.foo @.o.foo: @.s.foo
CDir @.o
objasm $(asflags) -o @.o.foo @.s.foo objasm $(asflags) -o @.o.foo @.s.foo
# Dynamic dependencies: # Dynamic dependencies:
*
!.gitignore
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment