Changeset 61 for src/Makefile


Ignore:
Timestamp:
02/21/06 23:31:25 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-05-01 11:37:38 by benjamin]
Suppression de Sympa du CVS. Sympa et Mailman sont maintenant dans 2
paquets distincts et séparés d'AlternC : alternc-mailman alternc-sympa

Original author: benjamin
Date: 2003-05-01 11:37:40

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile

    r17 r61  
    11# 
    2 # $Id: Makefile,v 1.2 2003/03/28 01:08:38 jonathan Exp $ 
     2# $Id: Makefile,v 1.3 2003/05/01 11:37:40 benjamin Exp $ 
    33# ---------------------------------------------------------------------- 
    44# AlternC - Web Hosting System 
     
    2828default: install 
    2929 
    30 all: mail_add mail_del quota_edit quota_get mem_add mem_del db_create \ 
    31  lst_adddom lst_deldom lst_getfile lst_putfile lst_addlst lst_dellst lst_delfile \ 
    32  mhonarc wmkdir mailman.create mailman.delete 
    33  
    34 mhonarc: mhonarc.c 
    35         cc mhonarc.c -o mhonarc 
    36 wmkdir: wmkdir.c 
    37         cc wmkdir.c -o wmkdir 
     30all: mail_add mail_del quota_edit quota_get mem_add mem_del db_create mailman.create mailman.delete 
    3831 
    3932db_create: db_create.c 
     
    5548        cc mem_del.c -o mem_del 
    5649 
    57 lst_adddom: lst_adddom.c 
    58         cc lst_adddom.c -o lst_adddom 
    59 lst_deldom: lst_deldom.c 
    60         cc lst_deldom.c -o lst_deldom 
    61 lst_getfile: lst_getfile.c 
    62         cc lst_getfile.c -o lst_getfile 
    63 lst_putfile: lst_putfile.c 
    64         cc lst_putfile.c -o lst_putfile 
    65 lst_addlst: lst_addlst.c 
    66         cc lst_addlst.c -o lst_addlst 
    67 lst_dellst: lst_dellst.c 
    68         cc lst_dellst.c -o lst_dellst 
    69 lst_delfile: lst_delfile.c 
    70         cc lst_delfile.c -o lst_delfile 
    71  
    7250mailman.create: mailman.create.c 
    7351        cc mailman.create.c -o mailman.create 
     
    7755 
    7856install: all 
    79         chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 
    80         chmod a+rx,a-w,u+s,g+s lst_* mailman* 
     57        chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create  
     58        chmod a+rx,a-w,u+s,g+s mailman* 
    8159## Devrait etre fait par le paquet debian 
    8260#       chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 
    83 #       chown sympa.sympa lst_* 
    8461#       chown root.list mailman* 
    8562 
    8663clean:  
    8764        rm -f *.o *~; \ 
    88         for i in mail_add mem_add quota_get db_create lst_delfile mail_del mem_del lst_dellst wmkdir lst_adddom mailman.create mhonarc lst_getfile lst_addlst mailman.delete quota_edit lst_putfile lst_deldom; \ 
     65        for i in mail_add mem_add quota_get db_create mail_del mem_del mailman.create mailman.delete quota_edit; \ 
    8966        do rm -f $$i; \ 
    9067        done 
Note: See TracChangeset for help on using the changeset viewer.