comparison modules/ldap/Makefile @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
23 MODVER=1.0.0 23 MODVER=1.0.0
24 MODTITLE="LDAP Client Interface for XEmacs" 24 MODTITLE="LDAP Client Interface for XEmacs"
25 25
26 all: $(MODNAME).ell 26 all: $(MODNAME).ell
27 27
28 distclean: clean
29
28 clean: 30 clean:
29 rm -f $(MODNAME).ell $(OBJS) eldap_i.o eldap_i.c 31 rm -f $(MODNAME).ell $(OBJS) eldap_i.o eldap_i.c
30 32
31 $(MODNAME).ell: $(OBJS) eldap_i.o 33 $(MODNAME).ell: $(OBJS) eldap_i.o
32 $(LD) --mod-output=$@ $(OBJS) eldap_i.o 34 $(LD) --mod-output=$@ $(OBJS) eldap_i.o