struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / device / lib / pic16 / startup / Makefile.am
blob8778c0e304fdc2706761737e15e10f8c9bb32978
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
3 # Dummy libs to generate crt0*.o
4 noinst_LIBRARIES = libcrt0.a libcrt0i.a libcrt0iz.a
5 libcrt0_a_SOURCES = crt0.c
6 libcrt0i_a_SOURCES = crt0i.c
7 libcrt0iz_a_SOURCES = crt0iz.c
9 # Force installation of .o files into $libdir
10 crtdir = $(libdir)
11 crt_DATA = crt0.o crt0i.o crt0iz.o
13 include $(top_srcdir)/Makefile.common