move autotools to root

Originally committed to SVN as r370.
This commit is contained in:
David Lamparter 2006-05-06 12:58:01 +00:00
parent c289ad21a3
commit 4001dc5eff
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ AC_PREREQ(2.57)
AC_INIT(aegisub, 1.10)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER([posix/acconf.h])
AC_CONFIG_HEADER([core/posix/acconf.h])
AC_CANONICAL_HOST
@ -134,7 +134,8 @@ AC_HEADER_STDBOOL
AC_OUTPUT([
Makefile
ac/Makefile
posix/Makefile
bitmaps/Makefile
core/Makefile
core/posix/Makefile
core/bitmaps/Makefile
])

View File

@ -1,8 +1,7 @@
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = res.rc $(srcdir)/*.h
SUFFIXES = .c .cpp .rc
SUBDIRS = ac bitmaps posix
SUBDIRS = bitmaps posix
bin_PROGRAMS = aegisub

View File

@ -3,7 +3,7 @@ CLEANFILES = Makefile.bitmaps *.xpm
.PHONY: all-bitmaps
Makefile.bitmaps: $(srcdir)/genxpm.sh $(top_srcdir)/res.rc
Makefile.bitmaps: $(srcdir)/genxpm.sh $(srcdir)/../res.rc
/bin/sh $^ $(srcdir) >$@
all: all-bitmaps

View File

@ -3,7 +3,7 @@ nodist_libposix_a_SOURCES = res.cpp
CLEANFILES = res.cpp res.h
EXTRA_DIST = genres.sh defines.h
res.h: $(srcdir)/genres.sh $(top_srcdir)/res.rc
res.h: $(srcdir)/genres.sh $(srcdir)/../res.rc
/bin/sh $^
res.cpp: res.h