Skip to content

Commit f0f2953

Browse files
committed
xmp: use automake as build system
Signed-off-by: Jan Engelhardt <[email protected]>
1 parent 64d80c7 commit f0f2953

11 files changed

+172
-3926
lines changed

.gitignore

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Binary files
22
*.o
3-
src/xmp
43
*.gz
54

65
# Modules
76
*.it
87

98
# Generated files
10-
autom4te.cache
11-
config.log
12-
config.status
13-
configure
14-
depend
9+
.deps
10+
Makefile
11+
Makefile.in
1512

13+
/aclocal.m4
14+
/autom4te.cache/
15+
/build-aux/
16+
/config.*
17+
/configure

Makefile.am

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# -*- Makefile -*-
2+
3+
SUBDIRS = src
4+
5+
EXTRA_DIST = CREDITS Changelog

Makefile.in

-71
This file was deleted.

0 commit comments

Comments
 (0)