URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [samples/] [ticker/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.8 2002/03/28 00:44:22 joel Exp##SAMPLE = tickerPGM = ${ARCH}/$(SAMPLE).exeMANAGERS = ioC_FILES = init.c tasks.cC_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)H_FILES = system.hnoinst_HEADERS = $(H_FILES)DOCTYPES = doc scnDOCS = $(DOCTYPES:%=$(SAMPLE).%)SRCS = $(DOCS) $(C_FILES) $(H_FILES)OBJS = $(C_O_FILES)PRINT_SRCS = $(DOCS)include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../../automake/compile.aminclude $(top_srcdir)/../../../../automake/leaf.aminclude $(top_srcdir)/sample.am## (OPTIONAL) Add local stuff here using +=#all-local: ${ARCH} $(TMPINSTALL_FILES)${PGM}: $(OBJS) $(LINK_FILES)$(make-exe)EXTRA_DIST = $(C_FILES) $(DOCS)include $(top_srcdir)/../../../../automake/local.am
