Ignore:
Timestamp:
Dec 30, 2007, 11:17:37 PM (16 years ago)
Author:
andersk
Message:
Replace Perl admof with a C version that is six times faster, and
correctly handles negative ACLs and cross-realm principals.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/accountadm/Makefile.in

    r134 r544  
    11CC = @CC@
     2CPPFLAGS = @CPPFLAGS@
    23CFLAGS = @CFLAGS@
    34prefix = @prefix@
     
    78sysconfdir = @sysconfdir@
    89
    9 all-local: signup-scripts-frontend
     10all-local: admof signup-scripts-frontend
     11
     12admof: admof.c
     13        $(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 -lkrb4 -o $@
    1014
    1115install:
     
    1822
    1923clean:
    20         rm -f signup-scripts-frontend
     24        rm -f admof signup-scripts-frontend
    2125
    2226distclean: clean
     27        rm -f mbash signup-scripts-backend
    2328        rm -f configure config.* Makefile
    2429        rm -rf auto*.cache
Note: See TracChangeset for help on using the changeset viewer.