Changeset 147 for trunk/lib/Makefile
- Timestamp:
- 02/22/09 14:31:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r132 r147 3 3 ################################################################################ 4 4 5 FILES=regfi.o smb_deps.o winsec.o void_stack.o range_list.o lru_cache.o 5 FILES=regfi.o smb_deps.o winsec.o void_stack.o range_list.o lru_cache.o talloc.o 6 6 7 7 all: $(FILES) … … 25 25 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ lru_cache.c 26 26 27 talloc.o: talloc.c 28 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ talloc.c 29 27 30 clean: 28 31 rm -f $(FILES)
Note: See TracChangeset
for help on using the changeset viewer.