repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
device
/
lib
/
pic16
/
debug
/
Makefile.am
blob
760aa7747caf495422baddd44311df6229d85363
1
## Makefile.am -- Process this file with automake to produce Makefile.in
2
3
lib_LIBRARIES = libdebug.a
4
5
libdebug_a_SOURCES = gstack/gstack.c
6
7
include $(top_srcdir)/Makefile.common
8