Changeset 61 for src/Makefile
- Timestamp:
- 02/21/06 23:31:25 (7 years ago)
- File:
-
- 1 edited
-
src/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile
r17 r61 1 1 # 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 $ 3 3 # ---------------------------------------------------------------------- 4 4 # AlternC - Web Hosting System … … 28 28 default: install 29 29 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 30 all: mail_add mail_del quota_edit quota_get mem_add mem_del db_create mailman.create mailman.delete 38 31 39 32 db_create: db_create.c … … 55 48 cc mem_del.c -o mem_del 56 49 57 lst_adddom: lst_adddom.c58 cc lst_adddom.c -o lst_adddom59 lst_deldom: lst_deldom.c60 cc lst_deldom.c -o lst_deldom61 lst_getfile: lst_getfile.c62 cc lst_getfile.c -o lst_getfile63 lst_putfile: lst_putfile.c64 cc lst_putfile.c -o lst_putfile65 lst_addlst: lst_addlst.c66 cc lst_addlst.c -o lst_addlst67 lst_dellst: lst_dellst.c68 cc lst_dellst.c -o lst_dellst69 lst_delfile: lst_delfile.c70 cc lst_delfile.c -o lst_delfile71 72 50 mailman.create: mailman.create.c 73 51 cc mailman.create.c -o mailman.create … … 77 55 78 56 install: all 79 chmod a+rx,a-w,u+s mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir80 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* 81 59 ## Devrait etre fait par le paquet debian 82 60 # chown root.root mail_add mail_del quota_edit quota_get mem_add mem_del db_create mhonarc wmkdir 83 # chown sympa.sympa lst_*84 61 # chown root.list mailman* 85 62 86 63 clean: 87 64 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; \ 89 66 do rm -f $$i; \ 90 67 done
Note: See TracChangeset
for help on using the changeset viewer.
