Changeset 23 for branches/follower/wiz810mj/src/lib
- Timestamp:
- 11/02/07 03:54:59 (14 months ago)
- Files:
-
- 1 modified
-
branches/follower/wiz810mj/src/lib/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/follower/wiz810mj/src/lib/Makefile
r22 r23 38 38 39 39 ## Objects that must be built in order to link 40 OBJECTS = md5.osocket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o40 OBJECTS = socket.o w5100.o main.o delay.o serial.o mcu.o dns.o sockutil.o util.o 41 41 42 42 ## Objects explicitly added by the user … … 62 62 63 63 main.o: ../main/main.c 64 $(CC) $(INCLUDES) $(CFLAGS) -c $<65 66 md5.o: ../iinchip/md5.c67 64 $(CC) $(INCLUDES) $(CFLAGS) -c $< 68 65