daemon/Makefile.am
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
    13 docs: $(noinst_HTMLS) $(noinst_TXTS)
    13 docs: $(noinst_HTMLS) $(noinst_TXTS)
    14 
    14 
    15 dist-hook:
    15 dist-hook:
    16 	touch $(distdir)/*.html $(distdir)/*.[123456789]
    16 	touch $(distdir)/*.html $(distdir)/*.[123456789]
    17 
    17 
    18 vmailmgrd.pod: main.cc ../configure.in ../lib/cli/cli2pod.pl
    18 vmailmgrd.pod: main.cc ../configure.in ../lib/cli++/cli++topod.pl
    19 	perl ../lib/cli/cli2pod.pl $< >$@
    19 	perl ../lib/cli++/cli++topod.pl $< >$@
    20 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
    20 %.8: %.pod ../configure.in; $(POD2MAN) --section=8 $< >$@
    21 %.html: %.pod; $(POD2HTML) $< >$@
    21 %.html: %.pod; $(POD2HTML) $< >$@
    22 
    22 
    23 CXXLINK = $(CC) $(CXXFLAGS) $(LDFLAGS) -o $@
       
    24 INCLUDES = -I../lib
    23 INCLUDES = -I../lib
    25 
    24 
    26 vmailmgrd_SOURCES = daemon.h \
    25 vmailmgrd_SOURCES = daemon.h \
    27 	adduser2.cc \
    26 	adduser.cc \
    28 	autoresponse.cc \
    27 	autoresponse.cc \
    29 	chattr.cc \
    28 	chattr.cc \
    30 	check.cc \
    29 	check.cc \
    31 	command.h command.cc \
    30 	command.h command.cc \
    32 	deluser.cc \
    31 	deluser.cc \
    33 	dispatch.cc \
    32 	dispatch.cc \
    34 	listdomain.cc \
    33 	listdomain.cc \
    35 	log.h log.cc \
    34 	log.h log.cc \
    36 	lookup.cc \
    35 	lookup.cc \
    37 	main.cc \
    36 	main.cc \
       
    37 	stat.cc \
    38 	state.h state.cc
    38 	state.h state.cc
    39 vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli/libcli.a
    39 vmailmgrd_LDADD = ../lib/libvmailmgr.a ../lib/cli++/libcli++.a