Add example configuration file

This commit is contained in:
Hugo Villeneuve 2013-09-29 16:47:01 -04:00
parent 536beb0f1e
commit 36ea763e1d
4 changed files with 22 additions and 2 deletions

View File

@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = src doc
SUBDIRS = src data doc
## We want these in the dist tarball
EXTRA_DIST = autogen.sh \

View File

@ -59,7 +59,7 @@ AC_SUBST(LIBS)
AC_SUBST(ac_aux_dir)
dnl Creating output file(s)
AC_OUTPUT(Makefile src/Makefile doc/Makefile)
AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile)
echo \
"---------------------------------------------------------------------------

11
data/Makefile.am Normal file
View File

@ -0,0 +1,11 @@
defconfdir=$(sysconfdir)/xdg/emu8051/default
defconf_DATA = \
emu8051.conf
EXTRA_DIST= \
$(defconf_DATA)
CLEANFILES = *~
MAINTAINERCLEANFILES = Makefile.in

9
data/emu8051.conf Normal file
View File

@ -0,0 +1,9 @@
[emulation]
clear_ram_on_file_load=false
[ui]
win_width=500
win_height=300
hpane_pos=100
vpane_pos=200