URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [libmisc/] [capture/] [Makefile.am] - Rev 1782
Compare with Previous | Blame | View Log
#### Makefile.am,v 1.1 2002/05/15 16:35:56 joel Exp##AUTOMAKE_OPTIONS = foreign 1.4include_rtemsdir = $(includedir)/rtemsLIBNAME = libcapture-tmpLIB = $(ARCH)/$(LIBNAME).aC_FILES = capture.c capture-cli.cC_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)include_rtems_HEADERS = capture.h capture-cli.hOBJS = $(C_O_FILES)include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfginclude $(top_srcdir)/../../../automake/compile.aminclude $(top_srcdir)/../../../automake/lib.am$(PROJECT_INCLUDE)/rtems:@$(mkinstalldirs) $@$(PROJECT_INCLUDE)/rtems/%.h: %.h$(INSTALL_DATA) $< $@## (OPTIONAL) Add local stuff here using +=#$(LIB): $(OBJS)$(make-library)PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB).PRECIOUS: $(LIB)EXTRA_DIST = README capture.c capture-cli.cinclude $(top_srcdir)/../../../automake/local.am
