1 # BEGIN: Variables to change.
3 # any additional includes to add to the compile lines
5 myincludes = $(LWES_CFLAGS) $(MONDEMAND_CFLAGS)
7 # any additional files to add to the distribution
11 # any additional files to clean up with 'make clean'
15 # any additional files to clean up with 'make maintainer-clean'
17 mymaintainercleanfiles = config.h.in
19 # list of source files comprising program
44 journaller_rotate_logs.c
46 queuejournalsources = \
47 queue_to_journal_main.c
56 lwes-journaller-rotate \
60 lwes_journaller_SOURCES = ${commonsource} ${journallersource}
61 lwes_journaller_rotate_SOURCES = ${commonsource} ${rotatesourcefiles}
62 queue_to_journal_SOURCES = ${commonsource} ${queuejournalsources}
63 xport_to_queue_SOURCES = ${commonsource} ${xportsources}
65 LDADD = $(LWES_LIBS) $(MONDEMAND_LIBS) $(Z_LIBS) $(THREAD_LIBS) -lpopt -lltdl
67 lwes_journaller_LDFLAGS=-rdynamic
68 lwes_journaller_rotate_LDFLAGS=
69 queue_to_journal_LDFLAGS=
70 xport_to_queue_LDFLAGS=
72 # END: Variables to change
73 # past here, hopefully, there is no need to edit anything
75 INCLUDES = ${myincludes}
88 MAINTAINERCLEANFILES = \
90 ${mymaintainercleanfiles}
92 # .BEGIN is ignored by GNU make so we can use it as a guard
94 @echo "error: GNU Make is required, try aliasing gmake to make"