mirror of
http://git.hugovil.com/git/emu8051.git
synced 2025-05-09 00:51:03 +08:00
26 lines
684 B
Makefile
26 lines
684 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
SUBDIRS = src doc
|
|
|
|
EXTRA_DIST = bootstrap \
|
|
$(ac_aux_dir)/debug.m4 \
|
|
$(ac_aux_dir)/gtk2.m4 \
|
|
pixmaps/*.xpm \
|
|
test_files/*
|
|
|
|
ACLOCAL = aclocal -I $(ac_aux_dir)
|
|
|
|
CLEANFILES = *~
|
|
|
|
DISTCLEANFILES = .deps/*.P
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in stamp-h.in \
|
|
$(ac_aux_dir)/depcomp $(ac_aux_dir)/install-sh $(ac_aux_dir)/missing \
|
|
$(ac_aux_dir)/mkinstalldirs $(ac_aux_dir)/config.guess \
|
|
$(ac_aux_dir)/config.sub $(ac_aux_dir)/ltmain.sh
|
|
|
|
|
|
|