Changeset 2105 for trunk/server/common/oursrc/accountadm/Makefile.in
- Timestamp:
- Dec 31, 2011, 10:26:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/accountadm/Makefile.in
r1693 r2105 10 10 all-local: admof signup-scripts-frontend 11 11 12 admof: admof.c13 $(CC) $(CPPFLAGS) $(CFLAGS) $< -L/usr/lib/afs -L/usr/lib64/afs -lprot -lauth -lrxkad -lubik -laudit -lsys -lrx -llwp -lsys -lafsutil -lcom_err -lresolv -lkrb5 -ldes -o $@ 12 admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread 13 admof: admof.o 14 14 15 15 install: … … 26 26 27 27 clean: 28 rm -f admof signup-scripts-frontend28 rm -f admof admof.o signup-scripts-frontend 29 29 30 30 distclean: clean
Note: See TracChangeset
for help on using the changeset viewer.