Changeset 168 for trunk/lib/Makefile
- Timestamp:
- 03/02/10 19:08:42 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile
r147 r168 3 3 ################################################################################ 4 4 5 FILES=regfi.o smb_deps.owinsec.o void_stack.o range_list.o lru_cache.o talloc.o5 FILES=regfi.o winsec.o void_stack.o range_list.o lru_cache.o talloc.o 6 6 7 7 all: $(FILES) … … 9 9 regfi.o: regfi.c 10 10 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ regfi.c 11 12 smb_deps.o: smb_deps.c13 $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c14 11 15 12 winsec.o: winsec.c
Note: See TracChangeset
for help on using the changeset viewer.