/[hurd]/hurd-l4/laden/Makefile.am
ViewVC logotype

Diff of /hurd-l4/laden/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by marcus, Sun Oct 12 22:35:17 2003 UTC revision 1.10 by marcus, Sun Oct 26 20:03:36 2003 UTC
# Line 18  Line 18 
18  # along with this program; if not, write to the Free Software  # along with this program; if not, write to the Free Software
19  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
20    
 AM_CPPFLAGS = -I$(top_builddir)/include  
   
21  if ARCH_IA32  if ARCH_IA32
22    ARCH_SOURCES = multiboot.h ia32-crt0.S ia32-cmain.c \    ARCH_SOURCES = multiboot.h ia32-crt0.S ia32-cmain.c \
23      ia32-output.c output-vga.c output-serial.c ia32-shutdown.c      ia32-output.c output-vga.c output-serial.c ia32-shutdown.c
# Line 27  endif Line 25  endif
25    
26  noinst_PROGRAMS = laden  noinst_PROGRAMS = laden
27    
28  laden_CFLAGS = -I$(srcdir) -I$(top_srcdir)/include \  laden_CPPFLAGS = -I$(srcdir) -I$(top_builddir)/include \
29          -I$(top_srcdir)/libc-parts $(AM_CFLAGS)          -I$(top_srcdir)/libc-parts $(AM_CPPFLAGS)
30    
31  laden_SOURCES =  $(ARCH_SOURCES)                                \  laden_SOURCES =  $(ARCH_SOURCES)                                \
32          output.h output.c output-none.c                         \          output.h output.c output-none.c                         \

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26