source: rtems/testsuites/automake/compile.am @ e3f801eb

4.104.114.84.95
Last change on this file since e3f801eb was e3f801eb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:49:57

2005-11-13 Ralf Corsepius <ralf.corsepius@…>

  • automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES. Remove ARCH. Remove LINK_LIBS. Extend clean-local to catch most temporary files make-exe is creating.
  • Property mode set to 100644
File size: 267 bytes
Line 
1##
2## $Id$
3##
4
5CC = @CC@ $(GCCSPECS)
6CXX = @CXX@ $(GCCSPECS)
7CPP = @CPP@ $(GCCSPECS)
8
9LD = @LD@
10OBJCOPY = @OBJCOPY@
11NM = @NM@
12SIZE = @SIZE@
13STRIP = @STRIP@
14
15##
16AM_CPPFLAGS =
17AM_CFLAGS =
18AM_CXXFLAGS =
19
20clean-local:
21        $(RM) *.num *.nxe *.coff *.elf *.srec* *.obj *.bin
Note: See TracBrowser for help on using the repository browser.