Changeset 380
- Timestamp:
- 02/10/07 17:32:20 (2 years ago)
- Files:
-
- trunk/lib/Makefile (modified) (1 diff)
- trunk/lib/cc3-ilp (moved) (moved from trunk/lib/cc3_ilp)
- trunk/lib/cc3-ilp/Makefile (modified) (1 diff)
- trunk/projects/cmucam2/Makefile (modified) (1 diff)
- trunk/projects/edge-follow/Makefile (modified) (1 diff)
- trunk/projects/eeprom-test/Makefile (modified) (1 diff)
- trunk/projects/hello-world/Makefile (modified) (1 diff)
- trunk/projects/polly/Makefile (modified) (1 diff)
- trunk/projects/security-cam/Makefile (modified) (1 diff)
- trunk/projects/spoonBot/Makefile (modified) (1 diff)
- trunk/projects/viola-jones/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/Makefile
r358 r380 1 SUBDIRS=cc3 _ilp jpeg-6b lua51 zlib libpng-121 SUBDIRS=cc3-ilp jpeg-6b lua51 zlib libpng-12 2 2 3 3 # Build rules trunk/lib/cc3-ilp/Makefile
r363 r380 1 LIB = cc3 _ilp1 LIB = cc3-ilp 2 2 LIBS += jpeg-6b 3 3 trunk/projects/cmucam2/Makefile
r352 r380 1 1 CSOURCES=cmucam2.c polly.c 2 2 PROJECT=cmucam2 3 LIBS=cc3 _ilp jpeg-6b3 LIBS=cc3-ilp jpeg-6b 4 4 INCLUDES=polly.h 5 5 trunk/projects/edge-follow/Makefile
r378 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project trunk/projects/eeprom-test/Makefile
r379 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project trunk/projects/hello-world/Makefile
r378 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project trunk/projects/polly/Makefile
r349 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project trunk/projects/security-cam/Makefile
r367 r380 8 8 9 9 # header files 10 LIBS=cc3 _ilp10 LIBS=cc3-ilp 11 11 12 12 # the name of this project trunk/projects/spoonBot/Makefile
r307 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project trunk/projects/viola-jones/Makefile
r307 r380 9 9 10 10 # header files 11 LIBS=cc3 _ilp11 LIBS=cc3-ilp 12 12 13 13 # the name of this project
