forked from sarah-walker-pcem/arculator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added podules to autotools build system.
Podules are built by default. To skip building podules, run ./configure --disable-podules
- Loading branch information
1 parent
20f8890
commit 40dccef
Showing
21 changed files
with
42,992 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,7 +157,7 @@ CSCOPE = cscope | |
DIST_SUBDIRS = $(SUBDIRS) | ||
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \ | ||
INSTALL NEWS README compile config.guess config.sub depcomp \ | ||
install-sh missing | ||
install-sh ltmain.sh missing | ||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
distdir = $(PACKAGE)-$(VERSION) | ||
top_distdir = $(distdir) | ||
|
@@ -203,36 +203,56 @@ distcleancheck_listfiles = find . -type f -print | |
ACLOCAL = ${SHELL} /home/me/arculator/missing aclocal-1.15 | ||
AMTAR = $${TAR-tar} | ||
AM_DEFAULT_VERBOSITY = 1 | ||
AR = ar | ||
AUTOCONF = ${SHELL} /home/me/arculator/missing autoconf | ||
AUTOHEADER = ${SHELL} /home/me/arculator/missing autoheader | ||
AUTOMAKE = ${SHELL} /home/me/arculator/missing automake-1.15 | ||
AWK = mawk | ||
CC = gcc | ||
CCDEPMODE = depmode=gcc3 | ||
CFLAGS = -O3 | ||
CPP = gcc -E | ||
CPPFLAGS = | ||
CXX = g++ | ||
CXXCPP = g++ -E | ||
CXXDEPMODE = depmode=gcc3 | ||
CXXFLAGS = -O3 | ||
CYGPATH_W = echo | ||
DEFS = -DPACKAGE_NAME=\"Arculator\" -DPACKAGE_TARNAME=\"arculator\" -DPACKAGE_VERSION=\"v1.0\" -DPACKAGE_STRING=\"Arculator\ v1.0\" -DPACKAGE_BUGREPORT=\"Sarah\ Walker\ \<[email protected]\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"arculator\" -DVERSION=\"v1.0\" -DHAVE_LIBZ=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBOPENAL=1 | ||
DEFS = -DPACKAGE_NAME=\"Arculator\" -DPACKAGE_TARNAME=\"arculator\" -DPACKAGE_VERSION=\"v1.0\" -DPACKAGE_STRING=\"Arculator\ v1.0\" -DPACKAGE_BUGREPORT=\"Sarah\ Walker\ \<[email protected]\>\" -DPACKAGE_URL=\"\" -DPACKAGE=\"arculator\" -DVERSION=\"v1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LIBZ=1 -DHAVE_LIBPTHREAD=1 -DHAVE_LIBOPENAL=1 | ||
DEPDIR = .deps | ||
DLLTOOL = false | ||
DSYMUTIL = | ||
DUMPBIN = | ||
ECHO_C = | ||
ECHO_N = -n | ||
ECHO_T = | ||
EGREP = /bin/grep -E | ||
EXEEXT = | ||
FGREP = /bin/grep -F | ||
GREP = /bin/grep | ||
INSTALL = /usr/bin/install -c | ||
INSTALL_DATA = ${INSTALL} -m 644 | ||
INSTALL_PROGRAM = ${INSTALL} | ||
INSTALL_SCRIPT = ${INSTALL} | ||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s | ||
LD = /usr/bin/ld -m elf_x86_64 | ||
LDFLAGS = | ||
LIBOBJS = | ||
LIBS = -lopenal -lpthread -lz -L/usr/lib/x86_64-linux-gnu -pthread -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lSDL2 | ||
LIBTOOL = $(SHELL) $(top_builddir)/libtool | ||
LIPO = | ||
LN_S = ln -s | ||
LTLIBOBJS = | ||
LT_SYS_LIBRARY_PATH = | ||
MAKEINFO = ${SHELL} /home/me/arculator/missing makeinfo | ||
MANIFEST_TOOL = : | ||
MKDIR_P = /bin/mkdir -p | ||
NM = /usr/bin/nm -B | ||
NMEDIT = | ||
OBJDUMP = objdump | ||
OBJEXT = o | ||
OTOOL = | ||
OTOOL64 = | ||
PACKAGE = arculator | ||
PACKAGE_BUGREPORT = Sarah Walker <[email protected]> | ||
PACKAGE_NAME = Arculator | ||
|
@@ -244,13 +264,15 @@ PATH_SEPARATOR = : | |
PKG_CONFIG = /usr/bin/pkg-config | ||
PKG_CONFIG_LIBDIR = | ||
PKG_CONFIG_PATH = | ||
RANLIB = ranlib | ||
SDL2_CONFIG = pkg-config sdl2 | ||
SDL2_FRAMEWORK = | ||
SDL_CFLAGS = -D_REENTRANT -I/usr/include/SDL2 | ||
SDL_LIBS = -lSDL2 | ||
SED = /bin/sed | ||
SET_MAKE = | ||
SHELL = /bin/bash | ||
STRIP = | ||
STRIP = strip | ||
VERSION = v1.0 | ||
WX_CFLAGS = -I/usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread | ||
WX_CFLAGS_ONLY = -pthread | ||
|
@@ -269,8 +291,10 @@ abs_builddir = /home/me/arculator | |
abs_srcdir = /home/me/arculator | ||
abs_top_builddir = /home/me/arculator | ||
abs_top_srcdir = /home/me/arculator | ||
ac_ct_AR = ar | ||
ac_ct_CC = gcc | ||
ac_ct_CXX = g++ | ||
ac_ct_DUMPBIN = | ||
am__include = include | ||
am__leading_dot = . | ||
am__quote = | ||
|
@@ -317,7 +341,7 @@ target_alias = | |
top_build_prefix = | ||
top_builddir = . | ||
top_srcdir = . | ||
SUBDIRS = src | ||
SUBDIRS = src podules/aka31/src podules/lark/src podules/midimax/src podules/ultimatecdrom/src | ||
all: all-recursive | ||
|
||
.SUFFIXES: | ||
|
@@ -355,6 +379,15 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | ||
$(am__aclocal_m4_deps): | ||
|
||
mostlyclean-libtool: | ||
-rm -f *.lo | ||
|
||
clean-libtool: | ||
-rm -rf .libs _libs | ||
|
||
distclean-libtool: | ||
-rm -f libtool config.lt | ||
|
||
# This directory's subdirectories are mostly independent; you can cd | ||
# into them and run 'make' without going through this Makefile. | ||
# To change the values of 'make' variables: instead of editing Makefiles, | ||
|
@@ -686,12 +719,13 @@ maintainer-clean-generic: | |
@echo "it deletes files that may require special tools to rebuild." | ||
clean: clean-recursive | ||
|
||
clean-am: clean-generic mostlyclean-am | ||
clean-am: clean-generic clean-libtool mostlyclean-am | ||
|
||
distclean: distclean-recursive | ||
-rm -f $(am__CONFIG_DISTCLEAN_FILES) | ||
-rm -f Makefile | ||
distclean-am: clean-am distclean-generic distclean-tags | ||
distclean-am: clean-am distclean-generic distclean-libtool \ | ||
distclean-tags | ||
|
||
dvi: dvi-recursive | ||
|
||
|
@@ -741,7 +775,7 @@ maintainer-clean-am: distclean-am maintainer-clean-generic | |
|
||
mostlyclean: mostlyclean-recursive | ||
|
||
mostlyclean-am: mostlyclean-generic | ||
mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
|
||
pdf: pdf-recursive | ||
|
||
|
@@ -757,18 +791,19 @@ uninstall-am: | |
|
||
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ | ||
am--refresh check check-am clean clean-cscope clean-generic \ | ||
cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ | ||
dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ | ||
distcheck distclean distclean-generic distclean-tags \ | ||
distcleancheck distdir distuninstallcheck dvi dvi-am html \ | ||
html-am info info-am install install-am install-data \ | ||
install-data-am install-dvi install-dvi-am install-exec \ | ||
install-exec-am install-html install-html-am install-info \ | ||
install-info-am install-man install-pdf install-pdf-am \ | ||
install-ps install-ps-am install-strip installcheck \ | ||
installcheck-am installdirs installdirs-am maintainer-clean \ | ||
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ | ||
pdf-am ps ps-am tags tags-am uninstall uninstall-am | ||
clean-libtool cscope cscopelist-am ctags ctags-am dist \ | ||
dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \ | ||
dist-xz dist-zip distcheck distclean distclean-generic \ | ||
distclean-libtool distclean-tags distcleancheck distdir \ | ||
distuninstallcheck dvi dvi-am html html-am info info-am \ | ||
install install-am install-data install-data-am install-dvi \ | ||
install-dvi-am install-exec install-exec-am install-html \ | ||
install-html-am install-info install-info-am install-man \ | ||
install-pdf install-pdf-am install-ps install-ps-am \ | ||
install-strip installcheck installcheck-am installdirs \ | ||
installdirs-am maintainer-clean maintainer-clean-generic \ | ||
mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ | ||
ps ps-am tags tags-am uninstall uninstall-am | ||
|
||
.PRECIOUS: Makefile | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
SUBDIRS = src | ||
SUBDIRS = src podules/aka31/src podules/lark/src podules/midimax/src podules/ultimatecdrom/src | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.