Changeset 132 for trunk/lib/Makefile
- Timestamp:
- 01/11/09 16:44:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r108 r132 3 3 ################################################################################ 4 4 5 FILES=regfi.o smb_deps.o void_stack.o range_list.o lru_cache.o5 FILES=regfi.o smb_deps.o winsec.o void_stack.o range_list.o lru_cache.o 6 6 7 7 all: $(FILES) … … 12 12 smb_deps.o: smb_deps.c 13 13 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c 14 15 winsec.o: winsec.c 16 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ winsec.c 14 17 15 18 void_stack.o: void_stack.c
Note: See TracChangeset
for help on using the changeset viewer.