osd-contiki/platform/win32
Peter A. Bigot 5fc0575e99 Makefile.include: support make clean all
Historically $(OBJECTDIR) was created when Makefile.include is read.  A
consequence is that combining "clean" with "all" (or any other build
target) results in an error because the clean removes the object
directory that is required to exist when building dependencies.
Creating $(OBJECTDIR) on-demand ensures it is present when needed.

Removed creation of $(OBJECTDIR) on initial read, and added an order-only
dependency forcing its creation all Makefile* rules where the target is
explicitly or implicitly in $(OBJECTDIR).
2013-06-20 17:45:41 -05:00
..
cfs Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
ctk Use plain ASCII chars for lines on Win32 console CTK. 2013-02-09 02:02:46 +01:00
loader Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
clock.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
conio.h - Switched from from a CTK draw service to a statically linked CTK draw implementation. 2007-04-15 13:30:16 +00:00
contiki-conf.h win32: Fix cygwin build 2013-04-20 14:44:27 +02:00
contiki-main.c There's no point in ctk_restore() for standalone GUI builds. 2013-02-09 21:49:00 +01:00
Makefile Removed some more old RCS tags from the Contiki source tree. 2013-06-13 15:54:26 +02:00
Makefile.win32 Makefile.include: support make clean all 2013-06-20 17:45:41 -05:00
README-1.X.md Rename to md 2013-03-26 23:15:37 +01:00
README-VC.md Rename to md 2013-03-26 23:15:37 +01:00