Support for installing via autotools
commit50ac47120892079010b4403b005e7c77bf64a72c
authorArnaud Gardelein <agard@nostalgia-for-infinity.(none)>
Sat, 13 Feb 2010 11:51:22 +0000 (13 12:51 +0100)
committerArnaud Gardelein <agard@nostalgia-for-infinity.(none)>
Sat, 13 Feb 2010 11:51:22 +0000 (13 12:51 +0100)
tree2d49e8917e6f098e42e25418594053390f28c67c
parentf672188953339163d44c18d4c7a76f8b2372b4b9
Support for installing via autotools
31 files changed:
.gitignore
Makefile.am
aclocal.m4
build-tools/compile [new file with mode: 0755]
build-tools/config.guess [new file with mode: 0755]
build-tools/config.sub [new file with mode: 0755]
build-tools/depcomp [new file with mode: 0755]
build-tools/install-sh [new file with mode: 0755]
build-tools/ltmain.sh [copied from libtool with 94% similarity]
build-tools/missing [new file with mode: 0755]
build-tools/py-compile [new file with mode: 0755]
config.h [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config.status [new file with mode: 0755]
configure
configure.ac
gschem-plugin/Makefile
gschem-plugin/Makefile.in
gschem-plugin/src/Makefile
gschem-plugin/src/Makefile.in
libtool
oscopy/Makefile.am [new file with mode: 0644]
oscopy/graphs/Makefile.am [new file with mode: 0644]
oscopy/readers/Makefile.am [new file with mode: 0644]
oscopy/writers/Makefile.am [new file with mode: 0644]
oscopy_app.py [moved from oscopy_app with 100% similarity]
oscopy_gui/Makefile.am [new file with mode: 0644]
oscopy_gui/__init__.py [moved from gui/__init__.py with 100% similarity]
oscopy_gui/dialogs.py [moved from gui/dialogs.py with 100% similarity]
oscopy_gui/menus.py [moved from gui/menus.py with 100% similarity]
oscopy_ui.py [moved from oscopy_ui with 98% similarity]