Utilize GNU Automake instead of manually written Makefile.in files.

This commit is contained in:
2023-03-23 22:10:04 +01:00
parent 43e7695eac
commit c02deefbd5
14 changed files with 19399 additions and 3435 deletions

4
src/Makefile.am Normal file
View File

@@ -0,0 +1,4 @@
bin_PROGRAMS = mboxgrep
mboxgrep_SOURCES = getopt1.c getopt.c info.c maildir.c main.c mbox.c md5.c mh.c misc.c re.c scan.c wrap.c
mboxgrep_LDADD = $(LIBOBJS)