Imported Upstream version 2.9.0
[debian/cc1111] / device / lib / pic16 / startup / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2
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
8
9 # Force installation of .o files into $libdir
10 crtdir = $(libdir)
11 crt_DATA = crt0.o crt0i.o crt0iz.o
12
13 include $(top_srcdir)/Makefile.common
14