blob: 4ea63e0257620888a788f1d69c71990a24fda091 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## Process this file with Automake to create Makefile.in
SUBDIRS = libc libm libsdcc/regular
if ENABLE_ENHANCED_PICS
if ENABLE_EXTENDED_INSTRUCTIONS
SUBDIRS += libsdcc/enhanced
else !ENABLE_EXTENDED_INSTRUCTIONS
SUBDIRS += libsdcc/enhanced-no-xinst
endif !ENABLE_EXTENDED_INSTRUCTIONS
endif ENABLE_ENHANCED_PICS
include $(top_srcdir)/Makefile.common
DISTCLEANFILES = a.lst a.cod a.hex ./.checkdevices/*
distclean-local:
rm -rf ./.checkdevices ./autom4te.cache
|