comparison Makefile.am @ 0:33bf7ee17644

Initial import from some old code
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Mar 2012 14:59:04 -0500
parents
children db4d025f7bd3
comparison
equal deleted inserted replaced
-1:000000000000 0:33bf7ee17644
1 ACLOCAL_AMFLAGS = -I m4
2
3 LIB = @URWEB_LIB@/mail
4
5 lib_LTLIBRARIES = liburweb_mail.la
6
7 liburweb_mail_la_SOURCES = mail.c
8
9 AM_CPPFLAGS = -I@URWEB_INC@
10 AM_CFLAGS = -Wimplicit -Wall -Werror
11
12 .PHONY: reauto
13
14 reauto:
15 -autoreconf
16 libtoolize -cf
17 automake --add-missing --force-missing --copy
18 autoreconf
19
20 install-exec-local:
21 mkdir -p $(LIB)
22 cp lib.urp $(LIB)/
23 cp *.h $(LIB)/
24 cp *.urs $(LIB)/
25 -ldconfig