X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=6c3d2c2b1ecb0bafe9350ef3fddb28cfe97c09ff;hp=65a62617a6d77c6691e270357df9a26dfebe1325;hb=55e1d8c654ee0f7c45b9361ce34617983b454c32;hpb=b067ff5c465a5d243ce5a19e562085a9a1a97215 diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 65a6261..6c3d2c2 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -17,8 +17,7 @@ etcdir = @sysconfdir@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' -DMAILSPOOL='"$(mailspool)"' -DSENDMAILPATH='"$(sendmailpath)"' -INCLUDES = -I.. -I. -I$(top_srcdir) @CPPFLAGS@ +INCLUDES = -I$(top_srcdir) @CPPFLAGS@ LEX = @LEX@ AWK = @AWK@ @@ -30,13 +29,7 @@ GNU_LIBTOOL = @GNU_LIBTOOL@ LINT = @LINT@ LINTFLAGS = @LINTFLAGS@ -LIBOBJS = @LIBOBJS@ - -mailspool = @mailspool@ -sendmailpath = @sendmailpath@ - COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) -COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) @@ -50,42 +43,39 @@ COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) SIGNAL_H = @SIGNAL_H@ # source for library functions -SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ - check_charset.c closefds.c concat.c context_del.c \ +SRCS = addrsbr.c ambigsw.c brkstring.c \ + check_charset.c concat.c context_del.c \ context_find.c context_foil.c context_read.c \ - context_replace.c context_save.c copy.c \ - copyip.c cpydata.c cpydgst.c crawl_folders.c \ + context_replace.c context_save.c \ + cpydata.c cpydgst.c crawl_folders.c \ discard.c done.c dtime.c dtimep.c \ - error.c ext_hook.c fdcompare.c folder_addmsg.c folder_delmsgs.c \ - folder_free.c folder_pack.c folder_read.c \ + error.c ext_hook.c folder_addmsg.c folder_delmsgs.c \ + folder_free.c folder_read.c \ folder_realloc.c gans.c getans.c getanswer.c \ - getarguments.c getcpy.c getfolder.c getpass.c \ + getarguments.c getcpy.c getpass.c \ fmt_addr.c fmt_compile.c fmt_new.c fmt_rfc2047.c \ fmt_scan.c lock_file.c m_atoi.c m_backup.c \ m_convert.c m_draft.c m_getfld.c m_gmprot.c \ - m_maildir.c m_name.c \ + m_name.c \ makedir.c mts.c norm_charmap.c \ - path.c peekc.c pidwait.c pidstatus.c \ - print_help.c print_sw.c print_version.c push.c \ - putenv.c refile.c r1bindex.c \ - readconfig.c ruserpass.c seq_add.c seq_bits.c \ + path.c pidwait.c pidstatus.c \ + print_help.c print_sw.c print_version.c \ + putenv.c mhbasename.c \ + readconfig.c seq_add.c seq_bits.c \ seq_del.c seq_getnum.c seq_list.c seq_nameok.c \ seq_print.c seq_read.c seq_save.c seq_setcur.c \ - seq_setprev.c seq_setunseen.c showfile.c signals.c \ - smatch.c snprintb.c ssequal.c strcasecmp.c \ + seq_setprev.c seq_setunseen.c signals.c \ + smatch.c snprintb.c strcasecmp.c \ strindex.c trimcpy.c uprf.c vfgets.c fmt_def.c \ - m_msgdef.c mf.c utils.c m_mktemp.c + mf.c utils.c m_mktemp.c -# source for compatibility functions -COMPAT = snprintf.c strdup.c - -OBJS = $(SRCS:.c=.o) $(LIBOBJS) +OBJS = $(SRCS:.c=.o) # auxiliary files AUX = Makefile.in sigmsg.awk dtimep.lex # all files in this directory included in the distribution -DIST = $(SRCS) $(COMPAT) $(AUX) +DIST = $(SRCS) $(AUX) # ========= DEPENDENCIES FOR BUILDING ========== @@ -105,9 +95,6 @@ lint: sigmsg.h dtimep.c: dtimep.lex $(LEX) -n -t $(srcdir)/dtimep.lex > dtimep.c -mts.o: mts.c - $(COMPILE2) $(srcdir)/mts.c - pidstatus.o: sigmsg.h libmh.a: $(OBJS) @@ -146,7 +133,7 @@ Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \