Changeset 2145 for trunk/server/common/oursrc
- Timestamp:
- Mar 2, 2012, 12:50:20 AM (13 years ago)
- Location:
- trunk/server/common/oursrc/accountadm
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/server/common/oursrc/accountadm/Makefile.in ¶
r2105 r2145 8 8 sysconfdir = @sysconfdir@ 9 9 10 all-local: admof signup-scripts-frontend10 all-local: admof 11 11 12 12 admof: LDLIBS = -lafsauthent_pic -lafsrpc_pic -lresolv -lkrb5 -lpthread … … 18 18 install -p -m755 -D admof $(DESTDIR)$(bindir)/admof 19 19 install -p -m755 -D admof $(DESTDIR)$(sbindir)/ssh-admof 20 install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend21 20 install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend 22 21 install -p -m755 -D cronload $(DESTDIR)$(bindir)/cronload … … 26 25 27 26 clean: 28 rm -f admof admof.o signup-scripts-frontend27 rm -f admof admof.o 29 28 30 29 distclean: clean -
TabularUnified trunk/server/common/oursrc/accountadm/configure.in ¶
r731 r2145 1 AC_INIT(signup-scripts- frontend.c)1 AC_INIT(signup-scripts-backend.in) 2 2 3 3 AC_PROG_CC -
TabularUnified trunk/server/common/oursrc/accountadm/mrproper ¶
r544 r2145 1 1 #!/bin/sh 2 2 3 rm -f signup-scripts-frontendadmof signup-scripts-backend mbash3 rm -f admof signup-scripts-backend mbash 4 4 rm -f configure config.* Makefile 5 5 rm -rf auto*.cache
Note: See TracChangeset
for help on using the changeset viewer.