Changeset 343 for trunk/lib/cc3_ilp/Makefile
- Timestamp:
- 01/17/07 00:38:49 (4 years ago)
- Files:
-
- 1 modified
-
trunk/lib/cc3_ilp/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/cc3_ilp/Makefile
r262 r343 2 2 LIBS += jpeg-6b 3 3 4 CSOURCES = cc3_ilp.c cc3_color_track.c cc3_color_info.c cc3_jpg.c 4 CSOURCES = cc3_ilp.c cc3_color_track.c cc3_color_info.c cc3_jpg.c cc3_math.c cc3_conv.c cc3_connected_component.c 5 5 6 INCLUDES = cc3_ilp.h cc3_color_track.h cc3_color_info.h cc3_jpg.h 6 INCLUDES = cc3_ilp.h cc3_color_track.h cc3_color_info.h cc3_jpg.h cc3_math.h cc3_conv.h cc3_connected_component.h 7 7 8 8
